/* BASIC STYLESHEET for www.kiteboarding-club.com */
/* author: ideenwerft GmbH */
/* author site: www.ideenwerft.com
/* copyright 2017 */

/* 
*	TO USE WITH BOOTSTRAP
*
*	MOBILE FIRST !!!
*/

/* source-sans-pro-200 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 200;
	src: url('../Fonts/source-sans-pro-v14-latin-200.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../Fonts/source-sans-pro-v14-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../Fonts/source-sans-pro-v14-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../Fonts/source-sans-pro-v14-latin-200.woff') format('woff'), /* Modern Browsers */
		 url('../Fonts/source-sans-pro-v14-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../Fonts/source-sans-pro-v14-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  /* source-sans-pro-300 - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: url('../Fonts/source-sans-pro-v14-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../Fonts/source-sans-pro-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../Fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../Fonts/source-sans-pro-v14-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../Fonts/source-sans-pro-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../Fonts/source-sans-pro-v14-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  /* source-sans-pro-regular - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../Fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../Fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../Fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../Fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../Fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../Fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  /* source-sans-pro-600 - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: url('../Fonts/source-sans-pro-v14-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../Fonts/source-sans-pro-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../Fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../Fonts/source-sans-pro-v14-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('../Fonts/source-sans-pro-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../Fonts/source-sans-pro-v14-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  /* source-sans-pro-700 - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: url('../Fonts/source-sans-pro-v14-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../Fonts/source-sans-pro-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../Fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../Fonts/source-sans-pro-v14-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../Fonts/source-sans-pro-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../Fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }



/* =LAYOUT ======================== */
html, body {
	overflow-x: hidden;
}
body {
	font-size:16px;
	color:#121212;
	line-height:21px;
	font-family: 'Source Sans Pro', sans-serif;
	background: url('../Img/bg.jpg') repeat-y #fff;
}
header {
	position: relative;
	overflow: hidden;
}
main {
	padding-top: 30px;
	padding-bottom: 30px;
}
section {
	margin: 30px 0;
}
.row > div {
	margin-bottom: 50px;
}


@media (min-width: 768px) {
	body {
		font-size:16px;
		line-height:21px;
	}
	section {
		margin: 60px 0;
	}
	section > .row > div  {
		padding-top:20px;
		padding-bottom:20px;
	}
	main {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (min-width: 1024px) {
	
}


/* =BASIC STYLES ======================== */
.small {
	font-size: 0.9em;
}
.xsmall {
	font-size: 0.8em;
}
.red, 
.error {
	color:#c00;
}
.grey {
	color:#999;
}
.clear {
	clear:both;
}
.italic {
	font-style:italic;
}
.hide {
	display:none;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.align-justify {
	text-align:justify;
}
.align-left {
	text-align:left;
}
.note {
	font-size:0.9em;
	font-style:italic;
	color:#999;
}
.price {
	font-size: 16px;
	font-weight: bold;
}
@media(min-width:992px) {
	.price {
		font-size: 16px;
		font-weight: bold;
	}
}

#cookie-consent {
  padding: 2em;
   max-width: 28em;
   -ms-flex-direction: column;
   flex-direction: column;
	bottom: 3em;
	 left: 2em;
}

#cookie-consent a.accept {
	white-space: nowrap;
}

#cookie-consent a.information {
	white-space: unset;
}

/* links */
a:link, 
a:visited,
a.btn:hover,
a.btn:focus {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.6s ease-in-out; 
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
a:hover, 
a:focus,
a:active,
a.btn:hover,
a.btn:focus,
a.btn:active {
	outline: none;
	text-decoration: none;
}
:active, 
:focus {
	outline: none; /* Chrome */
} 
a.btn-gold,
a.btn-red {
	padding: 3px 10px;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
}
a.btn-gold:hover, a.btn-gold:focus,
a.btn-red:hover, a.btn-red:focus {
	color: #fff;
}
a.btn-gold,
.dce-gmaps .btn {
	background: rgba(160,137,103,0.75);
}
a.btn-gold:hover,
a.btn-gold:focus,
.dce-gmaps .btn:hover,
.dce-gmaps .btn:focus {
	background: rgba(160,137,103,1);
}
a.btn-red {
	background: rgba(255,5,5,0.75);
}
a.btn-red:hover,
a.btn-red:focus {
	background: rgba(255,5,5,1);
}
a.internal-link:link, 
a.internal-link:visited,
a.content-link:link, 
a.content-link:visited,
a.more:link, 
a.more:visited {
	position: relative;
	display: inline-block;
}

/* TYPO3 : anker-tags f�r interne links nach oben setzen*/
a.anchor {
	position:absolute;
	margin-top:-35px;
}
/* text */
p {
	margin: 0px 0px 15px;
}
header > h1 {
	margin-bottom: 10px;
}
h1, h2, h3 {
	font-weight: normal;
}
h1 {
	margin: 0px 0px 15px;
	font-size: 34px;
	line-height: 38px;
	color: #ff0505;
}
h2 {
	margin: 10px 0px 10px;
	font-size: 26px;
	line-height: 30px;
}
h3 {
	margin: 30px 0px 15px;
	font-size: 24px;
	line-height: 28px;
}
footer h3 {
	margin-top: 0;
	color: #a08967;
}
h4 {
	margin: 30px 0px 15px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #121212;
}
@media(min-width:768px){
	h1 {
		margin: 0px 0px 30px;
		font-size: 40px;
		line-height: 44px;
	}
	h2 {
		font-size: 28px;
		line-height: 32px;
	}
	h3 {
		margin: 30px 0px 15px;
		font-size: 25px;
		line-height: 29px;
	}
	h4 {
		margin: 30px 0px 15px;
		font-size: 20px;
		line-height: 18px;
	}
}

@media(min-width:992px) {
	.align-center .ce-bodytext p {
		width: 66%;
		margin-right: auto;
		margin-left: auto;
	}
}

/* other */
#content .csc-textpic-imagewrap ul,
#content .csc-textpic-imagewrap ol {
	margin-left:0px;
}
blockquote {
	border:0px;
	margin: 0;
	padding: 15px 40px 5px;
	font-style: italic;
}
blockquote p {
	font-size: 16px;
}
blockquote + p {
	text-align: right;
	padding-right: 40px;
}
blockquote cite {
	color:#888;
	font-size:12px;
	font-style:italic;
}
table {
	width: 100%;
	font-size: 1em;
	border-collapse:collapse;
	border-spacing:0;
}
table th, table td {
	padding: 5px;
	vertical-align:top;
}

/* achtung: tabellen brauchen weiterhin 'cellspacing="0"' im markup! */
main ul,
.fancybox-inner ul {
	margin-bottom:15px;
	padding: 0;
	list-style: none;
}
main ul li,
.fancybox-inner ul li {
	margin-bottom:5px;
}
main ul li::before,
.fancybox-inner ul li::before{
	content: "+";
	margin-right: 5px;
}
main .tab .nav li::before,
.fancybox-inner .tab .nav li::before,
ul#newslist li::before,
.slick-slider li::before {
	display: none;
}

table p {
	padding:0;
	margin:0;
}
hr,
hr.linie-davor,
hr.linie-danach {
	clear:both;
	background-color:#adadad;
	color:#adadad;
	border:#adadad;
	height:1px;
	margin:10px 0;
}
address,
caption,
cite,
code,
dfn,
var {
	font-style:normal;
	font-weight:normal;
}
caption,
th {
	text-align:left;
}
fieldset {
	border:none;
}
input,
textarea,
select {
	border:0px solid #ccc;
	font-size:1em;
	padding:4px;
}
input:focus,
textarea:focus {
	background-color:rgba(255, 255, 255, 0.5);
	color: #798a7a;
}
a i {
	cursor: pointer;
}

.img-responsive {
	max-width:100%;
	height:auto;
}

.iframewrap,
.dce-gmaps {
    position: relative;
    padding-bottom: 28.125%; /* 32:9 */
    padding-top: 25px;
    height: 0;
}
.iframewrap .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.iframewrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframewrap.bottom
{
	bottom:-30px;
}

@media(min-width:768px) {
	.iframewrap.bottom
	{
		bottom:-50px;
	}
}


/* CSC STYLED CONTENT WIRD AUTOMATISCH GELADEN 
* ANPASSUNGEN F�R BILDER MIT RAHMEN 
* (border-thickness, border-color, paddin) 
* per TS unter -> common templates -> RTE, CSC, Optimierung !! 
*
*/


/* =HEADER ======================== */
/* Logo */
#logo {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 50px 0 25px;
	overflow: hidden;
	z-index: 9999;
}
#logo a {
	position: relative;
	max-width: 60%;
}
#logo a::before,
#logo a::after {
	content: "";
	position: absolute;
	top: calc(50% + 15px);
	width: 200%;
	height: 1px;
	background: #121212;
}
#logo a::before {
	right: calc(100% + 15px);
}
#logo a::after {
	left: calc(100% + 15px);
}
#logo a img {
	max-width: 100%;
	height: auto;
}

@media(min-width:768px) {
	#logo a {
		max-width: 30%;
	}
	#logo a::before {
	right: calc(100% + 30px);
	}
	#logo a::after {
		left: calc(100% + 30px);
	}
}
@media(min-width:1024px) {
	#logo a {
		max-width: 20%;
	}
}

/* Slideshow */

/* Keyvisual */
.keyvisual {
	position: relative;
}
.keyvisual .keyvisual-text-outer {
	position: absolute;
	top: 5vw;
	left: 5vw;
	font-size: 5vw;
	line-height: 6vw;
	color: #fff;
	font-weight: 100;
}
.keyvisual .keyvisual-text-outer b {
	font-weight: normal;
}
@media(min-width:768px) {
	.keyvisual .keyvisual-text-outer {
		font-size: 4vw;
		line-height: 5vw;
	}
}
@media(min-width:992px) {
	.keyvisual .keyvisual-text-outer {
		font-size: 3vw;
		line-height: 3.5vw;
	}
}

/* Ticker */
.ticker {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}
.ticker .bx-wrapper {
	margin: 0;
	padding: 10px 0;
	font-size: 15px;
	color: rgba(255,255,255,0.8);
	background: rgba(160,137,103,0.8);
	border: none;
	box-shadow: none;
}


/* =NAVIGATION ======================== */
/* Topnavigation */
div.topnav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1002;
}
div.topnav ul.nav li {
	display: inline-block;
	margin-left: 10px;
}
div.topnav ul.nav li a {
	padding: 10px 5px;
	color: #737272;
}
div.topnav ul.nav li a:hover,
div.topnav ul.nav li a:focus {
	color: #121212;
}
div.topnav ul.nav li a:hover,
div.topnav ul.nav li a:focus {
	background: none;
}

@media(min-width:768px) {
	div.topnav ul.nav li {
		margin: 10px 0 10px 30px;
	}
	div.topnav ul.nav li a {
		padding: 0;
	}
}

/* Hauptnavigation */
.navbar {
	min-height: auto;
	margin-bottom:0;
	background:none;
	border:0px;
	z-index: 10;
}

.navbar > .container {
	position: relative;
}
.navbar-header {
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 1001;
}
.navbar-brand {
	max-width:60%;
	height:auto;
	padding:15px 0;
}

.navbar-toggle {
	float: left;
	margin:0;
	padding: 10px 0;
	border:0;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background:none;
}
.navbar-default .navbar-toggle .icon-bar {
	height: 3px;
	margin-bottom: 3px;
	background: #a08967;
}

.navbar-nav {
	margin: 0 -15px;
}
.navbar-default .navbar-nav > li {
	text-align: center;
}
.navbar-default .navbar-nav > li > a {
	padding: 10px 15px;
	background: #a08967;
	font-size: 18px;
	font-weight: 300;
	color: rgba(255,255,255,0.75);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a:focus {
	color: rgba(255,255,255,1);
	background: #a08967;
}

@media(min-width:768px){
	#navbar {
		padding: 0;
	}
	.navbar-brand {
		max-width:100%;
	}
	.navbar-nav {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		float: none;
		margin:30px 0px 0px;
		background: #a08967;
	}
	.navbar-default .navbar-nav > li {
		padding: 0 15px;
		border: none;
	}
	.navbar-default .navbar-nav > li:first-child {
		margin-left: 0;
	}
	.navbar-default .navbar-nav > li:last-child {
		margin-right: 0;
	}
	.navbar-default .navbar-nav > li > a {
		display: inline-block;
		padding: 10px 0px;
		color: rgba(255,255,255,0.75);
		font-size: 16px;
		background: none;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > li.open > a,
	.navbar-default .navbar-nav > li.open > a:hover,
	.navbar-default .navbar-nav > li.open > a:focus {
		color: rgba(255,255,255,1);
	}
}
@media(min-width:992px){
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > li.open > a,
	.navbar-default .navbar-nav > li.open > a:hover,
	.navbar-default .navbar-nav > li.open > a:focus {
		font-size: 20px;
	}
}

/* 2. Ebene */
.navbar-collapse.in {
	border: none;
	overflow-y: inherit;
}
.navbar-collapse {
	max-height: none;
	overflow-x: inherit;
}
.navbar-nav .schmuckgrafik {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
}
.navbar-nav > li.dropdown.active.open .dropdown-toggle {
	color: #27628f;
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
	background: rgba(160,137,103,0.8);
	box-shadow: none;
	border-radius: 0;
	border: none;
}
.navbar-right .dropdown-menu {
	left: 0;
	right: inherit;
}
.navbar-nav .dropdown h3 {
	display: none;
}
.navbar-nav > li > .dropdown-menu > ul {
	position: relative;
	width: 100%;
	padding: 0;
	list-style: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav > li > .dropdown-menu > ul > li > a {
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	color: rgba(255,255,255,0.75);
	background: rgba(160,137,103,0.9);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color:rgba(255,255,255,1);
	background: rgba(160,137,103,0.95);
}


@media (min-width: 768px) {
	.navbar-nav > li:hover > .dropdown-menu,
	.navbar-nav > li:focus > .dropdown-menu{
		display: -webkit-flex;
		display: flex;
	}
	.navbar-nav > li > .dropdown-menu > ul > li {
		margin-bottom: 5px;
	}
	.navbar-nav > li > .dropdown-menu > ul > li > a {
		font-size: 15px;
		background: none;
		border: none;
	}
	.dropdown-menu > li > a {
		color:#000;
	}	
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background:none;
	}
}
@media (min-width: 1200px) {
}



/* =CONTENT ELEMENTS ======================== */

/* Slideshow */
.slick-slider {
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
}

@media(min-width:768px){
	.slick-slider {
		margin-bottom: 50px;
	}
}

/* Slideshow Preview */
.slick-slider.preview .slick-slide {
	padding: 0 30px;
	text-align: center;
}
.slick-slider.preview .slick-slide img {
	margin-bottom: 15px;
}
.slick-slider.preview .slick-slide h3 {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 24px;
	color: #121212;
}
.slick-slider.preview .slick-slide span.produktnummer {
	color: #444;
}
.slick-slider.preview .slick-prev,
.slick-slider.preview .slick-next {
	width: 30px;
	height: 35px;
	z-index: 10;
}
.slick-slider.preview .slick-prev {
	left: 0;
}
.slick-slider.preview .slick-next {
	right: 0;
}
.slick-slider.preview .slick-prev::before, 
.slick-slider.preview .slick-next::before {
	color: rgba(18,18,18,0.25);
	font-size: 30px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}
.slick-slider.preview .slick-prev::before {
	content: "\f104";
	margin-left: -5px;
}
.slick-slider.preview .slick-next::before {
	content: "\f105";
	margin-right: -5px;
}


@media (min-width: 992px) {
	.slick-slider.preview .slick-slide h3 {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (min-width: 1200px) {
	.slick-slider.preview .slick-slide h3 {
		font-size: 16px;
		line-height: 20px;
	}
}


/* Team */
.team {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}
.team img {
	margin: 0 auto;
}
.team h4 {
	position: relative;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight:normal;
	line-height: 34px;
	color: #ff0505;
	text-align: center;
	text-transform: uppercase;
}
.team h4::before,
.team h4::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 200%;
	height: 1px;
	background: #121212;
}
.team h4::before {
	right: calc(100% + 15px);
}
.team h4::after {
	left: calc(100% + 15px);
}
.team p.position {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.team a {
	display: block;
}
.team a.tel {
	color: #121212 !important;
	cursor: text;
}
.team a.mail {
	color: rgba(160,137,103,0.8);
}
.team a.mail:hover,
.team a.mail:focus {
	color: rgba(160,137,103,1);
}


/* =OTHER ======================== */
span.new {
	font-weight: bold;
	color: #bd1220;
}
nav span.new {
	margin-right: 5px;
}



/* =FOOTER ======================== */
footer {
	font-size: 15px;
}
footer > div > .row {
	margin: 0;
	padding: 50px 0;
	color: #f2f2f2;
	background: #121212;
}
footer > div > .row > div {
	margin-bottom: 30px;
	padding: 0 30px;
	text-align: center;
}
footer a.btn {
	width: 75%;
}

@media(min-width:480px) {
	footer a.btn {
		width: 33%;
	}
}

@media(min-width:992px) {
	footer > div >  .row > div {
		margin-bottom: 0px;
	}
	footer a.btn {
		width: 66%;
	}
}



/* = MUSTHAVE & COPY ======================== */
div.musthave {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 10px 15px;
	color: #fff;
	background: #a08967;
}
div.musthave ul {
	margin: 0;
	padding: 0;
}
div.musthave li {
	display: inline-block;
	list-style: none;
	border-right: 1px solid rgba(255,255,255,0.75);
	line-height: 15px;
}
div.musthave li a {
	padding: 0px 10px;
	margin: 0;
	color: rgba(255,255,255,0.75);
	font-size: 14px;
	font-weight: 300;
}
div.musthave li a:hover,
div.musthave li a:focus {
	color: rgba(255,255,255,1);
}
div.musthave li:last-child {
	border:0;
}
div.musthave li:last-child a {
	padding-right: 0;
}

.copy {
	display: block;
	margin: 7px 0 0 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	clear: both;
}
.copy a {
	color: rgba(255,255,255,0.75);
}
.copy a:hover,
.copy a:focus {
	color: rgba(255,255,255,1);
}

@media (min-width: 768px) {
	div.musthave {
		justify-content: space-between;
		text-align: left;
	}
	.copy {
		margin:0;
	}
}

/* =NEWS ======================== */
.news-list-view .article {
	display: -webkit-flex;
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 10px;
}
ul#newslist {
	padding:0;
	list-style: none;
}
.news-list-view h2 {
	margin:0;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
}
.news-list-view .news-list-text h2 > a {
	margin: 0;
	color: #000;
}
.news-list-view .news-list-text a {
	margin-left:10px;
}
.news-list-view img {
	margin-bottom: 10px;
}

@media(min-width: 768px){
	.news-list-view .article {
		flex-direction: row-reverse;
	}
	.news-list-view .news-list-text {
		padding-left: 30px;
	}
	.news-list-view h2 {
		font-size: 14px;
		line-height: 18px;
	}
}


/* =EXTENSIONS ======================== */
/* POWERMAIL */
.tx-powermail h3 {
	display: none;
}
.tx-powermail legend {
	display: none;
}

.tx-powermail .col-sm-2,
.tx-powermail .col-sm-10 {
	padding: 0;
}

.tx-powermail input,
.tx-powermail textarea {
	width: 100%;
	margin-bottom: 15px;
}
.tx-powermail input[type="checkbox"] {
	width: auto;
}
input,
textarea,
select {
	border: 1px solid #ccc;
	font-size: 13px;
	padding: 5px;
	color: #000;
	float: none;
}
textarea {
	color: #A9A9A9;
}
::-webkit-input-placeholder {
	color: #A9A9A9;
}
input:focus,
textarea:focus,
select:focus,
::-webkit-input-placeholder:focus {
	color:rgba(40, 98, 143, 1);
}
input:visited,
textarea:visited,
select:visited,
::-webkit-input-placeholder:visited {
	background: #ccc;
}

.tx-powermail .powermail_fieldwrap_type_typoscript .note a {display: block;}
.tx-powermail .form-horizontal .checkbox {padding-top:0;}

.tx-powermail input.powermail_submit {
	background:rgba(160,137,103,0.75);
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	border: 0;
}
.tx-powermail input.powermail_submit:hover {
	background:rgba(160,137,103,1);
}
.tx-powermail select {
		width: 50%;
	}
ul.parsley-errors-list {
	color:#c00;
}
ul.parsley-errors-list li {
	list-style: none;
	text-align: right;
	font-size: 13px;
	padding-top: 5px;
}



@media(min-width:768px) {
	.tx-powermail .col-sm-2,
	.tx-powermail .col-sm-10 {
		padding: 0 15px;
	}
	.tx-powermail input.powermail_submit {
		width: 50%;
	}
}
@media(min-width:992px) {
	.tx-powermail input.powermail_submit,
	.tx-powermail select  {
		width: 25%;
	}
}


/* =JQUERY PLUGINS ======================== */
/* Tabs */
.tab {
	border-top: 2px solid #bd1220;
}
.tab .nav {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	border: none;
}
.tab .nav li {
	margin: 0 10px;
}
.tab .nav li a {
	padding: 0;
	color: #000;
	font-size:14px;
	font-weight: bold;
	border: none;
}
.tab .nav li a:hover,
.tab .nav li a:focus,
.tab .nav li.active a {
	color: #bd1220;
	background: none;
	border: none;
}
.tab .tab-content {
	max-width:66%;
	margin: 20px auto;
}
.fancybox-inner .tab .tab-content {
	max-width: 80%;
}
.tab .tab-content h3,
.tab .tab-content h4,
.tab .tab-content h5 {
	text-align: left;
	margin-bottom: 5px;
}
.tab .tab-content h2:first-child,
.tab .tab-content h3:first-child,
.tab .tab-content h4:first-child,
.tab .tab-content h5:first-child {
	margin-top: 0;
}

@media (min-width: 768px) {
	.tab .nav li a {
		font-size:18px;
	}
}


/* Fancybox */
.fancybox-opened .fancybox-skin {
	background: #fff;
	border-radius: 0;
}
.fancybox-type-inline .fancybox-skin {
	padding: 15px 0 !important;
}
.fancybox-type-image .fancybox-inner {
	max-width: 100%;
}
.fancybox-inner h2 {
	margin-top: 0;
}


/* Accordion */
h3.ui-accordion-header {
	margin:0 0 2px;
	padding:5px 15px 4px;
	background:#ccc;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	cursor:pointer;
}
h3.ui-accordion-header a:link,
h3.ui-accordion-header a:visited {
	display:block;
	height:auto;
	padding:6px 20px 5px 35px;
	background-position:10px -375px;
	background-repeat:no-repeat;
	background-image: url("../Img/icons.png");
	text-decoration:none;color:#333;
}
h3.ui-accordion-header a:hover,
h3.ui-accordion-header a:focus {
	background-position:10px -415px;
	color:#000;
	outline:0;
}
h3.ui-state-active {
	border:none;
	background-position:10px -415px;
}
h3.ui-state-active a:link,
h3.ui-state-active a:visited {
	background-color:#999;
	color:#fff;
}
div.ui-accordion-content {
	background:#eaeaea;
	padding:10px 15px 15px;
	margin-bottom:2px;
	overflow:hidden;} 
div.ui-accordion-content p {
	margin-bottom:7px;
}