@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot'); src: local(''), url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#OpenSans') format('svg'); }
@font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot'); src: local(''), url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff2') format('woff2'), url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff') format('woff'), url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.ttf') format('truetype'), url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.svg#OpenSans') format('svg'); }
@font-face { font-family: 'Niconne'; font-style: normal; font-weight: 400; src: url('../fonts/niconne-v15-latin-ext_latin-regular.eot'); src: local(''), url('../fonts/niconne-v15-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/niconne-v15-latin-ext_latin-regular.woff2') format('woff2'), url('../fonts/niconne-v15-latin-ext_latin-regular.woff') format('woff'), url('../fonts/niconne-v15-latin-ext_latin-regular.ttf') format('truetype'), url('../fonts/niconne-v15-latin-ext_latin-regular.svg#Niconne') format('svg'); }

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

body.normal {
    background: url("images/sommer-3.png") bottom right no-repeat fixed, linear-gradient(to right, #efefed 0%,#ffffff 50%,#ffffff 50%);
	margin: 0;
	height: 100%;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

body.kreuz {
    background: url("images/kreuz.png") bottom right no-repeat fixed, linear-gradient(to right, #efefed 0%,#ffffff 50%,#ffffff 50%);
	margin: 0;
	height: 100%;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.responsive_map {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 21%;
    margin-bottom: 30px;
}
.responsive_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%; 
    height:100%;
}

.responsive_map2 {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 38%;
    margin-bottom: 30px;
}
.responsive_map2 iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%; 
    height:100%;
}

.right {
    float: right;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Niconne', sans-serif;
	font-weight: normal; 
    color: #86151A;
}

h4 { margin-top: 30px; }
p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	color: #333333;
	margin-top: 10px;
}

ol, ul { padding-left: 20px; }
ol li, ul li { line-height: 24px; font-size: 15px; }
img {
	height: auto;
	max-width: 100%;
}
.label {
	font-size: 85%;
	font-weight: normal;
}

.red {
    text-align: center;
}
.red img {
    background-color: #fff;
    padding: 2px;
    background-color: #fff;
    border: 4px solid #86151A;
    margin-bottom: 20px;
} 
.gc-title a {
    font-family: 'Niconne', cursive;
    font-size: 44px;
    color: #86151A;
    line-height: 1.1em;
}
/* .row_girl {
    position: relative;
    min-height: 500px;
}
.einzel_girl {
    position: absolute;
    bottom: 0;
} */
.zim {
    position: absolute;
    min-height: 30px;
    background-color: #86151A;
    color: White;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    text-align: center;
    right: 15px;
    bottom: 40px;
    line-height: 1.3em;
}

a {
	color: #86151A;
	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: underline;
	color: #9F0000;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}

.centered {
	text-align: center;
}
.grey {
	background: #eee;
}
pre {
	margin: 20px 0;
}
code {
	padding: 5px 10px;
	margin: 10px 0;
	display: block;
}

.igreen {
    color: Green;
}
.ired {
    color: Red;
}
.inforow {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}  
.inforow span {
    background-color: #86151A;
    color: White;
    padding: 2px 8px 2px 8px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.inforow a {
    color: White;
}
.serv li {
    list-style: none;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f2dede;
    color: #b94a48;
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

blockquote p {
	margin-top: 0;
}

.center {
    text-align: center;
}

.toprow {
    display: block;
    background-color: #86151A;
    min-height: 30px;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 25px;
} 
.toprow a {
	color: #fff;
} 
.toprow a:hover, .toprow a:focus {
	text-decoration: underline;
	color: #F1B6B9;
}

.navbar {
	min-height: 60px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #86151A!important;
    border-bottom: 4px solid #4D0F12;
    width: 100%;
    min-height: 65px;
    padding: 0px;
}  
.navbar-brand-fixed { display: none; }
.navbar.navbar-default.fixed .navbar-brand-fixed { display: block; padding-top: 5px; padding-right: 10px;}
.navbar-brand-fixed img {
    height: 55px;
}
.navbar.navbar-default.fixed .navbar-nav > li > a { height: 60px; padding: 20px; }
.navbar.navbar-default.fixed .navbar-nav > li > a:hover { color: #86151A; background-color: #F5F5F5; }
.navbar.navbar-default.fixed .navbar-nav > .active > a, .navbar.navbar-default.fixed .navbar-nav > .active > a:hover, .navbar.navbar-default.fixed .navbar-nav > .active > a:focus {
	color: #86151A;
	background-color: #F5F5F5;
}

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

.navbar-head {
	min-height: 280px;
	padding-top: 0px;
	margin-bottom: 0px;
}

.navbar-head-bg {
    background-color: #86151A; 
    min-height: 280px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.helay {
    position: absolute;
    width: 262px;
    height: auto;
    top: 5px;
    z-index: 800;
}
.helay-banner {
    position: absolute;
    width: 416px;
    height: auto;
    top: 5px;
    margin-left: -50px;
    z-index: 1900;
}
.opening {
    position: absolute;
    top: 180px;
    margin-left: 270px;
    background-color: #86151A;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    z-index: 1000;
}
.opening a {
	color: #fff;
} 
.opening a:hover, .opening a:focus {
	text-decoration: underline;
}

.navbar_unten {
    border-bottom: 1px solid #86151A;
    padding-right: 0px;
    padding-left: 0px;
}
 
.navbar-brand {
	height: auto;
	padding: 0;
	margin-top: 0px;
	font-size: 18px;
	line-height: auto;
}
.navbar-brand img {
    position: relative;
    z-index: 900;
	height: 273px;
	width: auto;
} 

.navbar-default .navbar-nav > li > a {
    font-family: 'Niconne', cursive; 
	color: #F1B6B9;
	font-weight: lighter;
	font-size: 30px;
	padding-left: 20px;
	padding-right: 20px;
    padding-top: 7px;
}

.navbar-default .navbar-nav > li > a:hover { color: #86151A; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #86151A;
	background-color: transparent;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.dropdown-menu {
	background: #333333;
	border: none !important;
	padding-top: 10px;
	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;
}

@media (max-width: 767px){
body {
    background: linear-gradient(to right, #efefed 0%,#ffffff 50%,#ffffff 50%);
}
  .lang-title {
	color: #fff;
	margin-top: 30px;
	padding: 10px;
	background: #5e6772;
  }
  .navbar-default {
	background-color: #fff;
  }
  .toprow {
    display: none!important;
  }
  .navbar-default .lang {
	margin-bottom: 20px;
  }
  .navbar-default .lang:before {
    content: none;
  }
  .navbar-default .lang,
  .navbar-default .lang a {
	margin-left: 0;
  }
  .navbar-brand img {
	height: 120px;
  } 
  .navbar_unten {
    padding-right: 30px;
    padding-left: 30px;
}
  .helay {
    width: 150px;
  }
  .helay-banner {
    width: 200px;
    top: 50px;
    margin-left: -10px;
  }
  .navbar-head {
	min-height: 140px;
  }
  .navbar-head-bg {
    min-height: 140px;
  }    
}

.navbar-right .dropdown-menu { left: 0; }
.dropdown-menu > li > a {
	color: white;
	font-weight: lighter;
	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: #86151A;
	background: #4d5d70 !important;
}

.xform input[type=submit], .btn-theme {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
	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: #86151A;
	border-color: #86151A;
}

.dmbutton:hover,
.dmbutton:active, .dmbutton:focus {
	color: #ffffff;
	background-color: #86151A;
	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;
}

.showtime-image img {
    border: 4px solid #86151A;
    margin-bottom: 20px;
}

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

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

.hline {
	border-bottom: 2px solid #86151A;
	margin: 10px 0 20px;
}
.hline-w {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}

#headerwrap {
	background-color: #86151A;
	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: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb-wrapper .home_link {
	padding-left: 10px;
}
.rex-breadcrumb {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0;
}
.rex-breadcrumb>li,
.breadcrumb-wrapper .home_link{
	display: inline-block;
}
.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;
}

#service i {
	color: #86151A;
	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: #86151A;
	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 li a.rex-current {
	font-weight: bold;
}

#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: #333333;
}

#sidenav li a:hover,
#sidenav li.active a { color: #86151A; }
#sidenav li.active li a { color: #333333; }
#sidenav li li a:hover, #sidenav li li.active a { color: #bfc9d3; }
#sidenav ul {
	margin-left: 15px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 15px;
}

#sidenav ul li a {
	text-transform: none;
	font-weight: normal;
	color: #333333;
}

#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: rgba(134, 21, 26, 0.75);
    border-top: 4px solid #fff;
}

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

#footerwrap h4 {
	color: white;
}
#footerwrap p {
	color: #fff;
}
#footerwrap li {
	list-style-type: disc;
	color: #fff;
}

#footerwrap a { color: #fff; }
#footerwrap a:hover {
	color: #F1B6B9;
	text-decoration: underline;
}
#footerwrap li.active a {
	color: #F1B6B9;
}

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

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


.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;
}

.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;
}

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

.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 h1, .slides li p {
	padding-left: 100px;
	padding-right: 100px;
}

.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: #86151A;
	color: #333333;
}

.slides li .btn-theme:hover, .slides li .btn-theme:focus, .slides li .btn-theme:active, .slides li .btn-theme.active {
	background-color: #333333;
	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 {
	position: relative;
	background: #86151A;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 100px;
	padding-bottom: 100px;
	-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;
}

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

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

.ctitle {
	color: #86151A;
	font-weight: lighter;
	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: #86151A; }

.pictext h2,
.pictext h3 {
	margin-bottom: 25px;
}
.pictext img {
	border: 1px solid #ccc;
}

.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: #86151A; }
#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;
}
.teaser .hline {
	margin-top: 30px;
	margin-bottom: 40px;
}

table {
	margin-top: 10px;
	width: 100%;
}

table th {
	vertical-align: top;
	min-width: 200px;
	padding: 10px 0;
	text-transform: uppercase;
}

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

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

.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: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
@media all and (max-width: 1199px) {
	.sidebar {
		clear: both;
	}
	.teaser .image-deco {
		margin-bottom: 20px;
		width: 100%;
	}
    .opening {
        margin-left: 130px;
    }
}
@media all and (max-width: 767px) {
    .opening {
        display: none;
    }
	.container > .navbar-header {
		margin-bottom: 10px;
	}
	.navbar-brand {
		margin-left: 15px;
	}
	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 15px;
        width: 100%;
	}
	.navbar-default .navbar-collapse {
		border: none;
	}
	.navbar-collapse {
		max-height: none;
	}
	.navbar-fixed-top {
		position: static;
	}
	.dropdown-menu {
		box-shadow: none;
		position: relative;
		display: block;
		float: none;
		padding-top: 0;
		padding-bottom: 20px;
		list-style-type: disc;
	}
	.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: 30px;
	}
	.dropdown-menu > li {
		color: #fff;
		list-style-type: disc;
		list-style-position: outside;
	}
	.dropdown-menu > li > a {
		border: none;
		padding: 6px 0;
	}
	.dropdown-menu > li > a:hover {
		background: none;
	}

	.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;
	}

}