@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url(https://fonts.googleapis.com/css?family=Exo:300,500,700);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;
/********** SLIDERS **********/

 @font-face{font-family:'GOTHIC';
 src:url("../../media/fonts/GOTHIC.eot");
 src:url("../../media/fonts/GOTHIC.eot?#iefix") format('embedded-opentype'),
 url("../../media/fonts/GOTHIC.ttf") format('truetype');}

 @font-face{font-family:'Optifranz';
 src:url("../../media/fonts/optifranz.eot");
 src:url("../../media/fonts/optifranz.eot?#iefix") format('embedded-opentype'),
 url("../../media/fonts/optifranz.ttf") format('truetype');}

* {
	margin: 0;
	padding: 0px;
}



body {

	margin: 0;
	height: 100%;
	color: #68686a; /* #384452 */
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h1, h2, h3, h5, h6 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	/* font-weight: bold; */
}
h1 {
	color: #abbf0b;
	margin-bottom: inherit;
  font-size: 36px;
}
h2 {
	color: #9a9a9a;
  font-size: 25px;
  text-align: left;
}
h3 {
	color: #abbf0b;
	margin-bottom: 1em;
  font-size: 23px;
  line-height: 1em;
  font-weight: bold;
}
h4 {
	color: #68686a;
	margin-bottom: 1em;
  font-size: 20px;
  line-height: 1em;
  font-weight: bold;
}
h5 {
	color: #9a9a9a;
	font-size: 16px;
}
.infobox {
  margin-bottom: 40px;
}
.infobox h5 {
	padding: 5px 10px;
	background-color: #abbf0b;
	color: #fff;
	font-weight: bold;
}

.infobox-info-text {
	padding-left:10px;
}

@media (max-width: 998px) {
  h1 {
    font-size: 24px;
  }
  h2 {
  	font-size: 18px;
  }
  h3 {
  	font-size: 18px;
	font-weight: bold;
  }
  h4 {
  	font-size: 16px;
	font-weight: bold;
  }
}

p {
	padding: 0;
	margin-bottom: 12px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #9c9c9c; /* #384452 */
	margin-top: 10px;
}

ol, ul { padding-left: 20px;}


ul li {
	line-height: 30px;
	font-size: 15px;
}

ul li li {
	line-height: 20px;
	font-size: 15px;
}


img {
	height: auto;
	max-width: 100%;
}
@media (max-width: 768px) {
  img {
  	padding: 0px 0px 0px;
  }
}
.label {
	font-size: 85%;
	font-weight: normal;
}

a {
	color: #9c9c9c;
	/* border-bottom: dotted 1px; */
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

a:hover, a:focus {
	text-decoration: none;
	color: #747474;
}

::selection 	 	{background: #adc00f; color: #ffffff;}
::-moz-selection 	{background: #adc00f; color: #ffffff;}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(172,192,15);}

.centered {
	text-align: center;

}
.grey {
	background: #eee;
}

.blue {
	background: #c2d8f4;
	color: #abbf0b;
	padding: 10px;
}


pre {
	margin: 20px 0;
}
code {
	padding: 5px 10px;
	margin: 10px 0;
	display: block;
}

blockquote p {
	margin-top: 0;
}
.navbar {
	min-height: 90px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;


}

ul.nav li.dropdown-toggle:hover > ul.dropdown-menu {
	display: block;
	width: 300px;
	padding-left: 0;
	margin-left: 0;

}

@media (max-width: 998px){
ul.nav li.dropdown-toggle > ul.dropdown-menu {
	display: none;
}

ul.nav li.dropdown-toggle:hover > ul.dropdown-menu {
	display: none;
}

}

.navbar-brand {
	height: auto;
	padding: 0;
	margin-top: 0px;
	font-size: 18px;
	line-height: auto;
}
.navbar-brand img {
	height: 52px;
	width: auto;
}

.navbar-header a {
	border: none;
}
.navbar-default .navbar-header {
	top: 24px;
	position: relative;
}

.navbar-default .navbar-nav > li {
	float: left;
	height: 70px;
	top: -10px;
}
.navbar-default .logo_thr {
  display: block;
  float: right;
  padding-left: 10px;
}
.navbar-default .navbar-nav > li.active {
	background-color: #abbf0b;
}
.navbar-default .navbar-nav > li:hover { background-color: #abbf0b; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	position: relative;
	top: 18px;
}
.navbar-collapse {
	border-top: none;
	box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a {
	color: #727276;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default .navbar-nav > li > a:hover { color: #ffffff; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	font-weight: 600;
	background-color: transparent;
}

@media (max-width: 989px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    top: 24px;
    padding-bottom: 16px;
  }
  .navbar-default .navbar-nav > li {
    height: auto;
  	top: -20px;
    float: none;
  }
  .navbar-default .logo_thr {
    display: none;
  }
}

.navbar-default {
	background-color: #fff; /* #384452 */
	border-color: transparent;
  top: -30px;
}

.dropdown-menu {
	background: #fff; /* #384452 */
	border: none !important;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-default .lang {
	margin-left: 5px;
}
.navbar-default .lang a {
	margin-left: 5px;
	padding-left: 10px;
}
.navbar-default .lang ul a {
	margin-left: 0;
}
.navbar-default .lang:before {
	content: '';
	height: 14px;
	width: 1px;
	float: left;
	position: relative;
	top: 18px;
	border-left: 1px solid #fff;
}
.navbar-default .lang .dropdown-menu {
	min-width: 40px;
	text-transform: uppercase;
}

#headerbiwe {
	position: relative;
	height: auto;
	background: #abbf0b;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0;
	z-index: 1;
}

#headerbiwe iframe {
	width: 100%;
	height: 49vh;
	padding: 0px;
	margin-bottom: -5px;
	overflow: hidden;
}

@media (max-width: 787px){
.pdfembed {
	display: none;
}
}

@media (min-width: 381px) and (max-width: 480px){
#headerbiwe iframe {
	height: 30vh;
	/* Safari for iOS < 8*/
	height: 300px;}
}

@media (min-width: 481px) and (max-width: 630px){
#headerbiwe iframe {
	height: 38vh;
	/* Safari for iOS < 8*/
	height: 380px;}
}

@media (min-width: 631px) and (max-width: 787px){
#headerbiwe iframe {
	height: 48vh;
	/* Safari for iOS < 8*/
	height: 480px;}
}

@media (min-width: 788px) and (max-width: 1039px){
#headerbiwe iframe {
	height: 60vh;
	/* Safari for iOS < 8*/
	height: 600px;}
}

@media (min-width: 1040px){
#headerbiwe iframe {
	height: 80vh;
	/* Safari for iOS < 8*/
	height: 800px;}
}

@media (max-width: 767px){

  .hero-slider .slides li h1 {
  	line-height: 1;
  	font-size: 30px;
  	font-weight: 500;
  	margin-bottom: 33px;
  }

  .slides li h1, .slides li p {
  	padding-left: 100px;
  	padding-right: 100px;
  	text-shadow: 0 0 0.4em #abbf0b;
  }

  #headerpic {
  	position: relative;
  	background: #c2c9d3;
  	background-repeat: no-repeat;
  	background-position:  bottom center;
  	background-attachment: relative;
  	margin-top: 0px;
  	margin-bottom: 30px;
  	padding-top: 120px;
  	padding-bottom: 120px;
  	-webkit-background-size: 100%;
  	-moz-background-size: 100%;
  	-o-background-size: 100%;
  	background-size: 100%;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	z-index: 1;

  -webkit-box-shadow: inset 0px 2px 2px -1px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 2px 2px -1px rgba(0,0,0,0.5);
  box-shadow: inset 0px 2px 2px -1px rgba(0,0,0,0.5);
  }


  .centered {
  	border-bottom: none;
  	margin-bottom: 20px;
  }


}

@media (min-width: 768px){

.hero-slider .slides li h1 {
	line-height: 1;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 33px;
}

.slides li h1, .slides li p {
	padding-left: 100px;
	padding-right: 100px;
	text-shadow: 0 0 0.4em #abbf0b;
}

#headerpic {
	position: relative;
	background: #c2c9d3;
	background-repeat: no-repeat;
	/* background-position:  center -100px; */
	background-attachment: relative;
	margin-top: 60px;
	margin-bottom: 30px;
	padding-top: 150px;
	padding-bottom: 150px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
}

.xform input[type=submit], .btn-theme {
	color: #fff;
	background-color: #abbf0b;
	border-color: #fff;
	margin: 4px;
}

.xform input[type=submit],
.xform input[type=submit]:focus,
.xform input[type=submit]:active,
.xform input[type=submit].active,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
	color: #fff;
	background-color: #707070;
	border-color: #707070;
}


@media (max-width: 767px){
  .lang-title {
	color: #fff;
	margin-top: 30px;
	padding: 10px;
	background: #5e6772;
  }
  .navbar-default .lang {
	margin-bottom: 20px;
  }
  .navbar-default .lang:before {
    content: none;
  }
  .navbar-default .lang,
  .navbar-default .lang a {
	margin-left: 0;
  }
}

.navbar-right .dropdown-menu { left: 0; }
.dropdown-menu > li > a {
	color: #68686a;
	font-weight: 300;
	font-size: 12px;
	padding: 6px 20px;
	border-top: 1px solid #4d5d70;
}

.dropdown-menu > li:first-child > a {
	border-top: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a.active,
.dropdown-menu > .active > a {
	color: #fff;
	background: #abbf0b !important;
}

#rex-yform {
	width: 100%;
	align: center;
	margin: auto;
}



.dmbutton:hover,
.dmbutton:active, .dmbutton:focus {
	color: #ffffff;
	background-color: #707070;
	border-color: #ffffff;
}

.dmbutton {
	background: rgba(0,0,0,0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing: 0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 0px;
	margin-bottom: 40px;
}

.mtb a {
	color: #abbf0b;
	text-decoration: underline;
}

.mtb a:hover {
	text-decoration: none;
}

.mtb ol, ul { padding-left: 20px; margin-bottom: 30px;}

.mtbul li ul {margin-bottom: 20px;}

.mtb ul li {
	line-height: 30px;
	font-size: 15px;
	padding-left: 5px;
	margin: 0 0 0 20px;
	list-style-image: url(../../media/list00.gif);
}
}


.mtb ul li ul {
	padding-bottom: 15px;
	padding-left: 20px;
}

.mtb ul li ul li {
	line-height: 25px;
	/* font-size: 13px; */
	padding-left: 1px;
	list-style-image: url(../../media/list00.gif);
	
}

.mtb .anker {
	display: block;
width: 0;
height: 0;
position: relative;
top: -100px;
visibility: hidden;
}

.mb { margin-bottom: 60px; }
.mt { margin-top: 60px; }

.hline {
	border-bottom: 1px solid #68686a; /* #384452 */
	margin: 20px 0 20px;
}
.hline-w {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}

.container-fluid {
	padding-left: 0px;
	margin-bottom: 40px;
}

@media all and (min-width: 767px) {
  .container-fluid .ug-gallery-wrapper .ug-thumbs-grid { left: 0px !important; }
  /* .container-fluid .ug-gallery-wrapper .ug-thumbs-grid .ug-thumb-wrapper:first-child { left: 1px !important; } */
}

.mini-image {
	width: 285px;
	height: 217px;
	background-image: url('/media/bgr_mini_img.png');
	padding: 29px 33px;
	top: -40px;
	position: relative;
	display: block;
	z-index: 5;
}

@media all and (max-width: 1199px) {
  .mini-image { display: none; }
}

#headerwrap {
	background-color: #c2c9d3;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#headerwrap h3, #headerwrap h5 { color: white; }
#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive { margin: 0 auto; }
#service {
	margin-top: 100px;
	margin-bottom: 80px;
}

/* Iconsize */
.service .size2 .fa {
	font-size: 20px;
}
.service .size3 .fa {
	font-size: 26px;
}

.breadcrumb-wrapper {
	padding: 3px 10px;
	margin-bottom: 10px;
	list-style: none;
	font-size: 10px;
  position: relative;
	top: -60px;
	z-index: 10;
	left: 5px;
}
@media only screen and (max-width: 576px) {
  /* For mobile phones: */
  .breadcrumb-wrapper { display: none; }
}

.breadcrumb-wrapper .breadcrumb-col {
	padding: 10px 15px;
	margin-bottom: 0;
	background-color: #abbf0b;
}
.breadcrumb-wrapper .home_link {
	padding-left: 10px;
}

.breadcrumb-wrapper a {
	border: none;
	color: white;
	font-size: small;
}

.breadcrumb-wrapper a:hover {
	text-decoration: underline;
}

.rex-breadcrumb {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0;
}
.rex-breadcrumb > li, .breadcrumb-wrapper .home_link {
	display: inline-block;
	font-size: small;
	color: #68686a;
}
.rex-breadcrumb>li+li:before,
.breadcrumb-wrapper .home_link:after {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb-wrapper .home_link:after {
	padding-left: 10px;
}

.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}

.cc_container {
background: #1f6888 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}

#service i {
	color: #c2c9d3;
	font-size: 60px;
	padding: 15px;
}

#portfoliowrap {
	display: block;
	text-align: center;
}
#portfoliowrap h2,
#portfoliowrap h3 {
	padding-bottom: 30px;
}

#portfoliowrap.full.framed {
	padding-left: 30px;
	padding-right: 30px;
}
#portfoliowrap.normal.frameless .row {
	margin-left: 0;
	margin-right: 0;
}
.portfolio {
	display: block;
}
#portfoliowrap.framed .portfolio-item {
	padding-top: 15px;
	padding-bottom: 15px;
}
#portfoliowrap.frameless .portfolio-item {
	padding-left: 0;
	padding-right: 0;
}

.portfolio-item .title:before {
	border-radius: 0;
	display: none;
}

.portfolio-item p { margin: 0px 0 30px; }
.portfolio-item h3 {
	margin: -10px 0 10px;
	font-size: 16px;
	text-transform: uppercase;
}

.portfolio-item h3 {
	color: #fff;
	margin: 0;
	padding: 40px 5px 0;
	font-size: 16px;
	text-transform: uppercase;
}

.portfolio-item .dmbutton {
	display: inline-block;
	margin: 40px 5px 20px 5px;
	font-size: 13px;
}

.portfolio-item .bg {
	height: 100%;
	width: 100%;
	background-color: #c2c9d3;
	background-color: rgba(56,68,82,0.9);
	text-align: center;
}

.fullpicture {
	position: relative;
	background-color: #5b6d68;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 0px;
	padding-top: 60px;
	text-align: center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

.fullpicture .layer {
	background-color: #5b6d68;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 1;
}

.fullpicture .container {
	position: relative;
	z-index: 3;
}
.fullpicture .centered {
	position: relative;
	z-index: 2;
}
.fullpicture i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

.fullpicture p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

.fullpicture h4 { color: #bfc9d3; }

#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 { margin-bottom: 60px; }

#sidenav_title {
	margin-top: 0;
}

.sidebar h4 a {
	border: none;
	text-decoration: none;
}

.sidebar ul li a {
	border: none;
}

.sidebar li a {
	color: #9c9c9c;
	text-decoration: none;
}

.sidebar li.active a {
	color: #abbf0b;
	font-weight: bold;
}

.sidebar li a:hover {
	color: #abbf0b;
	text-decoration: none;
}

.sidebar li a.rex-current {
	color: #abbf0b;
	font-weight: bold;
}


.sidebar ul li {
	list-style: none;
}

/* 
.sidebar ul.rex-navi-depth-2 li:before {
	content: "\2794\00A0";
}
*/



.sidebar ul li {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar ul li li {
	list-style-type: none;
}

.sidebar ol, ul {
	padding-left: 10px;
}

.sitemap ul li {
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sitemap ul li li {
	line-height: 20px;
	font-weight: normal;
	list-style-type: none;
}


.sitemap ul li:before {
	content: "\2794\00A0";
}

#sidenav i { margin-right: 10px; }
#sidenav {
	padding-left: 0;
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidenav li {
	padding: 2px 0;
}
#sidenav li a {
	text-transform: uppercase;
	font-weight: 500;
	color: #68686a; /* #384452 */
}

#sidenav li a:hover,
#sidenav li.active a { color: #5b89bb; }
#sidenav li.active li a { color: #747474; /* #384452 */ }
#sidenav li li a:hover, #sidenav li li.active a { color: #747474; }
#sidenav ul {
	margin-left: 15px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 15px;
}

#sidenav ul li a {
	text-transform: none;
	font-weight: 300;
	color: #68686a; /* #384452 */
}

.downloads {
	padding: 10px;
}

#footerwrap {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #abbf0b;
	color: #eaeff3;
}

#footerwrap .row {
	margin-right: -30px;
    margin-left: -30px;
}
#footerwrap .col-md-4 {
	padding-left: 30px;
	padding-right: 30px;
}

#footerwrap h4 {
	color: #fff;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
#footerwrap p {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #fff;
	font-weight: 100;
font-size: 16px;
line-height: 26px;
}
#footerwrap li {
    line-height: 26px;
    font-size: 16px;
	list-style-type: none;
	color: #fff;
}

#footerwrap li:before {
	content: "\2794\00A0";
}

#footerwrap a {
	color: #fff;
	text-decoration: none;
}

#footerwrap a:hover {
	color: #000000;
	text-decoration: none;
}
#footerwrap li.active a {
	color: #000000;
}

#footerwrap .social-links a { margin-right: 20px; }
#footerwrap i {
	font-size: 16px;
	color: #eaeff3;
	padding-right: 5px;
}

#footerwrap i:hover { color: #000000; }

#footerwrap table {
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	margin-top: 0px;
	width: 100%;
	font-weight: 100;
font-size: 16px;
line-height: 26px;
}

#footerwrap table tr { border-bottom: 0px solid #ccc; }
#footerwrap table th {
	vertical-align: top;
}

#footerwrap table td {
	vertical-align: top;
}


.slider { position: relative; }
.slider .slides li { position: relative; }
.slider.small-controls .flex-direction-nav a { margin-top: -20px; }
.slider.small-controls .flex-control-nav { display: none; }
.hero-slider {
	padding: 0px;
	position: relative;
}

.hero-slider .slides { overflow: hidden; }
.hero-slider .slides li {
	height: 650px;
	position: relative;
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.hero-slider .slides li .row {
	position: relative;
	z-index: 2;
}

.hero-slider .slides li h3 { font-size: 30px; }
.hero-slider .slides li h2 {
	line-height: 1;
	margin-bottom: 33px;
	padding-bottom: 7px;
}



.work-slider { margin-top: 28px; }
.work-slider .slides li { height: 400px; }
.slides li .fadeUp { opacity: 0; }
.slides li {
	position: relative;
	color: #fff;
}

.slides li p, .slides li a { color: #fff; }
.slides li .slide-content {
	position: relative;
	z-index: 3;
}



.slides li .overlay {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 2;
}

.slides li .btn-theme {
	border: none;
	background-color: #000001;
	color: #fff; /* #384452 */
}

.slides li .btn-theme:hover, .slides li .btn-theme:focus, .slides li .btn-theme:active, .slides li .btn-theme.active {
	background-color: #153f77;
	color: #fff;
}

.hero-slider .slides li .slide-content img { max-height: 500px; }
.hero-slider .flex-direction-nav a {
	height: 60px;
	width: 60px;
	font-size: 0;
}

.hero-slider .flex-direction-nav a:before {
	position: absolute;
	font-size: 40px;
	display: block;
	top: 15px;
	left: 23px !important;
	right: auto !important;
}

.hero-slider .flex-direction-nav a.flex-prev:before { left: 20px !important; }
@media all and (max-width: 1100px) {
	.hero-slider .slides li .slide-content img { max-height: 300px; }
}

.background-breathe {
	-webkit-animation: burnsIn 16s ease infinite alternate;
	-moz-animation: burnsIn 16s ease infinite alternate;
	animation: burnsIn 16s ease infinite alternate;
}

.background-breathe .slide-content {
	-webkit-animation: burnsOut 16s ease infinite alternate;
	animation: burnsOut 16s ease infinite alternate;
	-moz-animation: burnsOut 16s ease infinite alternate;
	position: relative;
	top: 30px;
}

@-webkit-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-webkit-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@-moz-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-moz-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}



#headerpic .layer {
	background-color: #000; /* #c2c9d3; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: 2;
}

#headerpic h3 {
	position: relative;
	font-size: 2em;
	text-transform: uppercase;
	z-index: 3;
	color: white;
	display: inline;
	font-weight: 300;
	letter-spacing: 0.3em;
	border-bottom: 0px solid #fff;
}

.ctitle {
	color: #c2c9d3;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}

csmall2 {
	font-size: 12px;
	color: #f39c12;
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme { background: #c2c9d3; }

.pictext h2 {
	margin-bottom: 25px;
}

.pictext h3 {
	color:#abbf0b;
	margin-bottom: 10px;
}
.pictext img {
	border: 1px solid #ccc;
}

.pictext .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 {
	margin-bottom: 40px;
}

.downloads h3 { margin-bottom: 25px; }
.downloads i.fa {
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
}

downloads a i.fa { color: #5b6d68; }
downloads a:hover i.fa { color: #c2c9d3; }
#contactwrap {
	margin-top: -60px;
	padding-top: 0px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comments {
	padding-top: 10px;
	margin-top: 50px;
	border-top: 2px solid #bfc9d3;
}

.comments h2 {
	font-size: 24px;
	padding-bottom: 30px;
}

#commentList li {
	margin-top: 30px;
	margin-bottom: 30px;
}

#commentList li::after {
	content: '';
	display: block;
	background: #bfc9d3;
	width: 100%;
	height: 1px;
	margin-left: -20px;
}

.board h1 { font-size: 24px; }
.board h2 { font-size: 20px; }

.parallax {
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.teaser h2 {
	margin-top: 0;
	font-family: 'optifranz';
	font-size: 2.2em;
}

.teaser h2 a {
	border: none;
}

.teaser .hline {
	margin-top: 30px;
	margin-bottom: 40px;
}

.row .col-cat-image-certified {
    margin-bottom: 5px;
    width: auto;
    padding-right: 0px;
}


.row .col-cat-title { margin-bottom: 5px; }
.row .col-page-title h2 { text-align: left; }

table {
	margin-top: 0px;
	border-top: 0px solid #ccc;
	padding-bottom: 80px;
	/* border-bottom: 1px solid #ccc; */
	width: 100%;
}

table tr { border-bottom: 0px solid #ccc; }
table th {
	vertical-align: top;
	min-width: 200px;
	padding: 0px 0;
	border-top: 0px solid #5b6d68;
	border-bottom: 0px solid #5b6d68;
	text-transform: uppercase;
}

table td {
	vertical-align: top;
	padding: 0px 0;
}

.board table h2 {
	margin-top: 0;
	font-size: 18px;
}

.accordion .title {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accordion .content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.accordion li.active .content { max-height: 400px; }
.accordion p:last-child { margin-bottom: 0; }
.accordion-1 li { margin-bottom: 10px; display: block !important; }
.accordion-1 li:last-child { margin-bottom: 0; }
.accordion-1 .title {
	background: #f5f5f5;
	padding: 13px 23px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.bg-secondary .accordion-1 .title { background: #2d4f6d; }
.bg-secondary .accordion-1 .title:hover { background: #2d4f6d; }
.accordion-1 .title span {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.accordion-1 .active .title {
	background: #2d4f6d;
	color: #fff;
}

.accordion-1 .content {
	border: 1px solid #eee;
	border-top: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
}

.accordion-1 .content p { padding: 13px; }
.accordion-1 .active .content {
	opacity: 1;
	transform: translate3d(0,0px,0);
	-webkit-transform: translate3d(0,0px,0);
	-moz-transform: translate3d(0,0px,0);
}

.accordion-1 .title:hover {
	color: #2d4f6d;
	background: #dce7f0;
}

.accordion-1 .active .title:hover {
	color: #fff;
	background: #3c6991;
}

.accordion-2 li {
	display: block !important;
}
.accordion-2 .title {
	font-size: 16px;
	font-weight: 500;
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .7;
}

.accordion-2 .title:before {
	content: "\f067";
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 10px;
	margin-right: 10px;
}

.accordion-2 .active .title {
	opacity: 1;
	color: #2d4f6d;
}

.accordion-2 .active .title:before { content: '\f068'; }
.accordion-2 .content p,
.accordion-2 .content ul,
.accordion-2 .content ol { padding: 16px 0; }
.accordion-2 .title:hover {
	opacity: 1;
	color: #2d4f6d;
}

.tabs {
	overflow: hidden;
}
.tabs ul.tabs {
	padding-top: 0px;
}
.tabs ul.tabs,
.tabs ul.content {
	padding-left: 0;
}
.tabs li {
	display: inline-block;
	cursor: pointer;
}

.tabs.thirds { width: 100%; }
.tabs.thirds li { width: 33.3333333%; }
.tabs.thirds .tab-title { width: 100%; }
.button-tabs .tabs {
	display: inline-block;
	overflow: hidden;
}

.button-tabs .tabs > li {
	margin-bottom: 8px;
	float: left;
}

.button-tabs .tabs > li:last-child { margin-right: 0; }
.button-tabs .tab-title {
	padding: 13px;
	display: inline-block;
	text-align: center;
	min-width: 150px;
	background: #E0E4E6;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.bg-secondary .button-tabs .tab-title { background: #eee; }
.button-tabs .tab-title span {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.button-tabs .active .tab-title {
	background: #2d4f6d;
	color: #fff;
}

.button-tabs .tab-title:hover { background: #C7D2D8; }
.button-tabs .active .tab-title:hover { background: #2d4f6d; }
.button-tabs.vertical { overflow: hidden; }
.button-tabs.vertical > .tabs {
	width: 30%;
	float: left;
}

.button-tabs.vertical > .content {
	padding-left: 3%;
	width: 70%;
	float: right;
}

.button-tabs.vertical > .tabs li, .button-tabs.vertical .tab-title { width: 100%; }
.button-tabs.vertical > .tabs li { margin-bottom: 10px; }
.bg-dark .button-tabs .tab-title span { color: #222; }
@media all and (max-width: 767px) {
	.button-tabs .tabs li {
		width: 49%;
		margin-bottom: 15px;
	}

	.button-tabs.vertical .tabs, .button-tabs.vertical .content {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}

}

.tabbed-content .content > li {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	display: none;
}

.tabbed-content .content .active {
	opacity: 1;
	visibility: visible;
	display: block;
}

.text-tabs .tabs {
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
	overflow: visible;
}

.text-tabs.no-border .tabs { border-bottom: none; }
.text-tabs .tab-title {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	padding: 0 24px;
	opacity: 0.5;
	position: relative;
}

.text-tabs .tab-title span {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.text-tabs .tab-title:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #91a05c;
	bottom: 10px;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	bottom: -17px;
	left: 0;
}

.text-tabs .active .tab-title {
	opacity: 1;
	color: #2d4f6d;
}

.bg-primary .text-tabs .tab-title:after {
	background: #2d4f6d;
}
.text-tabs .active .tab-title:after {
	opacity: 1;
}
.text-tabs .tab-title:hover {
	opacity: 1;
}


@media all and (max-width: 767px) {
	.text-tabs .tabs { padding-bottom: 0; }
	.text-tabs .tabs li {
		width: 49%;
		margin-bottom: 15px;
	}

	.text-tabs .tab-title:after { display: none; }
	.text-tabs:not(.text-center) .tabs li:first-child .tab-title { padding-left: 24px; }
}

.icon-tabs .tabs li {
	width: 24.5%;
	margin-bottom: 24px;
}

.icon-tabs .tab-title {
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .5;
}

.icon-tabs .tab-title:hover { opacity: 1; }
.icon-tabs .active .tab-title {
	color: #91a05c;
	opacity: 1;
}

.icon-tabs .active .tab-title i { color: #91a05c; }
.image-bg .icon-tabs .active .tab-title i { color: #fff; }
.icon-tabs .tab-title i {
	display: block;
	margin-bottom: 16px;
}

.icon-tabs .tab-title span {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.sidebar {
	top: -170px;
}

@media all and (max-width: 1199px) {
  .sidebar {
    top: 0px;
  	clear: both;
  	margin-top: 80px;
  	border-top: none;
  	padding-top: 20px;
    padding-bottom: 20px;
  	background-color: #EFEFEF;
  }

	.teaser .image-deco {
		margin-bottom: 20px;
		width: 100%;
	}
}
@media all and (max-width: 767px) {

	.container > .navbar-header {
		margin-bottom: 10px;
	}
	.navbar-brand {
		margin-left: 15px;
	}
	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 15px;;
	}
	.navbar-default .navbar-collapse {
		border: none;
	}
	.navbar-collapse {
		max-height: none;
	}
	.navbar-fixed-top {
		position: fixed; /*static*/
	}
	.dropdown-menu {
		box-shadow: none;
		position: relative;
		display: block;
		float: none;
		padding-top: 0;
		padding-bottom: 20px;
		list-style-type: none;

	}
	.navbar-default .dropdown-toggle a {
		border-bottom: 1px solid #5e6772;
	}
	.navbar-default .dropdown-menu li a,
	.navbar-default .dropdown-toggle:last-child a {
		border-bottom: none;
	}
	.dropdown-menu {
		margin-left: 0;
		padding-left: 20px;
	}
	.dropdown-menu > li {
		color: #686869;
		list-style-type: none;
		list-style-position: outside;
	}
	.dropdown-menu > li > a {
		border: none;
		padding-left: 20px;
		padding: 6px;
	}
	.dropdown-menu > li > a:hover {
		background: none;
		padding-left: 20px;
	}

	.icon-tabs .tabs li {
		margin-bottom: 16px;
		margin-right: 0;
		width: 49%;
	}
	.icon-tabs .tab-title i {
		font-size: 32px;
	}
	.mtb {
		margin-bottom: 40px;
	}

    #footerwrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }
	.parallax {
		background-attachment: scroll !important;
	}

}
