@font-face {
	font-family: 'Meta-Bold';
	src: url('../fonts/Meta-Bold.eot');
	src: url('../fonts/Meta-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Meta-Bold.woff') format('woff'),  url('../fonts/Meta-Bold.ttf') format('truetype'),  url('../fonts/Meta-Bold.svg#Meta-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-FFFD;
}
@font-face {
	font-family: 'Meta-Normal';
	src: url('../fonts/Meta-Normal.eot');
	src: url('../fonts/Meta-Normal.eot?#iefix') format('embedded-opentype'),  url('../fonts/Meta-Normal.woff') format('woff'),  url('../fonts/Meta-Normal.ttf') format('truetype'),  url('../fonts/Meta-Normal.svg#Meta-Normal') format('svg');
	font-weight: 400;
	font-style: normal;te
	font-stretch: normal;
 unicode-range: U+0020-FFFD;
}
@font-face {
	font-family: 'FuturaLT-Regular';
	src: url('../fonts/FuturaLT_gdi.eot');
	src: url('../fonts/FuturaLT_gdi.eot?#iefix') format('embedded-opentype'),  url('../fonts/FuturaLT_gdi.woff') format('woff'),  url('../fonts/FuturaLT_gdi.ttf') format('truetype'),  url('../fonts/FuturaLT_gdi.svg#FuturaLT-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-00FE;
}
@font-face {
	font-family: 'FuturaLT-Heavy';
	src: url('../fonts/FuturaLT-Heavy_gdi.eot');
	src: url('../fonts/FuturaLT-Heavy_gdi.eot?#iefix') format('embedded-opentype'),  url('../fonts/FuturaLT-Heavy_gdi.woff') format('woff'),  url('../fonts/FuturaLT-Heavy_gdi.ttf') format('truetype'),  url('../fonts/FuturaLT-Heavy_gdi.svg#FuturaLT-Heavy') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-00FE;
}
/*************************************************************************/
/************************************************************************
// 1. General Fixing
*************************************************************************/
body {
	font-family: 'Meta-Normal';
}
.page-loader {
	background-color: #f7f7f7;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.page-loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
}
a {
	color: #cd1316;
	-webkit-transition: all 2s;
	transition: all .2s;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:before {
	-webkit-transition: all .2s;
	transition: all .2s;
}
::selection {
	background-color: white;
	color: #cd1316;
}
::-moz-selection {
 background-color: white;
 color: #cd1316;
}
input, textarea {
	border: none;
	font-family: "Meta-Normal";
	font-size: 15px;
}
input:focus, textarea:focus {
	border: none;
	outline: none;
}
input[type='text'], input[type='email'], select, textarea {
}
img {
	max-width: 100%;
	height: auto;
}
ul, li {
	list-style: none;
}
h2 {
	font-size: 40px;
	font-weight: normal;
	font-family: 'FuturaLT-Heavy';
	line-height: 60px;
	color: #000;
	text-transform: uppercase;
}
h3 {
	font-size: 30px;
	font-weight: normal;
	font-family: 'FuturaLT-Heavy';
	line-height: 40px;
	color: #000;
	text-transform: uppercase;
}
h6 {
	font-size: 17px;
	font-weight: normal;
	font-family: 'FuturaLT-Heavy';
	line-height: 26px;
	color: #cd1316;
	text-transform: uppercase;
}
p {
	color: #000;
	font-family: "Meta-Normal";
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 10px;
	text-transform: none;
}
section {
	line-height: 30px;
}
.add-fixed {
	position: fixed;
	top: 0;
}
.timeline-line, .popular-line {
	width: 50px;
	height: 2px;
	background: #cd1316;
	margin-top: 30px;
}
#timeline #issues li img {
	max-height: 450px;	
}
.nav-menu {
	font-family: Montserrat;
	font-size: 13px;
	text-transform: uppercase;
	float: right;
}
.nav-menu ul li a {
	font-weight: 700;
}
.blog-single em {
	color: #acacac;
	font-size: 13px;
	line-height: 1.8;
}
.content-thumbnail em {
	text-align: right;
}
.top-headline {
	text-align: center;
	color: white;
}
.top-headline h1 {
	font-weight: normal;
}
.top-headline .separator, .top-headline-2 .separator {
	border-top: 1px solid #fff;
	position: relative;
	margin-top: 30px;
	margin: auto;
	opacity: 1;
}
.top-headline .separator:before {
}
.top-headline .separator:after {
}
.top-headline .description, .top-headline .description p, .top-headline-2 .description, .top-headline .description h4, .top-headline-2 .description h4 {
	font-family: 'Meta-Normal';
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
}
 .top-headline .description p {
	margin: 22.5px 0; 
 }
.shadow img {
	border: 20px solid white;
	outline: 1px solid #eaeaea;
	box-shadow: 0 4px 18px 0 rgba(9, 26, 44, 0.2);
}
.shadow iframe {
	border: 20px solid white;
	outline: 1px solid #eaeaea;
	box-shadow: 0 4px 18px 0 rgba(9, 26, 44, 0.2);
}
.featured-image {
	border: 9px solid white;
	outline: 1px solid #eaeaea;
	box-shadow: 0 4px 18px 0 rgba(9, 26, 44, 0.2);
}
.team-shadow {
	box-shadow: 0 4px 18px 0 rgba(9, 26, 44, 0.2);
}
.blog-header .top-headline {
	margin-top: 75px;
}
.detail-button {
	z-index: 3;
	position: relative;
}
.detail-button a {
	-webkit-transition: none;
	transition: none;
	letter-spacing: 2px;
}
.detail-button .btn {
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #c09551;
	border-radius: 2px;
	padding: 0 25px;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.front-header .container {
	height: 100%;
}
.front-header .col-sm-10 {
	height: 100%;
	position: relative;
}
.front-header .col-sm-12 {
	height: 100%;
}
.front-header .top-headline h1, .blog-header .top-headline h1, .news-header .top-headline-2 h1 {
	margin-top: 0;
	font-family: 'FuturaLT-Heavy';
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
}
.front-header .top-headline .start-flag {
	position: absolute;
	height: 161px;
	width: 181px;
	left: 30px;
	top: -60px;
}
.front-header .detail-button {
	margin-top: 35px;
}
.front-header .detail-button a {
	color: white;
}
.front-header .detail-button a:hover {
	background-color: #c09551;
}
.sub-info {
	margin-top: 0;
}
.section-quote {
}
.search-liste {
	text-align: left;
	padding: 15px 0 40px;
}
.start-events {
	text-align: left;
	padding: 40px 0;
	background-color: #fff;
}
.start-events .kalender-entry {
	border-left: 2px dotted #cccccc;
	padding: 0 20px;
	width: 25%;
	box-shadow: none;
	margin: 0;
}
.kalender-entry .btn-more-small {
	display: none;
}
.start-events .kalender-entry .btn-more-small {
	display: block;
}
.start-events .kalender-entry.first {
	border-left: none;
}
.start-events h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 22px;
	line-height: 30px;
	font-family: 'FuturaLT-Heavy';
	margin-top: 0;
}
.start-events .news-date {
	text-transform: uppercase;
	color: #cd1316;
	font-size: 17px;
	line-height: 17px;
	font-family: 'FuturaLT-Heavy';
	display: block;
}
.start-events .kalender-entry h3 {
	text-transform: none;
	color: #000;
	font-size: 21px;
	line-height: 30px;
	font-family: 'Meta-Bold';
	margin-top: 0;
	min-height: 53px;
	margin-bottom: 7px;
}
.start-events .kalender-entry.first h3 {
    color: #000;
    font-family: "FuturaLT-Heavy";
    font-size: 22px;
    line-height: 30px;
    margin-top: 0;
	margin-bottom: 40px;
    text-transform: uppercase;
}
.start-events p {
	text-transform: none;
	color: #000;
	font-size: 17px;
	line-height: 23px;
	font-family: 'Meta-Normal';
	margin-bottom: 10px;
	overflow: hidden;
	height: 70px;
}
a.btn-more-small {
	font-family: 'Meta-Normal';
	font-style: italic;
	font-size: 17px;
	color: #cd1316;
}
a.btn-more-small:hover {
	color: #000;
}
.btn-more {
	border: 2px solid #cd1316;
	border-radius: 4px;
	text-transform: uppercase;
	color: #cd1316;
	font-size: 17px;
	font-family: 'FuturaLT-Heavy';
	padding: 7px 50px;
	display: inline-block;
}
.btn-more:hover {
	color: #000;
	border: 2px solid #000;
}
.btn-more.small {
	padding: 0 30px;
	font-size: 15px;
}
.section-features, .section-card {
	box-shadow: 5px 5px 50px rgba(23, 23, 23, 0.7) inset, -5px -5px 50px rgba(23, 23, 23, 0.7) inset;
}
.separator-box {
	width: 100%;
	height: 4px;
	background: url('../img/zigzag-2.png') repeat-x;
	margin-top: 26px;
	margin-bottom: 21px;
}
.section-contact {
	padding-top: 70px;
	padding-bottom: 70px;
}
.comment-line {
	background: url('../img/zigzag-2.png') repeat-x;
	width: 100%;
	height: 4px;
}
/* Cross Browser */
.padding-bottom {
	padding-bottom: 12px;
}
.padding-left {
	padding-left: 10px;
}
/* Drop-down Menu */
.fixed-header .nav > li, .blog-header .nav > li, .front-header .nav > li {
	position: relative;
}
.fixed-header .nav ul, .blog-header .nav ul, .front-header .nav ul {
	position: absolute;
	left: 0;
	top: 53px;
	z-index: 99;
}
.fixed-header .nav ul {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 99;
}
.fixed-header .nav ul li:after, .blog-header .nav ul li:after, .front-header .nav ul li:after {
	display: none;
}
.fixed-header .nav .sub-menu, .blog-header .nav .sub-menu, .front-header .nav .sub-menu {
	background-color: white;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #efefef;
	box-shadow: 0 1px 1px #e8e8e8;
	width: 250px;
	display: none;
}
.fixed-header .nav .sub-menu li:last-child a, .blog-header .nav .sub-menu li:last-child a, .front-header .nav .sub-menu li:last-child a {
	border-bottom: none;
}
.fixed-header .nav .sub-menu a, .blog-header .nav .sub-menu a, .front-header .nav .sub-menu a {
	color: #000;
	border-bottom: 1px dotted #d2d2d2;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 2px;
	letter-spacing: 1px;
}
.fixed-header .nav .sub-menu a:hover, .blog-header .nav .sub-menu a:hover, .front-header .nav .sub-menu a:hover {
	border-bottom: 1px dotted #d2d2d2;
	color: #cd1316;
}
.blog-header .nav {
	position: relative;
	z-index: 9;
}
.icon-search {
	background-image: url(../img/icon-search.png);
	background-size: 100% 100%;
	height: 20px;
	width: 20px;
	display: block;
	margin-top: 14px;
	margin-bottom: 11px;
}
/* Swiper */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.swiper-slide-active {
	position: relative;
	z-index: 2;
}
/************************************************************************
// 2. Headers ( Contains all of headers)
*************************************************************************/
.blog-header .nav li, .front-header .nav li, .fixed-header .nav li {
	position: relative;
}
.blog-header .nav li:after, .front-header .nav li:after, .fixed-header .nav li:after {
}
.blog-header .nav li, .front-header .nav li, .fixed-header .nav li {
	padding-right: 15px;
	padding-left: 15px;
	letter-spacing: 0px;
}
.blog-header .nav li:last-child:after, .front-header .nav li:last-child:after, .fixed-header .nav li:last-child:after {
	display: none;
}
.front-header .nav li:last-child {
	border-left: 1px solid #fff;
}

.front-header .nav li:last-child a {
	height: 54px;
	padding-bottom: 10px;
}
.blog-header .nav li:last-child {
	border-left: 1px solid #fff;
}
.blog-header .nav a, .front-header .nav a, .fixed-header .nav a {
	padding-right: 0;
	padding-left: 0;
	border-bottom: 2px solid transparent;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: 'FuturaLT-Heavy';
	font-size: 18px;
}
.blog-header .nav a:hover, .front-header .nav a:hover, .fixed-header .nav a:hover {
	border-bottom: 2px solid #9c1006;
}
.blog-header .nav a.active, .front-header .nav a.active, .fixed-header .nav a.active {
	border-bottom: 2px solid #9c1006;
}
.nav li.active a {
	border-bottom: 2px solid #9c1006;
}
.nav .sub-menu li.active a {
	color: #9c1006;
}

.dropdown-trigger {
	letter-spacing: 3px;
	font-family: Montserrat;
	text-transform: uppercase;
}
.blog-header .nav, .front-header .nav {
	margin-top: 28px;
}
.blog-header .nav.fxd {
	margin-top: 0;
}
.blog-header .nav a, .front-header .nav a {
	color: white;
}
.blog-header .logo, .front-header .logo {
	margin-top: 40px;
	position: relative;
}
.logo img {
	display: block;
	height: 30px;
}
.logo span {
	font-size: 22px;
	color: #fff;
	font-family: 'Meta-Normal';
	position: absolute;
	top: -20px;
	left: 55px;
}
.fixed-header .nav a {
	color: #fff;
	padding-bottom: 7px;
}
/* Mobile Menu */
.blog-header .menu-open, .front-header .menu-open {
	position: absolute;
	right: 30px;
	top: 30px;
	border: 1px solid white;
	text-align: center;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: none;
	z-index: 1;
}
.blog-header .menu-open:active, .front-header .menu-open:active {
	border-color: #d1d2d5;
}
.blog-header .fa-bars, .front-header .fa-bars {
	color: white;
	z-index: 9;
	font-size: 20px;
	display: inherit;
	margin-top: 8px;
	font-weight: 100;
}
.blog-header .fa-bars:active, .front-header .fa-bars:active {
	color: #d1d2d5;
}
.mobile-menu-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #0c3451;
	z-index: 199;
	font-family: 'FuturaLT-Heavy';
	text-transform: uppercase;
	font-size: 20px;
	display: none;
}
.mobile-menu-wrap .fa-times {
	position: absolute;
	right: 25px;
	top: 15px;
	font-size: 40px;
	color: white;
	z-index: 3;
	padding: 10px;
}
.mobile-menu-wrap .fa-times:active {
	top: 17px;
}
.mobile-menu-wrap .col-xs-12 {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 0;
	padding-left: 0;
}
.mobile-menu-wrap .col-xs-12 ul {
	padding-left: 0;
	margin-bottom: 0;
}
.mobile-menu-wrap a {
	color: #fff;
	display: block;
	padding-left: 0px;
	text-align: center;
}
.mobile-menu-wrap a:active {
	background-color: #152653;
	color: white;
}
.mobile-menu-wrap a:hover {
	color: white;
}
.mobile-menu-wrap ul.sub-menu a {
	padding-left: 0px;
	opacity: 0.6;
}
.mobile-menu-wrap ul.sub-menu a:before {
	content: " ";
} 
.mobile-menu-wrap ul.mobile-ul li.active a {
	color: #cd1316; 
	opacity: 1;
}



/************************************************************************
// 3. Fixed Menu
*************************************************************************/
.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	display: none;
}
.fixed-header .fixed-menu-cover {
	background-color: transparent;
	box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.fixed-header .fixed-bg {
	width: 100%;
	height: 60px;
	background-color: #0c3451;
	position: absolute;
}
.fixed-header .col-sm-3 {
	background-color: transparent;
	height: 60px;
}
.fixed-header .col-sm-3 .logo {
	margin-top: 15px;
	position: relative;
}
.fixed-header .col-sm-7 {
	background-color: transparent;
}
.fixed-header a {
	color: #fff;
}
.fixed-header .slip-search-wrap {
	height: 71px;
	padding-left: 26px;
	border-left: 1px solid #e9e9e9;
	float: right;
}
.fixed-header .slip-search-wrap input[type="search"] {
	height: 34px;
	border-bottom: 1px solid #444341;
	font-style: italic;
	margin-top: 17px;
	line-height: 2;
	width: 0;
	opacity: 0;
}
.fixed-header .slip-search-wrap .fa {
	margin-top: 26px;
	color: #c09551;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 9;
}
.fixed-header .nav li {
	padding-top: 3px;
}


/* search */

.suchen-input {
	position: absolute;
	background-color: #fff;
	padding: 0 10px;
	right: 0;
	display: none;
	z-index: 10;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.fixed-header .suchen-input {
	top: 60px;
}

/************************************************************************
// 4. Quote Section
*************************************************************************/
.section-quote {
	overflow: hidden;
}
.section-quote h2 {
	margin-bottom: 12px;
}
.section-quote .quote-body {
	margin-top: 118px;
	margin-bottom: 118px;
}
.section-quote .fa {
	color: #c2c2c2;
	background-color: #f7f7f7;
	padding-left: 20px;
	padding-right: 20px;
}
.section-quote .separator {
	position: relative;
}
.section-quote .separator:before {
	position: absolute;
	left: 0;
	top: 11px;
	background: url('../img/zigzag-2.png') repeat-x;
	width: 100%;
	height: 4px;
	content: "";
	z-index: -1;
}
.section-quote .quote-role {
	margin-top: 15px;
}
.section-quote .quote-image {
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	z-index: -1;
	position: relative;
	margin-top: 80px;
}
/************************************************************************
// 5. Features Section
*************************************************************************/
.section-features {
	padding-top: 70px;
	padding-bottom: 100px;
	text-align: center;
	overflow: hidden;
}
.section-features .h-article {
	background-color: #f7f7f7;
	border: 1px solid white;
	padding: 10px;
	box-shadow: 0 0 25px rgba(23, 23, 23, 0.6);
	cursor: pointer;
}
.section-features .h-article figure img {
	transform: scale(1);
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.section-features .h-article:hover figure img {
	transform: scale(1.2);
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.section-features .fa {
	display: none;
}
.section-features .h-article h4, .section-features .h-article h6 {
	margin-bottom: 20px;
	font-family: 'FuturaLT-Heavy';
	font-size: 22px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.section-features .entry-featured-image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.section-features .entry-header {
	position: absolute;
	top: 50%;
	width: 80%;
	left: 50%;
	margin-left: -40%;
	margin-top: -25%;
}
.section-features .entry-header .sub-info {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
.section-features .entry-header .sub-info img {
	display: inline-block;
	width: 60px;
	height: 60px;
	position: relative;
	top: -10px;
}
.section-features .entry-header .sub-info:before {
	border-top: 1px solid #fff;
	width: 35%;
	height: 4px;
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
}
.section-features .entry-header .sub-info:after {
	border-top: 1px solid #fff;
	width: 35%;
	height: 4px;
	content: "";
	position: absolute;
	right: 0;
	top: 18px;
}
.section-features .box-inner {
	background-color: white;
	box-shadow: 0 0 5px rgba(23, 23, 23, 0.2);
	padding: 30px 35px 30px 30px;
}
.section-features .box-inner h4 {
	margin-top: 0;
}
.section-features .detail-button {
	margin-top: 18px;
}
.section-features .detail-button .btn {
	color: #44403f;
}
.section-features .detail-button .btn:hover {
	background-color: #c09551;
	color: white;
}
.section-features .col-sm-12 {
	position: relative;
}
/************************************************************************
// 6. Card Section
*************************************************************************/
.section-card {
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: center;
}
.section-card h2 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 70px;
}
.section-card .news-entry {
	background-color: #f7f7f7;
	padding: 20px;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.5);
	text-align: left;
	width: calc(33.3333% - 20px);
	margin-top: 40px;
	position: relative;
	float: left;
	margin-right: 30px;
	min-height: 300px;
	height: 300px;
	overflow: hidden;
}
.section-card .news-entry p {
	display: none;
}
.section-card .news-entry p:first-of-type {
	display: block;
}
.section-card .news-entry:first-child {
}
.section-card .news-entry:last-child {
	margin-right: 0px;
}
.section-card .news-entry .news-date {
	color: #cd1316;
	display: block;
	font-family: "FuturaLT-Heavy";
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.news-entry h5 {
	color: #000;
	font-family: "FuturaLT-Heavy";
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 7px;
	margin-top: 0;
}
.section-card .news-entry p {
	overflow: hidden;
	height: 70px;
}
.section-card .news-entry img {
display: none;
}
.news-entry .btn-more-small {
	display: none;
}
.section-card .news-entry .btn-more-small {
	display: block;
	position: absolute;
	bottom: 20px;
}
.section-card .container > .col-sm-11 {
	background-color: #f7f7f7;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 25px rgba(23, 23, 23, 0.6);
}
.section-card .container > .col-sm-11 .p-role {
	position: relative;
	z-index: 3;
}
.section-card .container > .col-sm-11:after {
	position: absolute;
	right: -90px;
	bottom: -100px;
	background: url('../img/card-img.png') no-repeat;
	content: "";
	width: 242px;
	height: 241px;
}
.section-card .card-image {
	padding-left: 0;
}
.section-card .h-card .card-text-wrap {
	padding-left: 55px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.section-card .h-card .card-text-wrap h4 {
	margin-top: 55px;
	margin-bottom: 12px;
}
.section-card .h-card .detail-button {
	margin-top: 18px;
}
.section-card .h-card .detail-button a {
	color: #44403f;
}
.section-card .h-card .detail-button a:hover {
	background-color: #c09551;
	color: white;
}
/************************************************************************
// 7. Contact Section
*************************************************************************/
.section-contact h5 {
	font-family: 'FuturaLT-Heavy';
	text-transform: uppercase;
	color: #cd1316;
	margin-bottom: 10px;
	font-size: 17px;
}
.section-contact .contact-line h4 {
	margin-top: 36px;
	font-family: 'FuturaLT-Heavy';
	font-size: 25px;
	text-transform: uppercase;
}
.section-contact .contact-image {
	box-shadow: 0 15px 30px rgba(9, 26, 44, 0.2);
	float: left;
}
.section-contact .contact-image img {
	border: 9px solid white;
	max-width: 300px;
	width: 100%;
	height: auto;
}
.section-contact .contact-line {
	position: relative;
	padding-left: 55px;
	margin-top: 40px;
}
.section-contact .contact-line:before {
	position: absolute;
	top: 0;
	left: 55px;
	width: 49px;
	height: 2px;
	background-color: #cd1316;
	content: "";
}
.section-contact .contact-form-title {
	margin-top: 76px;
	font-family: 'FuturaLT-Heavy';
	font-size: 25px;
	text-transform: uppercase;
}
.stamp img {
	float: right;
}
.contact-output {
	margin-top: 15px;
}
.contact-hide {
	visibility: hidden;
}
.contact-success {
	color: #398819;
}
.contact-error {
	color: #FC7E7E;
}
.section-contact form input[type='text'], .section-contact form input[type='email'], .section-contact form select {
	width: 45%;
	float: left;
	margin-right: 10px;
	background-color: transparent;
}
.section-contact form textarea {
	width: 98%;
	background-color: transparent;
	height: 40px;
}
.section-contact form select {
	height: 33px;
	color: #acacac;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
}
.section-contact form select:focus {
	border: none;
	outline: none;
}
.section-contact form input[type='text'], .section-contact form input[type='email'], .section-contact form select, .section-contact form textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #c2c2c2;
	font-weight: normal;
	margin-bottom: 40px;
	-webkit-transition: border .2s;
	transition: border .2s;
}
.section-contact form input[type='text']:focus, .section-contact form input[type='email']:focus, .section-contact form select:focus, .section-contact form textarea:focus {
	border-color: #444341;
}
.section-contact form input[type='submit'] {
	-webkit-transition: all .2s;
	transition: all .2s;
	background-color: transparent;
	border: 2px solid #cd1316;
	border-radius: 4px;
	text-transform: uppercase;
	color: #cd1316;
	font-size: 17px;
	font-family: 'FuturaLT-Heavy';
	padding: 3px 20px;
	display: inline-block;
}
.section-contact form input[type='submit']:hover {
	background-color: transparent;
	color: #000;
	border: 2px solid #000;
}
.section-contact .col-sm-12 .second-name, .section-contact .col-sm-12 select {
	float: right;
}
.contact-select {
	background: url('../img/arrow.png') no-repeat right center;
}
.section-contact .icon, .section-vorstand .icon {
	position: relative;
	top: 2px;
	height: 20px;
	width: 20px;
	display: block;
	margin-right: 8px;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.section-contact .icon.phone {
	background-image: url(../img/icon-phone.png);
}
.section-contact .icon.fax {
	background-image: url(../img/icon-fax.png);
}
.section-contact .icon.mail, .section-vorstand .icon.mail {
	background-image: url(../img/icon-mail.png);
}
.section-vorstand {
	background-color: #fff;
}
.section-vorstand h3 {
	font-size: 25px;
}
.section-vorstand .konten {
	margin-bottom: 40px;
}
.section-vorstand h6 {
	margin-bottom: 3px;
	margin-top: 20px;
}
.section-vorstand .vorstand {
	margin-bottom: 80px;
}
.section-vorstand .vorstand h3 {
	margin-bottom: 27px;
}
.section-vorstand .vorstand-entry {
	margin-bottom: 20px;
	padding: 0;
}
.section-vorstand .vorstand-img {
	float: left;
	width: 150px;
	margin-right: 30px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
}
.section-vorstand .vorstand-img img {
	display: block;
	width: 100%;
	border: 9px solid white;
}
.section-vorstand .vorstand-txt {
	float: left;
	padding-top: 15px;
}
.vorstand-txt .vorstand-title {
	font-family: 'Meta-Bold';
	font-size: 25px;
	line-height: 30px;
	color: #000;
	margin-bottom: 3px;
}
.vorstand-txt .vorstand-funktion {
	color: #cd1316;
	font-family: "FuturaLT-Heavy";
	font-size: 17px;
	font-weight: normal;
	line-height: 26px;
	text-transform: uppercase;
}
.vorstand-mail a {
	color: #000;
}
.vorstand-mail a:hover {
	color: #cd1316;
}
.vorstand-mail .icon {
	top: 5px;
}
.small-sep {
	position: relative;
	width: 49px;
	height: 2px;
	background-color: #cd1316;
	margin: 10px 0;
}
/************************************************************************
// 8. Map Section
*************************************************************************/
.section-map #map_canvas {
	width: 100%;
	height: 330px;
	background: #eaeaea;
}
.section-map #map_canvas img {
	max-width: none;
}
/************************************************************************
// 9. Service Section
*************************************************************************/
.section-service {
	background-color: #ededed;
	position: relative;
	padding-bottom: 35px;
	padding-top: 50px;
}
.section-service:before {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url('../img/lighthouse.png') no-repeat;
	width: 565px;
	height: 692px;
	content: "";
}
.section-service .service-number {
	font-style: italic;
	font-weight: 100;
	font-size: 125px;
	color: #dfdfdf;
	margin-bottom: -83px;
	margin-top: 0;
}
.section-service .sub-info {
	margin-bottom: 0;
}
.section-service .service-title {
	margin-top: 5px;
}
.section-service .service-entry {
	margin-top: 26px;
}
/************************************************************************
// 10. Vertical Slider
*************************************************************************/
.section-alben {
	padding-bottom: 80px;
}
.section-alben .album-entry {
	padding: 0;
	background-color: #fff;
	border: 10px solid white;
	box-shadow: 0 4px 18px 0 rgba(9, 26, 44, 0.2);
	margin-top: 30px;
	margin-right: 30px;
	width: calc(50% - 30px);
}
.section-alben .album-entry:nth-child(even) {
	margin-right: 0;
	width: 50%;
}
.section-alben .album-entry .album-pic {
	float: left;
	width: 50%;
	position: relative;
}
.section-alben .album-entry .album-pic .pic {
	height: 250px;
	width: 260px;
	background-image: url(../img/vertical.png);
	background-size: cover;
	background-position: center center;
}
.section-alben .album-entry .album-txt .fancybox-gal {
	display: none;
}
.section-alben .album-entry .album-txt .fancybox-gal:first-of-type {
	display: inline-block;
}
.section-alben .album-entry .album-txt {
	float: left;
	width: 50%;
	padding-left: 30px;
}
.section-alben .album-entry .album-txt h3 {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	min-height: 130px;
}
.section-alben .album-entry .album-txt h6 {
	margin-bottom: 5px;
}
section.seperator-txt {
	background-color: #fff;
}
section.seperator-txt h2 {
	color: #000;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}


.slider-vertical {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.slider-vertical.section-videos {
	background-color: #f7f7f7;
}
.video-start {
	background-color: #f7f7f7;
}
.vertical {
	overflow: hidden;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.vertical img {
}
.slider-vertical h4 {
	margin-top: 35px;
	margin-bottom: 12px;
	color: #44403f;
}
.vertical-text {
	opacity: 0;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.active-vertical .vertical-text {
	opacity: 1;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.vertical-text .vertical-title {
	margin-bottom: 0px;
	margin-top: 0px;
}
.active-vertical .vertical-text {
}
.active-vertical img {
	opacity: 1;
}
.slider-vertical .arrow-wrap .fa {
	margin-left: 12px;
}
.slider-vertical .arrow-wrap .fa-chevron-up {
	margin-top: 10px;
}
.slider-vertical .arrow-wrap .fa-chevron-down {
	margin-top: 12px;
}
.slider-vertical .vertical-image {
	float: right;
}
.slider-vertical .vertical-image img {
	box-shadow: -10px 10px 41px 0 rgba(9, 26, 44, 0.2);
	z-index: -1;
}
.slider-vertical .separator-box {
	margin-top: 30px;
	margin-bottom: 25px;
	background-image: none;
	border-top: 1px solid #000;
}
.slider-vertical .separator-box .sep {
	background-color: #fff;
	padding: 10px;
	width: 70px;
	margin: -23px auto;
}
.slider-vertical .separator-box img {
	display: block;
	height: 30px;
	width: 45px;
	margin: 0 auto;
}
.slider-vertical .separator-box .fa {
	color: #c2c2c2;
	background-color: #f7f7f7;
	padding: 8px 25px;
	position: relative;
	top: -14px;
}
.slider-vertical .vertical-content {
	margin-bottom: 26px;
	line-height: 30px;
	display: block;
}
.arrow-wrap {
	position: absolute;
	height: 100%;
	width: 29.5%;
}
.arrow-wrap .vertical-top {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -20px;
}
.arrow-wrap .vertical-bottom {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -20px;
}
.section-videos .arrow-wrap .vertical-top {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -10px;
}
.section-videos .arrow-wrap .vertical-bottom {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -10px;
}
.slider-vertical .vertical-top, .slider-vertical .vertical-bottom {
	width: 41px;
	height: 41px;
	background-color: white;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	cursor: pointer;
	color: #cd1316;
	display: block;
	-webkit-transition: border .2s;
	transition: border .2s;
	z-index: 9;
}
.slider-vertical .vertical-top:hover, .slider-vertical .vertical-bottom:hover {
	border-color: #cd1316;
	background-color: #fff;
	color: #cd1316;
}
.section-videos .vertical-title {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 8px;
}
.section-videos .sub-info {
	font-size: 17px;
	margin-top: 0;
}
.section-videos .separator-box .sep-flag {
	background-color: #f7f7f7;
	padding: 0 20px;
	width: 90px;
	position: relative;
	top: -15px;
	margin: 0 auto;
}
.slider-vertical.section-videos .vertical-image img {
	border: 10px solid #fff;
	box-shadow: 0px 0px 20px 0 rgba(9, 26, 44, 0.2);
	z-index: -1;
}
.section-partner {
	background-color: #fff;
	padding: 50px 0;
}
.section-partner .col-25 {
	width: 20%;
	float: left;
	position: relative;
	padding-right: 45px;
}
.section-partner .col-25 h3 {
	margin-top: 0;
}
.section-partner .col-75 {
	width: 80%;
	float: left;
	position: relative;
}
.section-partner .col-75 img {
	height: 145px;
	display: block;
	float: left;
	margin-left: 56px;
}
/************************************************************************
// 11. Gallery Introduction
*************************************************************************/
.section-gallery {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-gallery h2 {
	margin-top: 35px;
	margin-bottom: 12px;
}
.section-gallery .separator-box {
	margin-top: 40px;
	margin-bottom: 35px;
}
.section-gallery .separator-box .fa {
	color: #c2c2c2;
	background-color: #f7f7f7;
	padding: 8px 25px;
	position: relative;
	top: -14px;
}
.section-gallery .col-sm-5 {
	float: right;
}
.section-gallery .gallery-inner {
	border: 9px solid white;
	box-shadow: 0 10px 41px 0 rgba(9, 26, 44, 0.2);
	position: relative;
}
.section-gallery .gallery-inner .col-sm-6 {
	padding: 0;
}
.section-gallery .gallery-inner .gallery-inner-button {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 50%;
	left: 50%;
	background-color: #21366c;
	z-index: 2;
	margin-top: -75px;
	margin-left: -75px;
	color: white;
	text-align: center;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 12px 12px 41px 0 rgba(9, 26, 44, 0.7);
	outline: 5px solid rgba(190, 190, 190, 0.3);
	-webkit-transition: all .2s;
	transition: .2s;
}
.section-gallery .gallery-inner .border-line-one {
	position: absolute;
	width: 162px;
	height: 162px;
	top: 50%;
	left: 50%;
	z-index: 3;
	margin-top: -81px;
	margin-left: -81px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid rgba(78, 78, 78, 0.2);
}
.section-gallery .gallery-inner .border-line-two {
	position: absolute;
	width: 130px;
	height: 130px;
	top: 50%;
	left: 50%;
	z-index: 3;
	margin-top: -65px;
	margin-left: -65px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid #3a5386;
	-webkit-transition: all .2s;
	transition: .2s;
}
.section-gallery .gallery-inner .gallery-inner-span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -55px;
	font-size: 30px;
	text-transform: capitalize;
	z-index: 3;
	color: white;
	margin-top: -13px;
}
.section-gallery .detail-button {
	margin-top: 40px;
}
.section-gallery .detail-button a {
	background-color: white;
	color: #44403f;
}
.section-gallery .detail-button a:hover {
	background-color: #c09551;
	color: white;
}
/************************************************************************
// 12. Gallery Content ( Isotope )
*************************************************************************/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: url('../img/gallery-bg.png');
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none;
}
.mfp-preloader {
	color: #c09551;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	text-align: center;
	margin-top: -15px;
	margin-left: -15px;
	z-index: 1044;
	font-size: 0;
}
.mfp-preloader:before {
	width: 30px;
	height: 30px;
	z-index: 1000;
	background: url('../img/loader.gif');
	display: block;
	content: "";
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mfp-close {
	cursor: pointer;
}
button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 10%;
	top: 32px;
	text-decoration: none;
	text-align: center;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #c09551;
	font-style: normal;
	font-size: 50px;
	-webkit-transition: color .15s;
	transition: color .15s;
}
.mfp-close:hover {
	color: white;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}
.mfp-arrow-left, .mfp-arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.mfp-arrow-left {
	left: 10%;
}
.mfp-arrow-right {
	right: 10%;
}
.mfp-arrow-left:before, .mfp-arrow-right:before {
	font-family: FontAwesome;
	font-size: 60px;
	opacity: 1;
	color: #c09551;
	cursor: pointer;
	-webkit-transition: color .15s;
	transition: color .15s;
	border: none;
	z-index: 99;
	padding: 1px 16px;
}
.mfp-arrow-left:before {
	content: "\f104";
}
.mfp-arrow-right:before {
	content: "\f105";
}
.mfp-arrow-right:hover:before, .mfp-arrow-left:hover:before {
	color: white;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
	max-width: 1075px;
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
.section-gallery-inner {
	padding-top: 0px;
	position: relative;
}
.section-gallery-inner .isotope-container {
	z-index: 3;
}
.section-gallery-inner .isotope-container .isotope-single {
	border: 9px solid #fff;
	outline: 1px solid #eaeaea;
	box-shadow: 0 0 30px #c6c6c6;
	margin-top: 30px;
	display: inline-block;
	background-color: #101931;
	position: relative;
	max-width: 100%;
	height: auto;
}
.section-gallery-inner .isotope-container .col-sm-6.col-md-4 {
	max-width: 100%;
}
.section-gallery-inner .isotope-container .isotope-single img {
	border-bottom: 1px solid white;
}
.section-gallery-inner img {
	position: relative;
}
.section-gallery-inner img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: red;
}
.section-gallery-inner .filter-group {
	text-align: center;
	margin-bottom: 0px;
	line-height: 46px;
}
.section-gallery-inner .filter-inner {
	background-color: white;
	border: 1px solid #cd1316;
	border-radius: 2px;
	display: inline-block;
}
.section-gallery-inner .filter-inner a {
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'FuturaLT-Heavy';
	color: #000;
	cursor: pointer;
	padding: 12px 17px 14px 17px;
	margin-left: -4px;
}
.section-gallery-inner .filter-inner .default {
	background-color: #cd1316;
	color: white;
}
.section-gallery-inner .filter-inner .padding-top {
	padding-top: 17px;
}
.section-gallery-inner .filter-inner a:hover {
	background-color: #cd1316;
	color: white;
}
.section-gallery-inner .filter-inner a:first-child {
	margin-left: 0;
}
.section-gallery-inner .image-zoom, .section-gallery-inner .image-permalink {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #bb9250;
	display: inline-block;
	text-align: center;
	color: white;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.section-gallery-inner .image-zoom:hover, .section-gallery-inner .image-permalink:hover {
	background-color: #bb9250;
}
.section-gallery-inner .image-zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -50px;
	opacity: 0;
}
.section-gallery-inner .image-zoom .fa {
	position: relative;
	top: -3px;
	left: 1px;
}
.section-gallery-inner .image-permalink {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0;
	margin-left: 10px;
	opacity: 0;
}
.section-gallery-inner .image-permalink .fa {
	position: relative;
	top: -2px;
}
.section-gallery-inner .pagenavi-wrap {
	margin-top: 20px;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
.section-gallery-inner .pagenavi-wrap:before {
	poisiton: absolute;
	top: 26px;
}
.section-gallery-inner .mobile-isotope {
	width: 38px;
	height: 38px;
	color: #c09551;
	border: 1px solid #c09551;
	cursor: pointer;
	margin-bottom: 30px;
	display: none;
}
.section-gallery-inner .mobile-isotope:active {
	color: #d6d6d6;
	border-color: #d6d6d6;
}
.section-gallery-inner .mobile-isotope .fa {
	position: relative;
	top: -3px;
	left: 1px;
	font-size: 17px;
}
.section-gallery-inner .mobile-navigation-title {
	margin-top: 50px;
}
.mfp-content h3 {
	margin-bottom: 10px;
	color: white;
}
.mfp-content .gallery-p {
	line-height: 2;
}
.mfp-title {
	line-height: 1.5;
}
.gallery-bottom {
	color: white;
	font-size: 14px;
	margin-top: 35px;
}
.gallery-bottom dd {
	color: #c09551;
	font-style: italic;
	margin-top: -7px;
	margin-bottom: -4px;
}
.gallery-bottom span {
	line-height: 1.5;
}
.gallery-bottom .col-sm-5 {
	padding-left: 0;
}
.gallery-bottom .col-sm-2 {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 20px;
}
.gallery-bottom .gallery-share {
	padding-right: 0;
}
.gallery-bottom .gallery-share a {
	font-family: Montserrat;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #c09551;
	border-radius: 2px;
	padding: 9px 20px;
	color: white;
	float: right;
	margin-top: 7px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.gallery-bottom .gallery-share a .fa {
	margin-right: 10px;
}
.gallery-bottom .gallery-share a:hover {
	border-color: white;
}
.section-filter {
	width: 100%;
	background-color: #fff;
	padding: 40px 0;
	margin-bottom: 40px;
}
.kalender-entry {
	box-shadow: 3px 3px 9px rgba(0 ,0 ,0 ,0.2);
	background-color: #fff;
	padding: 20px;
	text-align: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: calc(33.3333% - 30px);
}
.kalender-entry:nth-child(3n) {
	margin-right: 0;
}
.kalender-entry .date {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}
.kalender-entry h3 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Meta-Bold';
}
/************************************************************************
// 13. Counter Section
*************************************************************************/
.section-counter {
	padding-top: 160px;
	padding-bottom: 160px;
	text-align: center;
	position: relative;
	z-index: 99;
}
.section-counter .counter-number {
	font-size: 60px;
	font-weight: bold;
	color: white;
	margin-bottom: 30px;
}
.section-counter .separator {
	margin-top: 25px;
	margin-bottom: 45px;
}
.section-counter .separator .fa {
	margin-top: 12px;
}
.section-counter .col-sm-6 {
	position: relative;
}
.section-counter .col-sm-6:before {
	position: absolute;
	left: 0;
	top: 14px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-left: -3px;
	background-color: #9197a2;
	content: "";
}
.section-counter .col-sm-6:first-child:before {
	display: none;
}
/************************************************************************
// 14. Team Slider
*************************************************************************/
.section-team {
	padding-top: 40px;
	padding-bottom: 100px;
	margin: auto;
	max-width: 1290px;
	width: 100%;
	overflow: hidden;
}
.section-team h3 {
	font-size: 30px;
}
.section-team .container {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
.team-left, .team-right {
	width: 41px;
	height: 41px;
	background-color: white;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	cursor: pointer;
	color: #c09551;
	-webkit-transition: border .2s;
	transition: border .2s;
	display: block;
	z-index: 9;
	margin-top: -20px;
}
.team-left {
	position: absolute;
	left: 0;
	top: 50%;
}
.team-right {
	position: absolute;
	right: 0;
	top: 50%;
}
.team-left .fa {
	margin-left: 13px;
	margin-top: 12px;
}
.team-right .fa {
	margin-left: 16px;
	margin-top: 13px;
}
.team-name {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0px;
	font-size: 30px;
	margin-top: 0px;
	font-family: 'FuturaLT-Heavy';
	text-transform: none;
}
.team-social {
	display: inline;
	float: right;
}
.team-social .btn-more.small {
	padding: 0 10px;
}
.team-social ul {
	float: right;
	margin-top: 45px;
}
.team-social ul li {
	float: left;
	margin-left: 45px;
}
.team-social a {
}
.team-social a:hover {
}
.teamslider-wrap {
	max-width: 1290px;
	width: 100%;
	height: 500px;
	position: relative;
}
.team-img-inner {
	width: 5000px;
	position: absolute;
	bottom: 0;
	margin-left: -80px;
	left: 182.5px;
}
.team-img-inner .img-inner-wrap {
	bottom: 0;
	z-index: 9;
	top: auto!important;
}
.team-img-inner .img-inner-wrap {
	float: left;
	border: 1px solid #e8e8e8;
	margin-right: 15px;
	margin-left: 15px;
	box-shadow: 0 0 10px #e8e8e8;
	background-color: #fff;
}
.team-img-inner .img-inner-wrap:first-child {
	margin-left: 0;
}
.team-img-inner .img-inner-wrap div {
	border: 9px solid white;
	overflow: hidden;
}
.team-img-inner .img-inner-wrap img {
	max-width: 100%;
	height: auto;
}
.section-team .team-shadow {
	box-shadow: 0 10px 41px 0 rgba(9, 26, 44, 0.2);
}
.team-text-inner {
	margin-top: 60px;
}
.team-text-inner .text-inner-wrap {
	display: none;
}
.teamslider-wrap .col-xs-12.col-sm-7.col-lg-7 {
	float: right;
}
.team-wrap {
	position: absolute;
	right: 47%;
	bottom: -65px;
	z-index: 19;
}
.team-wrap .arrow-left {
	margin-right: 15px;
}
.team-wrap span {
	width: 41px;
	height: 41px;
	background-color: #cd1316;
	border-radius: 50%;
	border: 1px solid #cd1316;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	-webkit-transition: border .2s;
	transition: border .2s;
}
.team-wrap span .fa-chevron-left {
	margin-left: 12px;
	margin-top: 12px;
}
.team-wrap span .fa-chevron-right {
	margin-left: 15px;
	margin-top: 12px;
}
.team-wrap span:hover {
	border-color: #cd1316;
	background-color: #fff;
	color: #cd1316;
}
section.section-infos {
	min-height: 800px;
	background-color: #fff;
	padding: 40px 0 100px;
background-position: 24% bottom;
background-size: auto 60%;
background-repeat: no-repeat;
}
section.section-infos .container {

}
section.section-infos .left-side p {
	padding-right: 30px;
}
.akordeon
{
    width: 100%;
    color: White;
    font-size: 12px;
    behavior: url(PIE.htc);
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 60px;

    padding-top: 14px;
}
.akordeon-item .akordeon-item-body
{
   
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 34px;
    height: 30px;
    padding: 0;
    margin: 0;
    float: right;
	position: relative;
    cursor: pointer;
    behavior: url(PIE.htc);
}
.akordeon-heading
{
		color: #44403f;
    float: left;
    padding-left: 10px;
	font-size: 22px;
	line-height: 22px;
	text-transform: none;
    font-family: "Meta-Bold";
    margin-bottom: -1px;
    margin-top: 0;
    padding: 5px 30px 0px;
}
.akordeon-icon span
{
    color: #c9c9c9;
    font-size: 36px;
    position: absolute;
    left: 6px;
    top: -2px;
    text-align: center;
}
.akordeon-item.expanded .akordeon-icon span
{
    color: #fff;
	top: 0px;
}
.akordeon-item-head-container
{
    width: 100%;
    position: absolute;
    left: -8px;
    cursor: pointer;
}

.akordeon-item.expanded .akordeon-item-body
{
}
.akordeon-item.collapsed
{
	    border-top: solid 1px #d2d2d2;

}

.akordeon-item.expanded .akordeon-heading
{
    color: #fff;
}

.akordeon-item.expanded .akordeon-item-head
{
    background: #cd1316 !important; /* Old browsers */
   color: #fff;
}
.akordeon-item-content
{
    padding: 20px;
    min-height: 120px;

    overflow:auto;
}
.akordeon-border-bottom
{
}
.akordeon-border-top
{
    border-top: solid 1px black;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{

    behavior: url(PIE.htc);
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{

    border-bottom: none;
    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{

    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{

    behavior: url(PIE.htc);
}

/************************************************************************
// 15. Video Section
*************************************************************************/
.section-video {
	background-color: #1f2941;
	width: 100%;
	height: 600px;
	position: relative;
}
.section-video h3, .section-video p {
	color: white;
}
.section-video .fa {
	font-size: 30px;
	color: #bb904c;
	background-color: #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding-top: 35px;
	padding-left: 5px;
	cursor: pointer;
	box-shadow: 0 -15px 60px #d9d9d9 inset;
	-webkit-transition: color .2s;
	transition: color .2s;
}
.section-video .video-text-wrap {
	position: absolute;
	text-align: center;
	top: 10%;
	z-index: 2;
}
.section-video .player-icon {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 9px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 25px;
	margin-bottom: 55px;
	-webkit-transition: border .2s;
	transition: border .2s;
}
.section-video .player-icon:hover {
	border-color: #ba904c;
}
.section-video .player-icon:hover .fa {
	color: #c9a467;
}
/************************************************************************
// 16. About Section
*************************************************************************/
.section-about {
	background-color: #ededed;
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-about .container {
	padding-left: 55px;
	padding-right: 55px;
}
.section-about h3 {
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 40px;
}
.section-about h6 {
	margin-top: 0;
	font-size: 17px;
}
.section-about .img-text-alt {
	margin-top: 50px;
}
.section-about .about-info {
	font-size: 19px;
	color: #bb904c;
	margin-top: 30px;
	margin-bottom: 30px;
}
.section-about .about-left {
	padding-right: 80px;
	border-right: 2px dotted #a0a0a0;
}
.section-about .about-left table tr td {
	padding: 10px;
}
.section-about .about-left table tr:nth-child(odd) { 
background-color:#fff; 
}
.section-about .about-right {
	padding-left: 40px;
	padding-right: 0px;
}
.section-about .about-right li {
	list-style: circle;
}
.section-about .about-right em {
	font-family: 'Meta-Normal';
	font-style: italic;
	color: #ccc;
	font-size: 17px;
}
.section-about .about-list-wrap {
	margin-top: 30px;
}
.about-list-style {
	display: list-item;
	padding-left: 24px;
	color: #bb904c;
}
.about-list-style span {
	color: #736d6b;
}
.about-list-inner {
	display: list-item;
	list-style-type: circle;
	color: #bb904c;
	padding-left: 24px;
	margin-left: 24px;
}
.about-list-inner span {
	color: #736d6b;
}
.about-right .swiper-wrap-col .post-slider-left {
	left: 10px;
	margin-left: 0;
	top: inherit;
	bottom: 10px;
}
.about-right .swiper-wrap-col {
	padding-right: 0;
}
.about-right .swiper-wrap-col .post-slider-right {
	right: 10px;
	margin-right: 0;
	top: inherit;
	bottom: 10px;
}
.about-right .blog-post-slider {
	margin-top: 0;
}
section.seperator-pic {
	background: rgba(0, 0, 0, 0) url(../img/seperator-pic-01.png) repeat-y scroll center top;
	background-size: cover;
}
section.seperator-pic h2 {
	color: #fff;
	text-align: center;
}
/************************************************************************
// 17. History Section ( Timeline )
*************************************************************************/
.section-history {
	padding-top: 100px;
	padding-bottom: 100px;
}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
	height: 480px;
	overflow: hidden;
	margin: auto;
	position: relative;
}
.dates-wrap {
	height: 100%;
	overflow: hidden;
}
.dates-wrap:before {
	position: absolute;
	left: 18px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #cccccc;
	margin-left: 5px;
	content: "";
}
.dates-wrap ul {
	padding-left: 5px;
}
#dates {
	margin-top: 0;
	overflow: hidden;
	float: left;
}
#dates li {
	list-style: none;
	line-height: 70px;
	margin-left: -1px;
}
#dates a {
	padding-bottom: 10px;
	font-family: 'FuturaLT-Heavy';
	font-size: 17px;
	color: #cd1316;
}
#issues {
	overflow: hidden;
	float: left;
}
#issues li {
	height: 650px;
	list-style: none;
}
#dates a {
	position: relative;
	padding-left: 25px;
}
#dates a:before {
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	width: 11px;
	height: 11px;
	border: 2px solid #cd1316;
	content: "";
	border-radius: 50%;
	box-shadow: 0 0 0 3px #f7f7f7;
	margin-top: 7px;
}
#dates .selected {
	color: #cd1316;
}
#dates .selected:before {
	background-color: #cd1316;
	border: none;
	width: 15px;
	height: 15px;
	margin-left: -2px;
	margin-top: 4px;
}
.timeline-content .shadow {
	padding-right: 75px;
	margin: 15px 0;
}
.timeline-content .timeline-text {
	padding-left: 0;
	padding-right: 0;
	margin-top: 100px;
}
.timeline-content .timeline-text h3 {
	margin-top: 0px;
	font-size: 40px;
}
.timeline-content .timeline-text h6 {
	margin-bottom: 0;
}
.timeline-content .timeline-text p {
	line-height: 30px;
}
#timeline .post-slider-left {
	left: 0;
	margin-left: 0;
	top: 0;
	display: block !important;
	transform: rotate(90deg);
}
#timeline .post-slider-left .fa {
	margin-left: 13px;
}
#timeline .post-slider-right {
	left: 0;
	margin-left: 20px;
	top: 0;
	transform: rotate(90deg);
}
#timeline .post-slider-right .fa {
	margin-left: 16px;
}
.timeline-control {
	position: absolute;
	height: 50px;
	margin-right: 20px;
	margin-top: 30px;
	right: 0;
}
#timeline .post-slider-left, #timeline .post-slider-right {
	float: left;
	position: relative;
}
/* regatten */
section.section-regatten {
	background: rgba(0, 0, 0, 0) url(../img/background-4.png) repeat-y scroll center top;
	background-size: cover;
	padding: 30px 0;
}
section.section-regatten h2.title {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.regatten-year-entry {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.regatten-year-entry .separator {
	color: #fff;
	margin: auto;
	opacity: 1;
	position: relative;
	text-align: center;
	font-size: 25px;
	font-family: 'FuturaLT-Heavy';
}
.regatten-year-entry .separator::before {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 18px;
	width: 45%;
}
.regatten-year-entry .separator::after {
	background-color: #fff;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 18px;
	width: 45%;
}
.protokolle .regatten-year-entry .separator::before {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 18px;
	width: 35%;
}
.protokolle  .regatten-year-entry .separator::after {
	background-color: #fff;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 18px;
	width: 35%;
}
.result-entry {
	background-color: #f7f7f7;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.5);;
	margin-top: 40px;
	padding: 20px;
	text-align: left;
	width: calc(33.3333% - 20px);
	margin-right: 30px;
}
.result-entry:nth-child(3n+1) {
	margin-right: 0;
}
.swiper-slide h6, .result-entry h6 {
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
.swiper-slide h3, .result-entry h3 {
	font-family: 'Meta-Bold';
	font-size: 20px;
	line-height: 30px;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 10px;
}
section.regatten-more {
	width: 100%;
	background-color: #f7f7f7;
}
section.regatten-more h6 {
	margin: 15px 0;
}

.section-regatten.protokolle {
	padding-top: 60px;	
}

/* jugenberichte */

section.section-jugendberichte {
	background: rgba(0, 0, 0, 0) url(../img/background-5.png) repeat-y scroll center top;
	background-size: cover;
	padding: 30px 0 80px;
}
section.section-jugendberichte h2.title, 
section.section-team h2.title {
	text-align: center;
	color: #000;
	margin-bottom: 40px;
}
section.section-jugendberichte .result-entry,
section.section-team .result-entry {
	min-height: 180px;
}
section.section-jugendberichte .swiper-slide .btn-more.small,
section.section-team .swiper-slide .btn-more.small {
	bottom: 20px;
	position: absolute;
}
section.section-jugendberichte .swiper-slide h3,
section.section-team .swiper-slide h3 {
	margin-bottom: 20px;
}
.swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.section-jugendberichte .swiper-slide,
.section-team .swiper-slide {
	background-color: #fff;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.5);;
	height: 200px;
	padding: 20px;
	box-sizing: border-box;
}
.section-jugendberichte .swiper-slide:nth-child(3n) {
}
.section-team .swiper-slide {
	margin: 10px;
}
.swiper-nav {
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	resize: both;
	margin-top: 30px;
}
.swiper-button-next, .swiper-button-prev {
	width: 41px;
	height: 41px;
	background-color: white;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	cursor: pointer;
	color: #cd1316;
	display: inline-block;
	-webkit-transition: border .2s;
	transition: border .2s;
	background-image: none;
}
.swiper-button-next .fa-chevron-right {
	margin-left: 15px;
	margin-top: 12px;
}
.swiper-button-prev .fa-chevron-left {
	margin-left: 13px;
	margin-top: 12px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	border-color: #cd1316;
	background-color: #fff;
	color: #cd1316;
}
.swiper-pagination-bullet {
	background-color: #fff;
	height: 16px;
	width: 16px;
	border: 2px solid #fff;
	opacity: 1;
	margin: 0 5px;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
	background-color: #cd1316;
	border: 2px solid #fff;
}
.swiper-pagination {
	position: relative;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0.5;
}
/* news */
.section-news {
	margin-top: 80px;
}
.news-header .top-headline-2 {
	position: absolute;
	width: 25%;
	right: 0;
	text-align: left;
	color: #fff;
	padding-top: 40px;
}
.news-list .news-entry {
	background-color: #fff;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
	padding: 30px;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
.news-entry .date {
	color: #cd1316;
	font-family: "FuturaLT-Heavy";
	font-size: 17px;
	font-weight: normal;
	line-height: 26px;
	text-transform: uppercase;
}
.news-entry h3 {
	margin: 10px 0;
}
.news-entry img {
	float: left;
	margin: 0 20px 20px 0;
}
/************************************************************************
// 18. Blog
*************************************************************************/
.blog-top-elements {
	margin-top: 80px;
}
.blog-top-elements h2 {
	margin: 0;
}
.top-title-wrap h2 {
	color: #44403f;
}
.search-wrap {
	position: relative;
	margin-top: 7px;
}
.search-wrap form {
	float: right;
}
.search-wrap input[type='text'] {
	background-color: transparent;
	border-bottom: 1px solid #d8d8d8;
	width: 110%;
	padding-right: 30px;
	-webkit-transition: border .2s;
	transition: border .2s;
	height: 40px;
}
.search-wrap input[type='text']:focus {
	border-color: #44403f;
}
.search-wrap .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	color: #c09551;
	cursor: pointer;
	-webkit-transition: color .2s;
	transition: color .2s;
}
.search-wrap .search-submit:hover {
	color: #44403f;
}
.dropdown-trigger {
	display: inline-block;
	cursor: pointer;
	padding-top: 11px;
	padding-bottom: 20px;
}
.dropdown-wrap {
	font-size: 11px;
	position: relative;
}
.dropdown-wrap h6 {
	margin-top: 12px;
	margin-bottom: 0;
}
.dropdown-wrap .fa {
	margin-left: 5px;
	color: #c09551;
}
.dropdown-wrap ul {
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 45px;
	z-index: 2;
	background-color: white;
	text-align: center;
	padding-right: 3em;
	padding-left: 3em;
	display: none;
	line-height: 2.5em;
}
.dropdown-wrap ul .test {
	float: left;
	padding: 5px 30px;
	background-color: white;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 10px #d8d8d8;
}
.dropdown-wrap ul li a {
	font-family: Montserrat;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
	padding-right: 15px;
	color: #acacac;
	padding-right: 0;
}
.dropdown-wrap ul li a:hover {
	color: #44403f;
}
.blog-content .rss-wrap {
	font-family: Montserrat;
	text-align: right;
	margin-top: 15px;
}
.blog-content .rss-wrap .fa {
	color: #c09551;
}
.blog-content .rss-wrap a {
	color: #44403f;
	margin-left: 8px;
}
.blog-content .rss-wrap a:hover {
	color: #c09551;
}
.entry-text {
	padding-left: 70px;
	position: relative;
}
.entry-text:after {
	position: absolute;
	left: 30px;
	top: -2px;
	content: "";
	background-color: #c09551;
	width: 3px;
	height: 30px;
}
.entry-title {
	margin-top: 35px;
	line-height: 30px;
	margin-bottom: 0;
}
.entry-title a {
	color: #44403f;
}
.entry-title a:hover {
	color: #c09551;
}
.entry-summary {
	margin-top: 13px;
	line-height: 30px;
}
.entry-meta {
	color: #acacac;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
	position: relative;
}
.entry-meta .dt-published, .entry-meta .u-category {
	background-color: #f7f7f7;
}
.entry-meta .u-category {
	margin-left: -4px;
	padding-left: 4px;
	padding-right: 18px;
}
.entry-meta .u-category:before {
	content: " / ";
}
.entry-meta .meta-line {
	width: 100%;
	height: 1px;
	background-color: #d5d5d5;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: -1;
}
.post-loop-wrap {
	margin-top: 55px;
}
.post-loop-wrap > .col-sm-6 {
	margin-bottom: 55px;
}
.post-loop-wrap .h-entry .featured-image {
	overflow: hidden;
}
.featured-image.second-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: none;
	border: none;
	outline: none;
}
.post-loop-wrap .h-entry:hover .featured-image.second-image img {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}
img.under-image {
	box-shadow: none;
}
.post-loop-wrap .h-entry .featured-image img {
	-webkit-transition: all 2s ease-out;
	transition: all 2s ease-out;
}
.post-loop-wrap .h-entry:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.post-loop-wrap .h-entry .featured-image .under-image {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -1;
}
.post-loop-wrap .h-entry .featured-image-wrap {
	padding-right: 30px;
	padding-left: 30px;
}
.featured-image-container {
	position: relative;
}
.mobile-category, .mobile-navigation {
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
}
.mobile-category-title {
	margin-bottom: 10px;
}
.mobile-category, .mobile-category-title, .mobile-navigation, .mobile-navigation-title {
	display: none;
}
.pagenavi-wrap {
	font-size: 17px;
	position: relative;
	text-align: center;
	color: #000;
	margin-bottom: 40px;
}
.pagenavi-wrap a, .pagenavi-wrap span {
	font-family: 'FuturaLT-Heavy';
	background-color: #f7f7f7;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: -3px;
	margin-left: -3px;
}
.pagenavi-wrap span {
	color: #44403f;
}
.pagenavi-wrap a:first-child {
	padding-left: 48px;
}
.pagenavi-wrap a:last-child {
	padding-right: 48px;
}
.pagenavi-wrap a:hover {
	color: #44403f;
}
.pagenavi-wrap:before {
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	z-index: -1;
	background-color: #000;
}
/* Twitter */
.twitter-tweet {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 25px;
	border-left: none;
	text-align: center;
}
.twitter-tweet .name {
	color: #44403f;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
.twitter-tweet .user-name {
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: bold;
	display: block;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.twitter-tweet .twitter-line {
	background: url('../img/zigzag-2.png') repeat-x;
	width: 100%;
	height: 4px;
	position: relative;
	top: -17px;
}
.twitter-tweet .fa {
	z-index: 9;
	position: relative;
	color: #c4c4c3;
	background-color: #f7f7f7;
	padding-left: 25px;
	padding-right: 25px;
}
.twitter-tweet .date {
	color: #acacac;
	font-weight: 500;
	font-style: italic;
	font-size: 13px;
	margin-top: 3px;
}
.twitter-tweet .tweet {
	line-height: 1.9;
	font-style: italic;
	font-weight: 300;
	font-size: 25px;
}
/* Popular Post */
.popular-post {
	text-align: center;
	padding-bottom: 50px;
}
.popular-post .popular-post-title {
	margin-top: 25px;
}
.popular-post h4 {
	line-height: 1.5;
}
.popular-post .dt-published, .popular-post .u-category {
	color: #acacac;
	font-size: 13px;
	font-weight: 500;
	font-style: italic;
}
.popular-post .popular-line {
	margin: auto;
}
.popular-post .entry-summary {
	margin-top: 20px;
	margin-bottom: 0;
}
.popular-post .u-category:before {
	content: " / ";
}
.popular-post a {
	color: #44403f;
}
.popular-post a:hover {
	color: #c09551;
}
/* Blog Single */
.profile-desc img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.3);
	margin-top: 30px;
}
.profile-desc .header-category:before {
	content: " / ";
}
.profile-desc .sub-info {
	font-style: normal;
}
.blog-post-slider {
	border: 20px solid white;
	outline: 1px solid #eaeaea;
	box-shadow: 0 4px 18px 0 rgba(9, 26, 44, 0.2);
	margin-top: 30px;
	margin-bottom: 20px;
}
.swiper-wrap-col {
	position: relative;
}
.post-slider-left, .post-slider-right, .cbp-biprev, .cbp-binext {
	position: absolute;
	top: 50%;
	z-index: 99;
	cursor: pointer;
	background-color: white;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	border: 1px solid #ececec;
	-webkit-transition: border .2s;
	transition: border .2s;
	margin-top: -20px;
}
.post-slider-left:hover, .post-slider-right:hover, .cbp-biprev:hover, .cbp-binext:hover  {
	border-color: #cd1316;
}
.post-slider-left .fa, .post-slider-right .fa, .cbp-biprev .fa, .cbp-binext .fa  {
	color: #cd1316;
	margin-top: 13px;
}
.swiper-wrap-col .post-slider-left {
	left: 0;
	margin-left: -50px;
}
.swiper-wrap-col .post-slider-left .fa  {
	margin-left: 13px;
}
s

.swiper-wrap-col .post-slider-right {
	right: 0;
	margin-right: -50px;
}
.swiper-wrap-col .post-slider-right .fa {
	margin-left: 15px;
}
.blog-single .blog-info {
	font-family: Montserrat;
	font-size: 19px;
	line-height: 2;
	color: #bb904c;
	font-weight: normal;
	margin-top: 85px;
	margin-bottom: 60px;
}
.blog-single em {
	margin-top: 20px;
	display: block;
}
.blog-single h4 {
	margin-top: 55px;
	margin-bottom: 30px;
}
.blog-single h5 {
	margin-top: 45px;
	margin-bottom: 10px;
}
.blog-single .h-entry > .col-sm-8 .col-sm-8, .blog-single .h-entry > .col-sm-8 .col-sm-4, .blog-single .h-entry > .col-sm-8 .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.blog-single .about-list-wrap {
	font-size: 13px;
}
.blog-single .about-list-wrap .about-list-style {
	margin-left: 40px;
}
.blog-single .about-list-wrap .about-list-inner {
	margin-left: 80px;
}
.blog-single .post-tag-wrap {
	font-family: Montserrat;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
}
.blog-single .post-tag-wrap .fa {
	color: #bb904c;
}
.blog-single .post-tag-wrap a {
	color: #44403f;
}
.blog-single .post-tag-wrap a:hover {
	color: #bb904c;
}
.blog-single .social-icon {
	margin-top: 20px;
}
.blog-single blockquote {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	line-height: 2;
	border-left: 0;
	position: relative;
	right: -40px;
	margin-top: 13px;
	margin-bottom: 0;
}
.blog-single blockquote:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f10d";
	top: 0;
	left: 0;
	color: #bb904c;
	margin-left: -40px;
	margin-top: 23px;
}
.blog-single blockquote cite {
	color: #acacac;
	font-size: 13px;
	font-style: italic;
	float: right;
	font-weight: 300;
	margin-top: 15px;
}
.blog-single blockquote cite:before {
	content: " - ";
}
.post-hr {
	background-color: #d5d5d5;
	height: 1px;
	margin-top: 20px;
}
.related-post-wrap .related-post-title {
	text-align: center;
}
.related-post-wrap .h-entry .featured-image img {
	-webkit-transition: all 2s ease-out;
	transition: all 2s ease-out;
}
.related-post-wrap .h-entry:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.related-post-wrap .featured-image {
	overflow: hidden;
}
.nav-tabs {
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	margin-top: 75px;
}
.nav-tabs li {
	padding-left: 15px;
	padding-right: 15px;
}
.nav-tabs li:first-child {
	padding-left: 0;
}
.nav-tabs li a {
	color: #c5c5c5;
	border-bottom: 3px solid transparent;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.nav-tabs li a:hover {
	color: #44403f;
}
.nav-tabs li.active a {
	color: #44403f;
	border: none;
	border-bottom: 3px solid #c09551;
}
.tab-content {
	margin-top: 25px;
}
.panel-group {
	margin-top: 75px;
	border-radius: 3px;
}
.panel-group h6 {
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	margin-bottom: -1px;
	padding: 20px;
	font-family: 'Meta-Bold';
	text-transform: none;
}
.panel-group h6:first-child {
	margin-top: -1px;
}
.panel-group h6 a {
	color: #44403f;
	font-weight: bold;
}
.panel-group h6 a:hover {
	color: #cd1316;
}
.panel-group .panel-title {
	text-transform: none;
}
.panel-group .panel-body {
	padding: 20px;
	font-family: 'Meta-Normal';
	line-height: 25px;
	font-size: 17px;
}
.panel-group .panel-heading h6 {
	position: relative;
	padding-right: 45px;
	line-height: 1em;
	font-size: 22px;
}
.panel-group .panel-heading h6 a:after {
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -10px;
	content: "\f078";
	font-family: 'FontAwesome';
	color: #c9c9c9;
	cursor: pointer;
	-webkit-transition: color .2s;
	transiton: color .2s;
}
.panel-group .panel-heading h6:hover a:after {
	color: #cd1316;
}
.panel-group .panel-heading h6.panel-active {
	-webkit-transition: background .3s;
	transition: background .3s;
	position: relative;
	background-color: #cd1316;
}
.panel-group .panel-heading h6.panel-active a:after {
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -10px;
	content: "\f077";
	font-family: 'FontAwesome';
	color: white;
}
.panel-group .panel-heading h6.panel-active a {
	color: white;
}
/************************************************************************
// 19. Blog Comment Area
*************************************************************************/
.comments-title, .reply-title {
	position: relative;
	text-align: center;
	margin-bottom: 0;
	z-index: 2;
	display: inline-block;
	background-color: #ededed;
	padding-right: 25px;
	padding-left: 25px;
}
.comments-area {
	background-color: #ededed;
	margin-top: 70px;
	padding-top: 20px;
	padding-bottom: 70px;
	text-align: center;
}
.comments-area .comments-title span {
	color: #c09551;
}
.comments-area .comment-line {
	position: relative;
	top: -21px;
}
.comments-area .comment-list {
	text-align: left;
	margin-top: 30px;
}
.comments-area .avatar {
	border-radius: 50%;
	max-width: 150px;
	width: 100%;
	height: auto;
}
.comments-area .user-name {
	margin-top: 10px;
	font-family: Montserrat;
	text-transform: uppercase;
	color: #c09551;
}
.comments-area ol li {
	margin-top: 45px;
}
.comments-area ol li li {
	float: left;
}
.comments-area form input[type='text'], .comments-area form input[type='email'] {
	background-color: #ededed;
	width: 48%;
	border-bottom: 1px solid #c2c2c2;
	margin-top: 20px;
}
.comments-area form input[type='text'] {
	float: left;
}
.comments-area form input[type='email'] {
	float: right;
}
.comments-area form textarea {
	width: 100%;
	background-color: #ededed;
	margin-top: 45px;
	border-bottom: 1px solid #c2c2c2;
	height: 36px;
}
.comments-area form .submit-button {
	background-color: white;
	font-size: 13px;
	text-transform: uppercase;
	color: #44403f;
	border: 1px solid #c09551;
	font-family: Montserrat;
	border-radius: 2px;
	padding: 4px 22px;
	font-weight: bold;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin-top: 25px;
}
.comments-area form .submit-button:hover {
	background-color: #c09551;
	color: white;
}
.comment-date {
	font-size: 13px;
	font-style: italic;
	color: #acacac;
	z-index: 2;
	position: relative;
	padding-right: 13px;
	background-color: #ededed;
}
.comment-reply {
	float: right;
	z-index: 2;
	position: relative;
	background-color: #ededed;
	padding-left: 13px;
	color: #acacac;
}
.reply-line {
	width: 100%;
	height: 1px;
	background-color: #d5d5d5;
	display: block;
	position: relative;
	top: -15px;
}
/************************************************************************
// 20. Footer
*************************************************************************/
.bottom-footer {
	font-size: 15px;
	line-height: 23px;
	color: #fff;
	background-color: #0c3451;
	padding: 60px 0 20px;
}
.bottom-footer .footer-row {
	float: left;
	border-right: 2px dotted #a0a0a0;
	padding-right: 30px;
	margin-right: 30px;
	min-height: 220px;
}
.bottom-footer .footer-row h6 {
	color: #fff;
	margin-top: 0px;
}
.bottom-footer p {
	color: #fff;
}
.bottom-footer .footer-row .sitemap {
	float: left;
	margin: 0;
	padding: 0;
}
.bottom-footer .footer-row .sitemap.first {
	margin-right: 30px;
}
.bottom-footer .footer-row .sitemap li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 23px;
}
.bottom-footer .footer-row .sitemap li a {
	color: #fff;
	font-size: 15px;
	font-family: 'Meta-Normal';
}
.bottom-footer .footer-row .sitemap li a:hover {
	color: #cd1316;
}
.bottom-footer .footer-row .sitemap li strong {
	font-family: 'Meta-Bold';
}
.bottom-footer .copyright {
	margin-top: 30px;
	text-align: center;
	border-top: 1px solid #fff;
}
.bottom-footer .copyright .copyright-info {
	background-color: #0c3451;
	margin: -12px auto;
	width: 323px;
	padding: 0 15px 0 15px;
}
.bottom-footer .copyright .copyright-info img {
	height: 22px;
	width: 32px;
	display: block;
	float: left;
}
.bottom-footer .logo {
	margin-top: 10px;
}
.bottom-footer .nav {
	font-family: Montserrat;
	font-size: 13px;
	text-transform: capitalize;
	float: right;
}
.bottom-footer .nav li:last-child a {
	padding-right: 0;
}
.bottom-footer .nav a {
	padding-right: 25px;
	padding-left: 25px;
	font-weight: bold;
}
.bottom-footer .nav a:hover {
	color: #44403f;
}
.bottom-footer .seperator {
	border-bottom: 1px dotted #b2b2b2;
	margin-bottom: 18px;
	margin-top: 3px;
}
.social-icon {
	font-size: 15px;
}
.social-icon ul {
	float: right;
	margin-bottom: 15px;
}
.social-icon ul li {
	display: inline-block;
}
.social-icon ul li a {
	color: #44403f;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
.social-icon ul li a:before {
	position: absolute;
	top: -11px;
	left: 5px;
	width: 40px;
	height: 40px;
	border: 1px solid transparent;
	content: "";
	border-radius: 50%;
}
.social-icon ul li a:hover:before {
	border-color: #c09551;
}
.footer-row input {
	border-radius: 4px;
	background-color: #fff;
	padding: 4px 10px 3px 40px;
	color: #aeaeae;
	height: 31px;
	margin-bottom: 10px;
	font-family: 'Meta-Normal';
	width: calc(100% + 33px);
}
.form-user-container, .form-pass-container {
	position: relative;
}
.form-user-container .form-icon, .form-pass-container .form-icon {
	position: absolute;
	top: 0;
	left: 0;
	height: 31px;
	width: 31px;
	display: block;
	background-color: #aeaeae;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}
.form-user-container .form-icon img, .form-pass-container .form-icon img {
	display: block;
	height: 21px;
	margin: 4px auto 0;
}
.form-pass-container {
	position: relative;
}
.bottom-footer .footer-row.last {
	width: 130px;
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.bottom-footer .footer-row .btn-more {
	height: 36px;
	padding: 4px 30px;
	font-size: 15px;
	margin-top: 20px;
}
.bottom-footer .footer-row .btn-more:hover {
	border-color: #fff;
	color: #fff;
}
.bottom-footer .footer-row a {
	color: #cd1316;
}
.bottom-footer .footer-row a:hover {
	color: #fff;
}


.vid-start {
	height: 400px !important;	
	background-color: #f7f7f7;
}
.vid-start .vertical-text {
	opacity: 1;
	margin-top: 50px;	
}

/* start slider */ 


.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {
	position: absolute !important;
	width: 120px;
	height: 200px;
	margin: -100px 0 0 -60px;
	bottom: 0px;
	left: 50%;
	z-index: 100;
}

.cbp-bicontrols span {
	cursor: pointer;
}

.cbp-bicontrols span:before {

}
.cbp-biprev {
left: 0;	
}
.cbp-binext {
right: 0;	
}
.cbp-biprev .fa  {
	margin-left: 12px;
	margin-top: 10px;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
}
.cbp-binext .fa {
	margin-left: 15px;
	margin-top: 10px;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
}
.cbp-bicontrols span:hover:before {
}

.cbp-bicontrols span:active:before {
}

span.cbp-biplay:before {
}

span.cbp-bipause:before {
}

span.cbp-binext:before {
}

span.cbp-biprev:before {
}

.cbp-bicontrols span.cbp-binext {
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}


.logout-fix {
	position: fixed;
	top: 30px;
	right: 30px;	
}
.logout-fix .btn-logout{
	background-color: #fff;	
}

section.section-news-intern {
	padding: 60px 0;	
}
.news-entry-intern {
	background-color: #fff;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.5);;
	padding: 20px;
	margin-bottom: 60px;	
}
.news-entry-intern h3 {
	margin-top: 10px;
		
}
.news-intern-date {
	text-align: right;	
	padding-right: 20px;
}
.news-intern-date h3 {
	color: #cd1316;	
}
.news-intern-detail {
	padding-left: 20px;
	border-left: 1px dashed #ccc;
}

/************************************************************************
// 21. Responsive Fixing
*************************************************************************/
@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}

@media (max-width: 1300px) {
/* Vertical Slider */
.slider-vertical .swiper-container {
	height: 470px;
}
/* Footer */
.social-icon ul li {
	margin-bottom: 20px;
}
/* Header */
.headline-title {
	font-size: 40px;
}
.fixed-header {
	display: none;
}
.blog-header .nav-menu,  .front-header .nav-menu {
	display: none;
}
.blog-header .description,  .front-header .description {
	font-size: 18px;
}
.blog-header .menu-open,  .front-header .menu-open {
	display: block;
}
.front-header {
	min-height: 620px;
}
.blog-header .logo, .front-header .logo {
	width: 310px;
}
.container {
/* width: 1170px; */  
}
section.section-features .col-md-6 {
	width: 33%;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
/* Team Slider */
.team-wrap {
	right: 37%;
	bottom: 165px;
}
.front-header .col-sm-10.col-sm-offset-2, .blog-header .col-sm-10.col-sm-offset-2 {
	margin-left: 0;
	width: 100%;
}
.section-partner .col-75 img {
	height: 140px;
	margin-left: 60px;
}
}

@media (min-width: 992px) {
/* Headers */
.front-header .top-headline {
	position: absolute;
	top: 45%;
	width: 100%;
	
}
.blog-header, .front-header {
}
/* Features */
.section-features .col-sm-12 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}
.section-features .feature-rotate-first {
	margin-top: 30px;
	position: relative;
}
/*
  .section-features .feature-rotate-second {
    -webkit-transition: all .7s;
    transition: all .7s;
    position: absolute;
    left: 7px;
    top: 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 95%;
  }
  .section-features .feature-rotate-second {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .section-features .col-sm-12:hover .feature-rotate-first {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .section-features .col-sm-12:hover .feature-rotate-second {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  } */
  

  
  
}

@media (max-width: 992px) {
/* Features */
.section-features {
	padding-bottom: 0;
}
.section-features .fa {
	display: block;
}
.feature-rotate-first {
	position: relative;
	z-index: 10;
	margin-bottom: 70px;
}
.feature-rotate-first .fa {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 23px;
}
.feature-rotate-first .fa:active {
	color: #c09551;
}
.feature-rotate-second {
	position: absolute;
	top: 0;
	width: 96%;
	opacity: 0;
}
.feature-rotate-second .fa {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 23px;
}
.feature-rotate-second .fa:active {
	color: #c09551;
}
/* Vertical Slider */
.vertical-slider {
	padding-top: 100px;
	padding-bottom: 100px;
}
/* Post Loop */
.popular-post .col-sm-6 {
	margin-bottom: 30px;
}
/* History */
#timeline {
	height: 620px;
}
/* Counter */
.section-counter .col-sm-6 {
	margin-bottom: 35px;
}
.section-counter .col-sm-6:nth-child(odd):before {
	display: none;
}
.section-counter .separator {
	margin-top: 0;
}
/* Team */
.team-container {
	height: 435px;
}
.teamslider-wrap {
	height: 560px;
}
.team-wrap {
	bottom: 135px;
	right: 42%;
}
.section-team .team-social {
	display: block;
	margin-bottom: 20px;
}
.section-team .team-social:after,  .section-team .team-social:before {
	display: table;
	content: " ";
	clear: both;
}
.section-team .team-social ul {
	margin-top: 0;
	padding-left: 0;
	float: none;
}
.section-team .team-social ul li:first-child {
	margin-left: 0;
}
.section-team .team-name {
	margin-bottom: 15px;
}
.team-img-inner {
	margin-left: -200px;
}
.btn-more {
	padding: 7px 30px;
}
.front-header .col-sm-10.col-sm-offset-2 {
	margin-left: 8.3333%;
}
.section-partner .col-25 {
	width: 25%;
}
.section-partner .col-75 {
	width: 75%;
}
.section-partner .col-75 img {
	height: auto;
	width: 20%;
	margin-left: 30px;
}
.footer-row {
	width: calc(50% - 30px);
	margin-bottom: 40px;
}
.footer-row.second {
	border-right: none;
	margin-right: 0;
}
.front-header .top-headline .start-flag {
	left: 110px;
}
.front-header .col-sm-10.col-sm-offset-2, .blog-header .col-sm-10.col-sm-offset-2 {
	margin-left: 0;
}
.start-events .event-entry.first {
	margin-bottom: 40px;
}
.section-card .news-entry {
	width: 100%;
	min-height: inherit;
}
.section-card .news-entry.last {
	margin-left: 0;
}
.section-contact .contact-image {
	margin-top: 37px;
}
.section-vorstand .vorstand-img {
	width: calc(100% - 30px);
}
.section-vorstand .vorstand-entry {
	margin-bottom: 40px;
}
.section-alben .album-entry {
	border: 20px solid #fff;
}
.section-alben .album-entry .album-pic {
	width: 100%;
}
.section-alben .album-entry .album-txt {
	width: 100%;
	padding-left: 0;
}
.section-alben .album-entry .album-pic .pic {
	width: 100%;
}
}

@media(min-width:769px) {
/* Service */
.section-service .col-sm-6 {
	border-top: 1px dotted #a5a5a5;
	position: relative;
	padding-bottom: 35px;
	padding-top: 20px;
}
.section-service .col-sm-6:nth-child(even) {
	border-left: 1px dotted #a5a5a5;
	padding-left: 78px;
}
.section-service .col-sm-6:nth-child(even):before {
	position: absolute;
	left: -21px;
	top: -21px;
	width: 40px;
	height: 40px;
	content: "";
	background: #ededed url('../img/star.png') center center no-repeat;
}
.section-service .col-sm-6:first-child {
	border-top: none;
}
.section-service .col-sm-6:nth-child(odd) {
	padding-right: 80px;
}
.section-service .col-sm-6:nth-of-type(2) {
	border-top: none;
}
.section-service .col-sm-6:nth-of-type(2):before {
	display: none;
}
}

@media (max-width: 769px) {
	
	body.news {
		background-size: auto 100%;	
	}
	
/* Header */
.blog-header .nav-menu {
	display: none;
}
.blog-header .description {
	font-size: 16px;
}
.top-headline .headline-title {
	line-height: 1.5;
}
.top-headline .description {
	font-size: 18px;
	line-height: 30px;
}
/* Vertical Slider */
.vertical img {
	opacity: 1;
}
.vertical .active-vertical img {
	opacity: 1;
}
.slider-vertical .arrow-wrap .vertical-top,  .slider-vertical .arrow-wrap .vertical-bottom {
	margin-left: -35px;
}
.vertical-title {
	margin-top: 0;
}
/* Magnific pop-up */
.mfp-arrow-left:before,  .mfp-arrow-right:before {
	border: 1px solid #C09551;
	border-radius: 2px;
	background-color: white;
}
.mfp-arrow-left:hover:before,  .mfp-arrow-right:hover:before {
	background-color: #C09551;
}
/* Service Section */
.section-service .col-sm-6 {
	border-top: 1px dotted #a5a5a5;
	padding-top: 20px;
	padding-bottom: 35px;
}
.section-service .col-sm-6:before {
	display: none;
}
.section-service .col-sm-6:nth-of-type(2),  .section-service .col-sm-6:nth-of-type(1) {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.section-service .col-sm-6:nth-of-type(2):before,  .section-service .col-sm-6:nth-of-type(1):before {
	display: none;
}
.section-service .col-sm-6:nth-child(2n) {
	position: relative;
}
.section-service .col-sm-6:nth-child(2n):before {
	background: #ededed url('../img/star.png') no-repeat center center;
	content: "";
	position: absolute;
	top: -17px;
	left: -16px;
	padding: 15px;
}
.section-service .service-number {
	margin-left: -30px;
}
/* Card Section */
.card-image {
	padding-right: 0;
}
/* Blog Single */
.blog-single .post-slider-left {
	margin-left: 0;
	margin-top: -50px;
}
.blog-single .post-slider-right {
	margin-right: 0;
	margin-top: -50px;
}
.blog-single blockquote {
	position: relative;
	right: 0;
	margin-left: 40px;
	font-size: 15px;
}
.blog-single h4 {
	line-height: 1.5;
	font-size: 15px;
}
.blog-single em {
	text-align: left;
}
.blog-single .about-list-style {
	margin-left: 0;
}
.blog-single .about-list-inner {
	margin-left: 40px;
}
.related-post-title {
	border-top: 1px solid #d5d5d5;
	padding-top: 20px;
}
.related-post-wrap .col-sm-4 {
	margin-bottom: 50px;
}
.related-post-wrap .col-sm-4:last-child {
	margin-bottom: 0;
}
.related-post-wrap .entry-text {
	padding-left: 0;
	position: relative;
}
.related-post-wrap .entry-text:after {
	position: absolute;
	left: -10px;
	top: -4px;
	content: "";
	background-color: #c09551;
	width: 3px;
	height: 30px;
}
/* Gallery */
.mfp-title {
	font-size: 25px;
}
/* Blog Page */
.blog-content .search-wrap form {
	float: none;
	overflow: hidden;
}
.popular-post article {
	text-align: left;
}
.popular-post .popular-line {
	margin: initial;
}
.post-loop-wrap .entry-text {
	padding-left: 0;
}
.post-loop-wrap .entry-text:after {
	position: absolute;
	left: -20px;
}
.post-loop-wrap .tweet {
	font-size: 20px;
}
.post-loop-wrap .twitter-tweet {
	padding-right: 0;
	padding-left: 0;
}
.mobile-category,  .mobile-category-title,  .mobile-navigation,  .mobile-navigation-title {
	display: block;
	position: relative;
	z-index: 9;
}
.filter-group {
	padding-left: 15px;
	padding-right: 15px;
}
.section-gallery-inner .mobile-isotope {
	display: block;
}

.isotope-container-2 {
	min-height: 300px;
}
/* About */
.section-about .about-left {
	padding-right: 0;
}
.section-about .about-right {
	padding-left: 0;
	border: none;
}
/* History */
.section-history .shadow {
	padding-left: 0;
	padding-right: 0;
}
.dates-wrap {
	height: 100%;
}
#timeline {
	height: 1000px;
}
#issues li {
	height: 1020px;
}
/* Counter */
.section-counter .col-sm-6 {
	margin-bottom: 70px;
}
.section-counter .col-sm-6:before {
	display: none;
}
/* Team */
.section-team .container {
	padding-right: 0;
	padding-left: 0;
}
.teamslider-wrap {
	height: 780px;
}
.team-img-inner {
	margin-left: -120px;
}
.team-wrap {
	bottom: 380px;
	right: 50%;
	margin-right: -50px;
}
/* Contact */
.section-contact form input[type='text'],  .section-contact form input[type='email'],  .section-contact form textarea,  .section-contact form select {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.section-contact .col-xs-12 {
	padding-left: 0;
}
.section-contact .contact-line:before {
	position: absolute;
	left: 0;
}
/* Gallery */
.section-gallery-inner .filter-inner {
	display: none;
	overflow: hidden;
}
.section-gallery-inner .filter-inner a {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
}
.section-gallery .detail-button {
	margin-bottom: 50px;
}
.gallery-bottom {
	padding-bottom: 30px;
}
.gallery-bottom .gallery-date {
	border-left: none;
}
.mfp-close {
	position: absolute;
	right: 15px;
	top: 15px;
}
/* Quote */
.section-quote .quote-body {
	margin-bottom: 30px;
}
/* Footer */
.bottom-footer .nav {
	float: left;
	margin-left: -25px;
}
.bottom-footer .nav li {
	float: left;
}
.bottom-footer .copyright {
	padding-top: 20px;
}
.social-icon ul {
	float: left;
	padding-left: 0;
}
section.section-features .col-md-6 {
	width: 50%;
	float: left;
}
.section-card .news-entry {
}
.btn-more {
	padding: 7px 30px;
}
.section-partner .col-75 img {
}
.section-partner .col-25 {
	width: 100%;
	text-align: center;
	padding: 0;
}
.section-partner .col-75 {
	width: 100%;
}
.slider-vertical .vertical-text.col-xs-12 {
	width: auto;
	margin-bottom: 40px;
}
}

@media (max-width: 600px) {
.team-img-inner {
	margin-left: -144px;
}
.mfp-title {
	font-size: 20px;
}
}

@media (max-width: 500px) {
.teamslider-wrap {
	height: 850px;
}
}

@media (max-width: 480px) {
	
	
	
	
body {
	font-size: 20px;
	line-height: 30px;
}
p {
	font-size: 20px;
	line-height: 30px;
}
h2, h3 {
	font-size: 30px;
	line-height: 40px;	
}
.logo span {
	top: -5px;
}
.mobile-menu-wrap a {
	font-size: 28px;
	line-height: 55px;
}
.front-header .top-headline .start-flag {
	position: relative;
	top: 0;
	left: 0;
	width: 150px;
	height: 134px;
	margin: 0 auto 20px;
	display: block;
}
.start-events .kalender-entry {
	border-bottom: 2px dotted #cccccc;
	border-left: none;
	padding: 0 20px 20px;	
}

.start-events .kalender-entry.first h3 {
	margin-bottom: 0;
}
.start-events p {
	font-size: 20px;
	line-height: 30px;
	height: 120px;	
}
.kalender-entry .date {
	font-size: 18px;
	line-height: 24px;
}
.start-events .kalender-entry h3 {
	font-size: 26px;
	margin-top: 5px;
	margin-bottom: 0;
	
}



section.section-features .col-md-6 {
	width: 100%;
}
.slider-vertical .vertical-image {
	margin: 0 auto;
}
.section-partner .col-75 img {
	margin: 0;
	width: 50%;
}
.section-about .container {
	padding-left: 20px;
	padding-right: 20px;
}
.section-about .about-left {
	border-right: none;
	margin-bottom: 60px;
	padding: 0;
}
.about-right .swiper-wrap-col {
	padding-right: 0;
	padding-left: 0;
}
.regatten-year-entry .separator:before {
	width: 40%;
}
.regatten-year-entry .separator:after {
	width: 40%;
}
.result-entry {
	width: 100%;
	margin-right: 0;
}
.swiper-slide h3, .result-entry h3 {
	font-size: 26px;
}
.section-gallery-inner .mobile-isotope {
	display: none !important;
}
.section-gallery-inner .filter-inner {
	display: block !important;
}
.start-events .kalender-entry.first {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.start-events .kalender-entry {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
.section-news {
	padding: 0;	
}

.news-header .top-headline-2 {
	position: relative;
	width: 100%;
	padding-top: 0;
	padding-bottom: 30px;	
}
.news-entry img {
	width: 100%;
	margin: 0 0 20px 0;	
}

.section-vorstand .vorstand {
	width: 100%;
	float: left;	
}
.section-vorstand .vorstand-entry {
	float: left;
}
.vorstand-txt .vorstand-title {
	font-size: 30px;
	line-height: 40px;	
}
.section-alben .album-entry {
	width: 100%;
	margin-right: 0;	
	float: left;
}
.section-alben .album-entry .album-txt h3 {
	min-height: 110px;	
	font-size: 30px;
	line-height: 40px;
}
.section-alben .album-entry:nth-child(2n) {
	width: 100%;
	margin-right: 0;	
}

.slider-vertical .arrow-wrap .vertical-top, .slider-vertical .arrow-wrap .vertical-bottom {
	margin-left: 0;	
}
.slider-vertical .arrow-wrap .fa {
	margin-left: 10px;
	margin-top: 8px;
}
.slider-vertical .arrow-wrap .fa-chevron-down {
	margin-top: 9px;	
}
.section-videos .arrow-wrap .vertical-bottom {
	bottom: 16px;	
}
/* History */
.dates-wrap {
	padding-left: 0;
	padding-right: 0;
}
.dates-wrap:before {
	position: absolute;
	left: 3px;
}
#timeline {
	height: 1060px;
}
#issues li {
	height: 1070px;
}
.section-features .h-article figure img {
	transform: scale(1.2);
}

.section-features .h-article h4, .section-features .h-article h6 {
	font-size: 32px;	
}

.blog-header {
	height: auto;
	background-size: auto 100%;
}
.section-team {
	padding-bottom:	0;
}
.team-social {
	float: left;
}
.text-inner-wrap .sub-info {
	float: left;
	display: block;
	width: 100%;
	margin-top: 0;
}
.text-inner-wrap .team-text {
	float: left;
	width: 100%;
}
.team-wrap {
	top: 0;
	bottom: inherit;	
}
.section-team .team-name {
	float: left;
	width: 100%;	
}
.team-img-inner {
	left: 160px;
	bottom: 120px;	
}

.akordeon-item .akordeon-item-head {
	height: 80px;	
}
.akordeon-icon {
	position: absolute;
	right: 0;
}

.section-jugendberichte .swiper-wrapper {
	width: 100% !important;
}
.section-jugendberichte .swiper-wrapper .swiper-slide {
	width: 100% !important;
	margin: 0 0 30px 0 !important;
}

.dates-wrap {
	display: none;	
}
#issues {
	width: 100%;	
}
.post-slider-left .fa, .post-slider-right .fa, .cbp-biprev .fa, .cbp-binext .fa {
	margin-top: 10px;	
}
.timeline-control {
	margin-right: 0px;
	margin-left: 15px;
	float: left;
	position: relative;	
}
#timeline .post-slider-left, #timeline .post-slider-right {
	float: none;	
}
#timeline .post-slider-left {
	float: left;	
}
#timeline .post-slider-left .fa {
	margin-left: 12px;
}
#timeline .post-slider-right {
	float: right;	
}
#timeline .post-slider-right .fa {
	margin-left: 14px;	
}
.bottom-footer .footer-row.last {
	width: 100%;
}


.kalender-entry {
	width: 100%;	
}

.vertical {
	/*height: auto !important; */	
}
.section-videos .vertical {
}

.section-team.section-clubnews {
	padding: 40px 30px 30px;	
}

.section-team.section-clubnews .swiper-wrapper {
	width: 100% !important;
}
.section-team.section-clubnews .swiper-slide {
	width: 100% !important;
	margin: 0 0 30px 0 !important;
}


.vid-start {
	height: 700px !important;	
	background-color: #f7f7f7;
}
.bottom-footer .footer-row {
	padding-right: 0px;
	width: 100%;
	border: none;	
}
.bottom-footer .footer-row h6 {
	font-size: 26px;	
}
.footer-row.row-sitemap {
	width: 100%;
	border: none;	
}
.bottom-footer .footer-row .sitemap li a {
	font-size: 20px;
	line-height: 30px;	
}
.bottom-footer .footer-row .sitemap.first {
	width: 50%;
	margin-right: 20px;	
}
.bottom-footer .copyright .copyright-info {
	width: 373px;	
}
}
.footer-third-width {
	width: 33%;
}
.footer-centered-margin {
	margin-left: auto;
	margin-right: auto;
}

