/* FONTS */
h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5,
.navbar,
.category-header,
#beratung .btn,
.breadcrumb,
form label,
.btn-juuuport {
	font-family: 'Lato', sans-serif;
}

small,
#header .icons ul li:first-of-type,
#teaser form p {
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
}

form .checkbox label,
#footer small,
form .radio-inline,
form .checkbox-inline {
	font-family: Arial, Helvetica, sans-serif;
}

/* OVERALL */
body {
	background:#ccc;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5 {
	font-weight: 500;
}

h1, .h1 {
	font-size:25px;
}

h2, .h2 {
	font-size:21px;
}

small, .small {
	font-size:95%;
}

hr {
    border-color: #898C85;
}

.container {
	width:1200px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.36);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.36);
}

.container > .row > div {
	padding:15px;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 10px 20px;
}

.breadcrumb {
	background:transparent;
	border-radius: 0;
	padding:0 0 0 15px;
	margin-top:36px;
	margin-bottom:11px;
}

.breadcrumb li,
.breadcrumb li a {
	color:#fff !important;
	font-size: 25px;
}

.breadcrumb > li + li:before {
	color:#fff;
	content:">";
}

form label {
	color:#ff9b32;
}

form .checkbox label {
	color:#fff;
	padding-left: 30px;
}

form .help-block {
	color:#fff;
	font-size: 16px;
	margin-top:0;
}

form .radio-inline,
form .checkbox-inline {
	color:#fff;
	font-weight: normal;
	font-size:16px !important;
}

input[type=checkbox] {
  margin-left:-30px !important;
  transform: scale(2);
  transform-origin: 4px 7px 0;
  -moz-transform: scale(2);
  -moz-transform-origin: 4px 7px 0;
  -webkit-transform: scale(1.5);
  -webkit-transform-origin: -2px 7px 0;
}

.progress {
	height:45px;
	margin-bottom: 0;
	background:#D9534F;
}

.progress > div {
	padding-top:10px;
}

.progress span.password-verdict {
	font-size:16px;
}

.text-highlight-1 {
	color:#ff9b32;
}

.text-highlight-2 {
	color:#5ac8f5;
}

.thumbnail {
	background:transparent;
	border: 1px solid #898c85;
	border-radius: 10px;
}

.thumbnail p {
	color:#ccc;
}

.thumbnail p strong {
	color:#fff;
}

.thumbnail p a.btn {
	font-style:normal !important;
	margin-bottom:0;
}

.thumbnail p a.btn .fa {
	color:#999;
}

.thumbnail p a.btn:hover .fa {
	color:#fff;
}

.popover {
	width:315px;
	border:2px solid #FF9B32;
	color:#464B41;
	background:#fff;
	position:absolute !important;
}

.popover .popover-title {
	background:#6C6E69;
	color:#fff;
	font-weight: bold;
}

.popover .popover-content img:nth-of-type(1) {
	margin:0 5px 5px 0;
}

/* WELLS */
.well {
	background:#6c6e69;
	border:none;
	padding:1px 12px;
}

/* PANELS and COLLAPSE */
.panel {
	background:transparent;
	border:none;
	margin-bottom:0;
	border-radius:0;
}

.collapse .well:before {
	content:"";
	display:block;
	width:29px;
	height:25px;
	position:absolute;
	margin-top:-25px;
	background-position: 0 -726px;
}

.collapse.face2 .well:before {
	margin-left:130px;
}

.collapse.face3 .well:before {
	margin-left:260px;
}

.collapse.face4 .well:before {
	margin-left:390px;
}

.collapse.face5 .well:before {
	margin-left:520px;
}

.collapse.face6 .well:before {
	margin-left:650px;
}


/* OFFCANVAS MENUE */
.navbar-toggle {
    margin-right: 15px;
}
.offcanvas {
    background:#FF9B32;
}
.offcanvas.navbar-collapse {
    overflow-x:hidden;
}
.offcanvas ul.nav > li > ul.dropdown-menu > li > a,
.offcanvas ul.nav > li > ul.dropdown-menu > li > a:active,
.offcanvas ul.nav > li > ul.dropdown-menu > li > a:visited {
	color:#fff !important;
}
.offcanvas ul.nav > li > ul.dropdown-menu > li > a:hover {
	color:#FF9B32 !important;
}


/* PAGINATION */
.pagination > li:first-child > a,
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span {
	border-radius: 0 !important;
}

.pagination > li > a,
.pagination > li > span {
	background: transparent;
	border:none;
}

.pagination > li > a:hover,
.pagination > li > a:active,
.pagination > li > a:focus,
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:active,
.pagination > li.active > a:focus {
	background:#6C6E69;
}


/* MODALS */
.modal-header {
	background-color:#6C6E69;
}
.modal-body,
.modal-footer {
	background-color:#464B41;
}


/* BUTTONS */
.btn-juuuport {
	border-radius:0;
	border:0;
	background:#6b6f67;
	font-size: 18px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	margin-bottom:15px;
}

.btn-juuuport-active {
	background:#FF9B32;
	color:#fff !important;
}

.btn-juuuport:hover {
	background:#898c85;
}

.btn-juuuport span {
	color:#fff;
	font-size: 14px;
}

.btn-juuuport.btn-sm {
	font-size: 13px;
}


/* SOCIAL BUTTON */
.socialbuttons {
	margin-top:-55px;
	float:right;
}
.page-forum .socialbuttons {
	margin:0 0 12px 0;
	float:none;
	text-align:right;
}


/* Navigation Tabs */
.nav-tabs {
	border-color:#575b52;
}

.nav-tabs > li > a {
	padding:7px;
	margin-right:1px;
	font-size: 13px;
}

.nav-tabs > li:first-of-type {
	margin-left:8px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
	background:#575b52;
	border-color:#575b52;
}


/* HEADER */
#header {
	background:#464b41;
	height:115px;
	margin:0 -15px;
}

#header .logo {
	margin:15px;
}

#header .banner {
	margin-top:17px;
}

#header .icons ul {
	list-style: none;
	margin-right:15px;
	margin-top:20px;
}

#header .icons ul li {
	color:#999;
	float:left;
	margin-right:5px;
}

#header .icons:last-of-type ul {
	margin-right:10px;
}

#header .icons ul li:first-of-type {
	float:none;
	display:block;
	margin-bottom:5px;
	font-size: 15px;
}

#header .icons ul li a {
	display:block;
	width:33px;
	height:33px;
	text-indent: -2000em;
}


/* SPRITES */
#header .icons ul li a,
.icon-krone,
#discussions > div:after,
.discussions > div:after,
.discussions.reply > div:before,
#answers > div > small:before,
.answers > div > small:before,
.collapse .well:before  {
	background-image:url(../img/icon-sprite.png);
	background-repeat: no-repeat;
}
#header .icons ul li a.icon-gplus {
	background-position: 0 -66px;
}
#header .icons ul li a.icon-twitter {
	background-position: 0 -132px;
}
#header .icons ul li a.icon-youtube {
	background-position: 0 -198px;
}
#header .icons ul li a.icon-instagram {
	background-position: 0 -792px;
}
#header .icons ul li a.icon-fontsize {
	background-position: 0 -264px;
}
#header .icons ul li a.icon-contrast {
	background-position: 0 -330px;
}
#header .icons ul li a.icon-sitemap {
	background-position: 0 -396px;
}
.icon-krone {
	display:block;
	float:right;
	width:34px;
	height:29px;
	margin-left:10px;
	margin-top:-3px;
	background-position: 0 -462px;
}


/* NAVIGATION */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color:transparent;
}

.navbar {
	border-radius: 0;
	background:#ff9b32; /* orange */
	border:1px solid #6b6f67; /* dunkelgrau */
	border-top:1px solid #555950;
	border-right:none;
	border-left:none;
	font-weight:bold;
	font-size:20px;
	margin:0 -15px;
	min-height: 47px;
}

.navbar .container,
.navbar-collapse {
	padding:0;
}

nav > div.container {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.navbar-inverse .navbar-nav > li {
	border-right:1px solid #6b6f67;
	background: transparent;
}

.navbar-inverse .navbar-nav > li:last-of-type {
	border-right: none;
}

.navbar-inverse .navbar-nav > li.active,
.navbar-inverse .navbar-nav > li.open,
.navbar-inverse .navbar-nav > li:hover,
.navbar-inverse .navbar-nav > li:active,
.navbar-inverse .navbar-nav > li:focus {
	background:#7d8179;
}

.navbar-inverse .navbar-nav > li > a {
	color:#fff;
	padding:10px 22px;
	outline:1px solid transparent;
	outline-offset: -1px;
	margin:1px;
	border:1px hidden transparent;
	border-bottom:3px solid transparent;
}

.navbar-inverse .navbar-nav > li:last-of-type > a {
	padding-left:23px;
	padding-right:22px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	outline:1px solid #6b6f67;
	background:#6b6f67;
	border-bottom:3px solid #ff9b32;
}

.no-outline {
	outline:1px solid transparent !important;
}

.navbar-nav > li > .dropdown-menu {
	border-radius: 0;
}

.dropdown-menu {
    background-color: #6b6f67;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-size: 14px;
    list-style: outside none none;
    min-width: 200px;
    padding: 5px 0;
}

.dropdown-menu > li > a {
	color:#fff;
	font-size: 16px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:active {
	background:#ff9b32;
	color:#fff;
}


/* TEASER */
#teaser {
	background:url(../img/teaser-background.jpg) no-repeat #5ac8f5;
	height:210px;
}

#teaser .col-md-8 p {
	margin-top:57px;
	margin-left:325px;
	font-size: 19px;
	font-weight: 800;
	font-style: italic;
	color:#fff;
	line-height: 26px;
	letter-spacing: 1px;
}

#teaser .col-md-8 p span {
	padding-left: 30px;
}
#teaser .col-md-8 p span:last-of-type {
	padding-left: 100px;	
}

#teaser form p,
#teaser form a {
	color:#fff;
	margin-bottom:4px;
}

#teaser form p {
	font-size: 15px;
}

#teaser form a {
	text-decoration: underline;
}

#teaser form a:visited,
#teaser form a:active,
#teaser form a:hover {
	text-decoration: none;
}

#teaser form .form-group {
	margin-bottom:8px;
}

#teaser form .form-control-feedback {
	font-size: 30px;
	color:#f2f2f2;
}

#teaser form .form-control::-moz-placeholder {
	color:#ccc;
}

#teaser form .btn-default {
	color:#fff;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(122,124,119,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(122,124,119,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(122,124,119,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(122,124,119,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(122,124,119,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(122,124,119,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#7a7c77',GradientType=0 ); /* IE6-9 */
}

#teaser .usermenu {
	background:#59A8C7;
	color:#fff;
	padding:12px;
	font-size: 14px;
	height:180px;
	overflow: hidden;
}

#teaser .usermenu hr {
	border-color:#5ac8f5;
}

#teaser .usermenu i.fa {
	width:18px;
}

#teaser .usermenu .badge {
	background-color:#464B41;
}

#teaser .usermenu .nav-pills li a {
	border-radius:0;
	padding:5px 8px;
}

#teaser .usermenu .nav-pills li a:hover {
	background:#5ac8f5;
}

#teaser .usermenu .nav-pills li a,
#teaser .usermenu .nav-pills li a:active,
#teaser .usermenu .nav-pills li a:hover {
	color:#fff;
}

#teaser .usermenu a:hover {
	text-decoration: none;
	color:#ccc;
}

span.fa-star,
span.fa-star-o {
	color:#464B41;
	margin-left:3px;
}


/* MAIN COLUMN */
#main {
	background: #464b41;
	color:#fff;
	padding-top:15px;
	padding-bottom:15px;
}

#main > div {
	padding-top: 0;
}

#main .col-md-8 {
	border-right: 1px solid #898c85;
}

#main a {
	color:#5ac8f5;
}


/* SEARCH */
#search_alt {
	margin-bottom:25px;
}

#search_alt .form-group:first-of-type {
	width:69%;
}

#search_alt .form-control-feedback {
	font-size: 30px;
	color:#7f7f7f;
	right:auto;
	left:0;
}

#search_alt select {
	color:#7f7f7f;
}

#search_alt input {
	width:99%;
	padding-left:48px;
}

#search_alt button,
#search button,
.page-contact #content form button,
.page-forum #content form button,
.media form button,
.modal-footer button {
	color:#fff;
	border:2px solid #747871;
	background: rgb(250,169,84); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(250,169,84,1) 0%, rgba(255,157,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,169,84,1)), color-stop(100%,rgba(255,157,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,169,84,1) 0%,rgba(255,157,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,169,84,1) 0%,rgba(255,157,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,169,84,1) 0%,rgba(255,157,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,169,84,1) 0%,rgba(255,157,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa954', endColorstr='#ff9d36',GradientType=0 ); /* IE6-9 */
}

#search_alt button {
	float:right;
}



#search .col-md-8 {
	border:none;
}

#search {
	margin-bottom:25px;
}

#search .form-control-feedback {
	font-size: 30px;
	color:#7f7f7f;
	right:auto;
	left:0;
}

#search select {
	color:#7f7f7f;
}

#search input {
	padding-left:48px;
}


/* SEARCH TAGS */
#searchtags {
	margin-bottom:30px;
	display:none;
}

#searchtags ul li {
	margin-bottom:6px;
}

#searchtags ul li a {
	color:#ccc;
}

#searchtags ul li a.active {
	background: #5AC8F5;
	color:#fff;
}


/* DISCUSSIONS */
#discussions,
.discussions {
	margin-top:-15px;
	margin-bottom:0;
}

#discussions > div,
.discussions > div {
	padding:15px;
	margin:15px;
	border:1px solid #898c85;
	border-radius: 10px;
	width:46.2%;
	color:#ccc;
}

#discussions > .col-xs-6 > p,
.discussions > .col-xs-6 > p {
	min-height:60px;
}

.discussions-full > div {
	width:96.5%;
}

#discussions > div:after,
.discussions > div:after {
	content:"";
	display:block;
	position:absolute;
	width:26px;
	height:29px;
	background-position: 0 -528px;
	margin-top:14px;
	margin-left:285px;
}

.discussions.discussions-full > div:after {
	margin-left:675px;
}

#discussions a,
.discussions a {
	color:#ff9b32 !important;
}

.discussions a.more {
	color:#5ac8f5 !important;
}

#answers,
.answers {
	margin-bottom:15px;
}

#answers > div > p,
.answers > div > p {
	padding-left:15px;
	margin-top:10px;
}

#answers > div > small,
.answers > div > small {
	color: #ccc;
}

#answers > div > img,
.answers > div > img {
	width:45px;
	height:45px;
	margin:0 5px -5px 15px;
	vertical-align: bottom;
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
	box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
}


/* BERATUNG */
#beratung {
	background:url(../img/beratung-background.jpg) center no-repeat;
	background-size: cover;
	height:295px;
	margin-bottom: 30px;
	margin-left:0;
	margin-right: 0;
}

#beratung > div {
	padding:15px;
	font-size: 16px;
	line-height: 22px;
}

#beratung .btn {
	background:#6b6f67;
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.36);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.36);
}

#beratung > div:last-of-type .btn {
	margin-top:-36px;
}

#beratung > div:last-of-type img {
	margin-top:5px;
}

#beratung .btn span {
	color:#fff;
	font-size: 13px;
}


/* SIDEBAR + ARTICLES */
#main .col-md-4 > h4,
#main .col-md-4 > p,
#main .col-md-4 > small,
.articles h4,
.articles p,
.articles small {
	padding-left:15px;
	padding-right:15px;
}

#main .col-md-4 > h4,
.articles h4 {
	font-size:24px;
	font-weight: 500;
}

#main .col-md-4 > p,
.articles p {
	font-size:16px;
	margin-bottom: 20px;
}

#main .col-md-4 > p > img,
.articles p > img {
	border-bottom:1px solid #ff9b32;
}


/* TEASER BERATUNG */
h3.teaser-beratung {
	display:block;
	margin:0;
	margin-bottom:13px;
	margin-top:-5px;
	margin-left:15px;
	padding:0;
	height:123px;
	background:url(../img/scouts-background.png) no-repeat;
	font-size:18px;
}

h3.teaser-beratung > a {
	display:block;
	text-align: center;
	width:160px;
	padding:20px 0 0 30px;
}
h3.teaser-beratung > a:hover {
	text-decoration: none;
}

h3.teaser-beratung > a span {
	color:#fff;
}

h3.teaser-beratung > a span.fa {
	font-size:14px;
}

.category-header {
	background:#6c6e69;
	font-weight: 300;
	font-style: italic;
	text-transform: uppercase;
	font-size: 20px;
}

.category-header-trans {
	background:transparent;
}

.category-header-question,
.category-header-discuss {
	text-transform: none;
	font-weight: 500;
	font-style: normal;
}

.category-header-question i.fa,
.category-header-discuss i.glyphicon {
	display:block;
	position:absolute;
	right:0;
	margin-right:30px;
	margin-top:-50px;
	width:65px;
	height:62px;
	text-align: center;
	font-size:62px;
	background:#464B41;
	border-radius: 100%;
	top:auto;
}

.category-header-discuss i.glyphicon {
	font-size:42px;
	padding-top:10px;
}

.category-header a,
.category-header a.list-group-item {
	background:#6c6e69;
	padding:6px 15px;
	border: none;
	border-radius: 0;
	color: #fff !important;
}

.category-header-trans a,
.category-header-trans a.list-group-item {
	background:transparent;
}

.category-header-question a,
.category-header-question a.list-group-item {
	background:#ff9b32;
	padding:6px 100px 6px 15px;
}

.category-header-discuss a,
.category-header-discuss a.list-group-item {
	background:#5ac8f5;
	padding:6px 100px 6px 15px;
}

.category-header a .fa {
	color:#999;
	margin-top:4px;
}

.category-header-question a .fa,
.category-header-discuss a .fa {
	color:#fff;
}

.category-header a:hover .fa {
	color:#fff;
}

a.more {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-style: normal !important;
}

ul.more-links {
	margin-top:0;
	margin-bottom:20px;
	padding-left:30px;
	font-style: italic;
}

ul.more-links span.fa {
	font-size:11px;
	margin-left:-15px;
	margin-right:3px;
}

ul.source-links {
	font-style: normal;
}

ul.source-links a {
	font-style: italic;
}

ul.source-links small {
	font-size: 12px;
}


/* PARTNER CAROUSEL */
#partnerCarousel {
	height:116px;
	padding:20px 25px;
	background:#fff;
	margin-bottom:15px;
}
#partnerCarousel .thumbnail {
	margin-bottom: 0;
	border:1px solid #898c85;
	border-radius: 0;
	padding:0;
	-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.2);
}
.carousel-control {
	color:#fff;
	top:0;
	bottom:auto;
	padding-top:4px;
	width:15px;
	height:116px;
	text-shadow:none;
	opacity:1;
}
.carousel-control i {
	color:#fff;
	margin-top:48px;
	font-size: 11px
}
.carousel-control:hover {
	color: #d9534f;
}
.carousel-control.left,
.carousel-control.right {
	background-image:none !important;
	height:116px;
	background:#898c85;
}
.carousel-control.right {
	left:auto;
	right:0;
	border-left:1px solid #454940;
}
.carousel-control.left {
	right:auto;
	left:0;
	border-right:1px solid #454940;
}
#partnerCarousel .carousel-inner {
	height:80px;
}


/************************/
/* SITE: SEARCH RESULTS */
/************************/

.page-search h1 {
	margin-top:8px;
}

.page-search #search {
	margin-bottom:40px;
}

.page-search .col-md-8 h3 {
	font-size:22px;
}

.page-search .col-md-8 h2 a {
	color:#ff9b32 !important;
}

/* SEARCH RESULTS + MEDIA ITEMS */
.search-item,
.media {
	padding:12px 15px;
	min-height:121px;
	clear:both;
}

.search-item:hover,
.media:hover {
	background:#6c6e69;
	cursor: pointer;
}

.media:hover {
	cursor: auto;
}

.search-item h3 {
	margin-top:2px;
	margin-bottom:5px;
}

.search-item small {
	margin-top: 0;
}

.search-item p {
	font-size: 16px;
	margin-bottom:0;
	padding-left:148px;
}

.search-item img,
.media-object {
	border: 1px solid transparent;
	border-bottom: 1px solid #fa9831;
	margin-right:15px;
	margin-top:3px;
}
.search-item img {
	width:133px;
}

.media-object {
	margin-top:0;
}

.search-item:hover img,
.media:hover .media-object {
	border: 1px solid #fa9831;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.media .btn {
	margin-left:3px;
}

.media .row {
	border-top:1px solid #6C6E69;
	padding-top:15px;
}

a.more-results {
	display:block;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0 40px 0;
	padding:6px;
	font-size: 16px;
	font-weight: bold;
	background: rgb(107,109,104); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(70,75,65,1) 0%, rgba(107,109,104,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,75,65,1)), color-stop(100%,rgba(107,109,104,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70,75,65,1) 0%,rgba(107,109,104,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70,75,65,1) 0%,rgba(107,109,104,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70,75,65,1) 0%,rgba(107,109,104,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70,75,65,1) 0%,rgba(107,109,104,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464b41', endColorstr='#6b6d68',GradientType=0 ); /* IE6-9 */
}
a.more-results:hover {
	text-decoration: none;
}

a.more-results i {
	color:#fff;
	margin-left:10px;
	margin-right:10px;
	font-weight: bold;
	font-size: 18px;
}


/*******************/
/* SITE: WEBTHEMEN */
/*******************/

.page-topics h1 {
	margin-top:8px;
	margin-bottom:16px;
}

.page-topics #search {
	margin-bottom:36px;
}

.topic-teaser {
	padding:0 15px;
	margin-bottom:40px;
	position: relative;
	width:100%;
}

.topic-teaser img {
	border-bottom:5px solid #fa9831;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	width:100%;
}

.topic-teaser .inner {
	position:absolute;
	background: -moz-linear-gradient(top,  rgba(70,75,65,0) 0%, rgba(70,75,65,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,75,65,0)), color-stop(100%,rgba(70,75,65,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70,75,65,0) 0%,rgba(70,75,65,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70,75,65,0) 0%,rgba(70,75,65,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70,75,65,0) 0%,rgba(70,75,65,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70,75,65,0) 0%,rgba(70,75,65,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00464b41', endColorstr='#a6464b41',GradientType=0 ); /* IE6-9 */
	height:99%;
	width:96.1%;
}

.topic-teaser .inner-text {
	position: absolute;
	bottom:0;
	padding:0 15px 5px;
	background: -moz-linear-gradient(top,  rgba(70,75,65,0) 0%, rgba(70,75,65,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,75,65,0)), color-stop(100%,rgba(70,75,65,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70,75,65,0) 0%,rgba(70,75,65,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70,75,65,0) 0%,rgba(70,75,65,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70,75,65,0) 0%,rgba(70,75,65,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70,75,65,0) 0%,rgba(70,75,65,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00464b41', endColorstr='#a6464b41',GradientType=0 ); /* IE6-9 */
	width:100%;
}

.topic-teaser .inner-text h2 {
	font-size:300%;
}

.topic-teaser .inner-text p {
	font-size:17px;	
}

.topics-container {
	margin-left:0;
	margin-right:0;
	margin-bottom:35px;
}

.topics-container .category-header {
	margin-bottom:15px;
}

.topics-container .category-header a,
.topics-container .category-header a.list-group-item {
	padding-left:0;
}

.topics-container img {
	border-bottom:1px solid #fa9831;
}

.topics-container a .fa {
	color:rgba(255,255,255,0.75);
	background:rgba(0,0,0,0.4);
	font-size: 74px;
	width:104px;
	height:104px;
	text-align: center;
	border-radius: 52px;
	padding-top:12px;
	position: absolute;
	/*margin:67px 0 0 123px;*/
	margin: 67px 0 0 33%;
}


/***************************/
/* SITE: WEBTHEMEN ARTIKEL */
/***************************/

.page-topics-article h1 {
	font-size:40px;
}

#content {
	margin-bottom:40px;
	padding-left:15px;
}

#content h2 {
	font-size: 18px;
	color:#ff9b32;
}

#content p {
	font-size: 16px;
}

#content > small {
	display: block;
	margin-bottom:30px;
}

#content small a {
	color:#ff9b32;
}

#content p a {
	font-style: italic;
}

.page-topics-article .col-md-8 .more-links,
.page-contact .col-md-8 .more-links,
.page-forum .col-md-8 .more-links {
	padding-left:15px;
}

.article-img {
	margin:12px 20px 15px 0;
	width:350px;
	height:234px;
	position: relative;
}

.page-contact .article-img {
	margin:4px 20px 15px 0;
}

.article-img a .fa {
	color:rgba(255,255,255,0.75);
	background:rgba(0,0,0,0.4);
	font-size: 30px;
	width:48px;
	height:48px;
	text-align: center;
	border-radius: 24px;
	padding-top:8px;
	position: absolute;
	left:10px;
	bottom:10px;
}

.article-img a .img-copyright {
	background:rgba(0,0,0,0.4);
	font-size:10px;
	color:#fff;
	padding:2px 3px;
	position: absolute;
	bottom:0;
	right:0;
}

.gallery {
	background:#6c6e69;
	margin-right:0px;
	padding-top:8px;
	padding-bottom:0px;
	margin-top:20px;
	margin-bottom:20px;
}

.gallery p {
	margin-bottom:5px;
}

.gallery h3 {
	font-size:18px;
	color:#ff9b32;
	margin-top:0px;
	margin-bottom: 15px;
}

.gallery a.thumbnail {
	border-radius: 0;
	background:transparent;
	border-color:transparent;
	padding:0;
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.06);
	box-shadow: 0 0 7px 0 rgba(0,0,0,.06);
}

.gallery a.thumbnail:hover,
.gallery a.thumbnail:focus,
.gallery a.thumbnail:active {
	border-color:#5bc0ea;
}

.gallery > div > .row > .col-md-4 {
	padding-right:0;
	padding-left:0;
}

.gallery > div > .row {
	margin-left:0px;
}

.gallery .carousel {
	margin-top: 15px;
}

.gallery .carousel-control {
	width:25px;
	height:50px;
	border:0;
	padding-top:10px;
	margin-top:92px;
	background:rgba(0,0,0,.4);
}

.gallery .carousel-control span {
	color:#fff;
}

.gallery .left.carousel-control {
	-webkit-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.1);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,.1);
}

.gallery .right.carousel-control {
	-webkit-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
	-webkit-box-shadow: -3px 3px 3px 0 rgba(0,0,0,.1);
	box-shadow: -3px 3px 3px 0 rgba(0,0,0,.1);
}

.topics-container.actions {
	background:#6C6E69;
	padding:12px 0;
}

.topics-container.actions ul {
	margin:0;
}

/***************************/
/* SITE: KONTAKT           */
/***************************/

.page-contact #content h1 {
	font-size: 40px;
	margin-top:15px;
	margin-bottom:30px;
}

.page-contact #content h3 {
	font-size: 24px;
	margin-top:40px;
}

.page-contact #content p {
	margin-bottom:25px;
}

.page-contact #content form label {
	font-size:18px;
	margin-bottom:10px;
}

.page-contact #content form label span {
	color:#fff;
}

.page-contact #content form .checkbox {
	margin-bottom:25px;
}

.page-contact #content form .checkbox label {
	font-size:16px;
}

.page-contact #content form .form-group {
	margin-bottom:25px;
}

.page-contact #content form button,
.page-forum #content form button {
	margin-left:15px;
}

.page-contact #content .col-md-1 .fa {
	font-size:45px;
}

.page-contact #content form a.btn,
.page-forum #content form a.btn,
.modal-footer a.btn {
	color:#fff !important;
	background: rgb(206,206,206); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(206,206,206,1) 0%, rgba(116,118,113,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(100%,rgba(116,118,113,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(116,118,113,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(116,118,113,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(116,118,113,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(206,206,206,1) 0%,rgba(116,118,113,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#747671',GradientType=0 ); /* IE6-9 */
	border:2px solid #999;
}


/***************************/
/* SITE: FORUM             */
/***************************/

.page-forum hr {
	border-color: #575b52;
}

.page-forum .answers hr {
	margin-bottom:5px;
}

.page-forum .fa-thumbs-up {
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
	font-size:1.7em;
}

.page-forum .fa-plus {
	font-size:.8em;
	vertical-align: top;
}

.page-forum .fa-thumbs-up,
.page-forum .fa-plus {
	color:#fff;
}

.page-forum .discussions-interact p {
	margin-left:15px;
}

.page-forum .discussions-interact ul {
	margin-top:5px;
	margin-bottom:0;
}

a.like {
	font-style: italic;
}

.page-forum .btn-juuuport {
	margin-bottom:20px;
}

.page-forum .discussions-interact ~ p .btn-juuuport:last-of-type {
	margin-top: 25px;
}

.page-forum .discussions-interact img.img-circle {
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
	box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
	margin-top:-5px;
}

.page-forum .discussions h1 {
	font-size:36px;
	margin-top:0;
}

.page-forum .discussions .small,
.page-forum .discussions-interact .small {
	font-size:75%;
}

.page-forum .discussions-interact .small {
	margin:0 5px;
}

.page-forum .discussions-interact .small:first-of-type {
	margin-left:12px;
}

.page-forum .discussions .small.pull-right a {
	color:#5ac8f5 !important;
}

.page-forum .author-meta {
	margin-bottom:16px;
	display:inline-block;
}

.page-forum .topics-container {
	margin-top:50px;
}

.page-forum .more-links,
.page-contact .more-links {
	font-style: normal;
}

.page-forum .more-links a,
.page-contact .more-links a {
	font-style: italic;
}

.page-forum .discussions-author {
	margin-top:12px;
}

.discussions.reply > div:after {
	display:none;
}

.discussions.reply > div:before {
	content:"";
	display:block;
	position:absolute;
	width:30px;
	height:28px;
	background-position: 0 -693px;
	margin-top:-41px;
	margin-left:45px;
}

.page-forum #content {
	margin-top:30px;
}


/***************************/
/* SITE: SCOUTS            */
/***************************/

.scouts-faces a {
	display:block;
	position: relative;
  	overflow: hidden;
	width:100px;
	height:100px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}

.scouts-faces img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.scouts-faces {
	margin-bottom:28px;
}

/***************************/
/* SITE: DOWNLOADS         */
/***************************/

.page-downloads h1 {
	margin-bottom: 30px;
}

.page-downloads .thumbnail {
	height:240px;
	position:relative;
}

.page-downloads .thumbnail p {
	font-size: 13px !important;
	line-height: 14px;
}

.page-downloads .thumbnail img {
	max-height:130px;
}

.page-downloads .thumbnail .caption {
	padding:6px;
	position:absolute;
	bottom:0px;
	width: 100%;
}


/************************/
/* SITE: PRESS          */
/************************/

.page-press #content small {
	color:#ccc;
}

.page-press #content h4 a {
	color: #ff9b32 !important;
}


/************************/
/* SITE: PROFILE        */
/************************/

.page-profile #content h4 a {
	color: #ff9b32 !important;
}

.page-profile .topics-container.actions.actions-invert {
	background:transparent;
	margin-top:30px;
	margin-bottom:6px;
	font-size:14px;
}

.page-profile .topics-container.actions {
	font-size:18px;
}

.page-profile .topics-container.actions li a {
	margin-right:14px;
}

.page-profile .topics-container.actions li:last-of-type a {
	margin-right: 0;
}

.page-profile .topics-container.actions li.active a {
	color:#ff9b32 !important;
}

.page-profile .btn-juuuport {
	font-style: normal !important;
}

.page-profile #content small {
	color:#ccc;
}

.page-profile a.remove {
	margin-top:18px;
	font-size: 12px;
}

.page-profile p.text-right small.text-up {
	vertical-align: super;
	margin-right:12px;
}



/* FOOTER */
#footer {
	background: #464b41;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
}

#footer .col-md-12 {
	border-top: 1px solid #898c85;
	padding-top:30px;
	padding-bottom:30px;
}

#footer ul li {
	font-size:16px;
	padding-right:0;
}

#footer ul li:after {
	display:inline;
	content: " | ";
	margin-left:5px;
	color:#fff;
}

#footer ul li:last-of-type:after {
	display:none;
}

#footer small {
	color: #ccc;
}

#footer a {
	color:#5ac8f5;
}


/***************************/
/* CONTRAST VERSION        */
/***************************/
body.contrast {
	background:#fff;
}

body.contrast .category-header-question i.fa, 
body.contrast .category-header-discuss i.glyphicon {
	background:#F2F2F2;
}

body.contrast #main {
	background:#F2F2F2;
	color:#000;
}

body.contrast .breadcrumb li,
body.contrast .breadcrumb li a,
body.contrast .breadcrumb > li + li:before,
body.contrast .thumbnail p strong,
body.contrast .thumbnail p,
body.contrast #discussions > div,
body.contrast .discussions > div,
body.contrast #answers > div > small,
body.contrast .answers > div > small,
body.contrast .category-header.category-header-trans a.list-group-item,
body.contrast.page-forum .fa-thumbs-up,
body.contrast.page-forum .fa-plus,
body.contrast.page-forum .fa-thumbs-up,
body.contrast.page-forum .fa-plus,
body.contrast form .help-block,
body.contrast form .radio-inline,
body.contrast form .checkbox-inline,
body.contrast form .checkbox label,
body.contrast.page-contact #content form label span,
body.contrast.page-press #content small,
body.contrast.page-profile #content small {
	color:#000 !important;
}

body.contrast .row.topics-container.actions .fa,
body.contrast .topic-teaser .inner-text {
	color:#fff;
}

/*******************************/
/* FONT-SIZE-UP VERSION        */
/*******************************/
body.fontsize.fontsize1 #main {
	font-size:150%;
}
body.fontsize.fontsize1 #main p,
body.fontsize.fontsize1 #main h2,
body.fontsize.fontsize1 #main h3,
body.fontsize.fontsize1 #main h4 {
	font-size:100%;	
}

body.fontsize.fontsize2 #main {
	font-size:160%;
}
body.fontsize.fontsize2 #main p,
body.fontsize.fontsize2 #main h2,
body.fontsize.fontsize2 #main h3,
body.fontsize.fontsize2 #main h4 {
	font-size:110%;	
}

body.fontsize.fontsize3 #main {
	font-size:170%;
}
body.fontsize.fontsize3 #main p,
body.fontsize.fontsize3 #main h2,
body.fontsize.fontsize3 #main h3,
body.fontsize.fontsize3 #main h4 {
	font-size:120%;	
}


/***************************/
/* RESPONSIVE VERSION      */
/***************************/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.navbar-header {
		display:none;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-header,
	#header .icons {
		display:none;
	}

	#header .icons:last-of-type {
		display:block;
	}
	#header .icons:last-of-type,
	#header .icons:last-of-type ul {
		padding:0;
	}

	.navbar {
		font-size:15px;
	}

	.navbar-inverse .navbar-nav > li > a {
		padding-left:19px;
		padding-right:19px;
	}

	.container {
		width:auto;
	}

	.topic-teaser .inner-text h2 {
		font-size: 240%;
	}

	.scouts-faces a.img-circle {
		max-width:90px;
		max-height:90px;
	}

	#discussions > div,
	.discussions > div {
		margin:15px 0 0 15px;
	}

	.discussions-full > div {
		margin-right:15px;
		width:95.2%;
	}

	.discussions > div:after  {
		margin-left:74%;
	}
	.discussions.discussions-full > div:after {
		margin-left:86%;
	}

	.category-header {
		font-size: 16px;
	}

	.page-forum .discussions-author {
		margin-top:20px;
		margin-bottom:10px;
	}

	.discussions-interact > div {
		padding-top:15px;
	}

	.home #beratung > div {
		font-size: 14px;
	}

	.home #discussions > div:after {
		margin-left:74%;
	}

	.home #answers {
		margin-top:12px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-header,
	#header .icons {
		display:none;
	}

	#header .banner {
		width:40%;
		height:auto;
	}

	.navbar {
		font-size:13px;
	}

	.navbar-inverse .navbar-nav > li > a {
		padding-left:10px;
		padding-right:10px;
	}

	.container {
		width:auto;
	}

	.topic-teaser .inner-text h2 {
		font-size: 240%;
	}

	.scouts-faces a.img-circle {
		max-width:75px;
		max-height:75px;
	}

	#discussions > div,
	.discussions > div {
		margin: 15px 0 15px 15px;
	}

	.discussions-full > div {
		margin-right:15px;
		width:96.5%;
	}
	.discussions.discussions-full > div:after {
		margin-left:86%;
	}

	.page-forum .discussions-author {
		margin-top:20px;
		margin-bottom:10px;
	}

	.discussions-interact > div {
		padding-top:15px;
	}

	.home #teaser {
		height:auto;
	}

	#partnerCarousel {
		padding: 20px 55px;
	}

	#partnerCarousel .carousel-control {
		width:35px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	#header .icons,
	#header .banner {
		display:none;
	}

	#header .icons:last-of-type {
		display:block;
		float:none;
		position:absolute;
		z-index: 999;
		margin:0;
		top:106px;
		left:-24px;
	}
	#header .icons:last-of-type ul li:first-of-type {
		display:none;
	}

	.navbar-inverse .navbar-brand {
		color:#fff;
	}

	.container-fluid > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container > .navbar-header {
		margin:0;
	}

	.container {
		width:auto;
	}

	.breadcrumb li,
	.breadcrumb li a {
		font-size: 16px;
	}

	.topic-teaser .inner-text h2 {
		font-size: 240%;
	}

	.scouts-faces a.img-circle {
		max-width:38px;
		max-height:38px;
	}

	.discussions > div:after  {
		margin-left:70%;
	}
	.discussions.discussions-full > div:after {
		margin-left:76%;
	}

	#discussions > div,
	.discussions > div {
		margin: 15px 0 15px 15px;
	}

	#discussions > div::after,
	.discussions > div::after {
		margin-left: 75%;
	}

	.discussions-full > div {
		margin-right:15px;
		width:95.5%;
	}

	.page-forum .discussions-interact img.img-circle {
		margin-top:-45px;
	}

	.page-forum .discussions-interact ul {
		margin-left:15px;
	}

	.category-header {
		font-size: 16px;
	}

	.page-forum .discussions-author {
		margin-top:20px;
		margin-bottom:10px;
	}

	.discussions-interact > div {
		padding-top:15px;
	}

	.home #teaser {
		height:auto;
	}

	#partnerCarousel {
		padding: 20px 55px;
	}

	#partnerCarousel,
	#partnerCarousel .carousel-inner {
		height:215px;
	}

	.visible-xs-block {
		margin:15px 0;
	}

	#partnerCarousel .carousel-control {
		width:35px;
		height:215px;
		padding-top:51px;
	}

	span.icon-krone {
		/*display:none;*/
	}
	.popover {display: none !important;}

}
/* Portrait tablets */
@media (max-width: 600px) {
	.home #teaser {
		background-position: -100px 0;
	}
	.home #teaser .col-md-8 p {
		margin-left:225px;
	}
	.home #beratung > div {
		font-size: 13px;
		line-height: 22px;
	}
	.discussions > div,
	.discussions-full > div {
		margin-bottom:20px !important;
	}
	.discussions-full > div {
		width:94.5%;
	}
	#answers > div > small,
	.answers > div > small {
		display:block;
		margin:15px 0 0 15px;
	}
	.page-forum .discussions-interact img.img-circle {
		margin-top: -45px;
	}
	.nav-tabs > li:first-of-type {
		margin-left:0;
	}
}

/* Portrait phones */
@media (min-width: 481px) and (max-width: 568px) {

	#content {
		padding-left:0;
	}

	.discussions.discussions-full > div:after {
		margin-left:82%;
	}

	.home #teaser .col-md-8 p {
		margin-top:45px;
	}

	.home #beratung > div {
		font-size: 12px;
		line-height: 20px;
	}

	.home #discussions > div:after  {
		margin-left:68%;
	}

	.discussions-full > div {
		margin-right: 15px;
		width:95.5%;
	}

	.home #answers {
		margin-top:12px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	#header .banner {
		display:none;
	}

	#header .icons:last-of-type {
		display:block;
		float:none;
		position:absolute;
		z-index: 999;
		margin:0;
		top:107px;
		left:-40px;
	}
	#header .icons:last-of-type ul li:first-of-type {
		display:none;
	}

	.socialbuttons {
		display:block;
		float:none;
		margin:-6px 0 12px -4px;
	}

	.social-media-icons {
		-webkit-transform: scale(.85);
		-moz-transform: scale(.85);
		-o-transform: scale(.85);
		-ms-transform: scale(.85);
		transform: scale(.85);
	}

	.navbar-inverse .navbar-brand {
		font-size: 80%;
	}

	.page-forum .socialbuttons {
		text-align: left;
	}

	.offcanvas {
		width:80%;
	}

	.offcanvas ul li a {
		font-size:16px;
	}

	.logo {
		width:90%;
		height:auto;
	}

	.container {
		width:auto;
	}

	#content {
		padding-left:0;
	}

	.gallery > div {
		padding-bottom: 20px;
	}

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

	.source-links a {
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		white-space: nowrap;
		width:100%;
		display:inline-block;
	}

	.topic-teaser .inner,
	.topic-teaser .inner-text {
		position:static;
		height:auto;
	}

	.topic-teaser .inner-text {
		padding:0;
	}

	.topic-teaser .inner-text h2 {
		font-size: 180%;
	}

	a.more-results i {
		margin-left:0;
		margin-right:0;
	}

	.home #discussions > div:after,
	.discussions > div:after {
		margin-left:66%;
	}
	.discussions.discussions-full > div:after {
		margin-left:68%;
	}

	#discussions > div,
	.discussions > div {
		margin: 15px 0 10px 5px;
	}

	.discussions-full > div {
		width:98.2%;
	}

	#discussions small a,
	.discussions small a {
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
		max-width:100px;
		display: inline-block;
		height:19px;
		vertical-align: bottom;
	}

	.category-header {
		font-size: 14px;
	}

	.page-forum .discussions-full {
		margin-right:0;
		margin-left:-5px;
	}

	.page-forum .discussions-interact img.img-circle {
		margin-top: -60px;
	}

	.home #teaser {
		background-position: -355px 0px;
	}

	.home #teaser .col-md-8 p {
		margin-top:65px;
		margin-left:0;
	}

	.home #teaser form p.pull-right {
		font-size: 13px;
	}

	.home #beratung {
		height:auto;
		background-color:#EE9030;
		background-position: 0 0;
	}

	.home .articles .col-xs-6,
	.home #beratung .col-xs-6 {
		display:block;
		width:100%;
	}

	.search-item img {
		display:block;
		float:none !important;
		margin-bottom:10px;
	}
	.search-item p {
		padding-left:0;
	}

	.media-left,
	.media-body {
		display:block;
		width:100%;
	}
	.media-left {
		padding-right:0;
	}
	.media-body {
		margin-top:16px;
	}
	.media-object {
		width:100%;
	}

	#partnerCarousel,
	#partnerCarousel .carousel-inner {
		height:400px;
	}

	#partnerCarousel .carousel-inner .col-xs-6 {
		display:block;
		width:100%;
		margin-bottom:15px;
	}

	#partnerCarousel .visible-xs-block {
		margin:0;
	}

	#partnerCarousel .carousel-control {
		height:400px;
		padding-top:148px;
	}
}

/**
 * ------------------------------------------------------------------------
 * News hacks pic and links
 * ------------------------------------------------------------------------
 */
div#news_pic, 
img#news_pic, 
div#news_pic img {
	float: left !important;
	max-width: 350px;
	margin: 0 15px 5px 0 !important;
	height: auto !important;
}
div#news_pic img {
	float: none !important;
	margin: 0 !important;
}
@media (max-width: 600px) {
	div#news_pic, 
	img#news_pic, 
	div#news_pic img {
		width: 100% !important;
		max-width: 100% !important;
		display: block !important;
		margin-right: 0 !important;
		float: none !important;
	}
}
div#content a {word-wrap: break-word;}
.topics-container img {width: 100%;}
.topics-container h3 a, 
.topic-teaser h2 a {
	color: #fff !important; 
	text-decoration: none !important;
}

/**
 * ------------------------------------------------------------------------
 * Design hacks
 * ------------------------------------------------------------------------
 */
a.break-username {word-wrap: break-word !important;}

/**
 * ------------------------------------------------------------------------
 * External Links hack
 * ------------------------------------------------------------------------
 */
.page-topics-article #content a[target=_blank]:after {
	font-family: 'FontAwesome';
	content: "\f08e" !important;
	padding-left: 5px;
	padding-right: 5px;
}

/**
 * ------------------------------------------------------------------------
 * Products cart
 * ------------------------------------------------------------------------
 */
.cart-amount {
    border: none;
    width: 25px;
    text-align: right;
    padding: 5px 5px;
    margin: 0 8px 0 12px;
}
.add-cart {
    padding: 5px 15px;
    color: #fff;
    background: #FF9B32;
}.add-cart:active {
    background: #ee8c22;
}
.cart-button {
    padding: 5px 15px;
    color: #fff !important;
    background: #FF9B32;
    text-decoration: none !important;
}.cart-button:active {
    background: #ee8c22;
}
#cart_list {display:none; clear:both}
#cart_list_empty {
    padding: 20px 0;
    color: #b0b0b0;
}
#cart_send {
    margin-top: 15px; 
    margin-bottom: 15px; 
    display: none
}
.cart_item {
    display: block;
	border-bottom: 1px solid #6C6E69;
    clear: both;
    padding: 7px 0 !important;
}
.cart_item div.left {width: 70%; display: inline}
.cart_item div.right {width: 30%; display: inline; float: right;}
.cart_item div.left span.product_amount {font-size: 11px; color: #b0b0b0}

/**
 * ------------------------------------------------------------------------
 * Same row height hack
 * @see http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
 * @change David Karich
 * ------------------------------------------------------------------------
 */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
  .important-float-sm {
  	float: left !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/**
 * ------------------------------------------------------------------------
 * Shariff hacks
 * ------------------------------------------------------------------------
 */
.shariff ul {width: 165px !important}
span.share_text {display: none !important}
li.shariff-button {
	width: 45px !important;
	text-align: center;
	color: #fff;
	min-width: 45px !important;
	max-width: 45px !important;
	margin-left: 5px;
	height: 40px !important;
}
li.shariff-button a {height: 40px !important;}
li.shariff-button span.fa {
	color: #fff; 
	font-size: 29px !important; 
	line-height: 42px !important;
}

/**
 * ------------------------------------------------------------------------
 * Downloads
 * ------------------------------------------------------------------------
 */

div.download-thumbs {
	min-height: 200px;
	height: auto !important;
}
a.download-button {
	width: 95%;
}