/*!
 * VFT - Verband für Fassadentechnik
 * Template based on bootstrap4
 * Developed by S. Willig | REIKEM // (c)2018. All rights reserved.
 */

body {
  padding-top: 103px;
  font-family: Arial, sans-serif;
}

/* Farben und Hintergruende */
.bg-grau {
	background-color: #e8ebf1;
}
a {
	color: #5488b8;
}
a:hover {
	color: #436c93;
	transition: all ease 0.4s;
	text-decoration: none;
}

/* Menue und Navigation */
.navbar {
	padding: 2rem 1rem;
	-webkit-box-shadow: 0px 4px 9px 0px rgba(179,179,179,1);
    -moz-box-shadow: 0px 4px 9px 0px rgba(179,179,179,1);
    box-shadow: 0px 4px 9px 0px rgba(179,179,179,1);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
	font-weight: bold;
	font-size: .9rem;
	border-top: 5px solid transparent;
	margin-right: 8px;
	text-transform: uppercase;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0,0,0,1);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    border-top: 5px solid #5488b8;
}
.navbar-light .navbar-nav li.active a {

    border-top: 5px solid #5488b8;
}

/* Header und Frontpage */
.business-header {
	min-height: 300px;
	background: #9bb2d4;
	border-top: 1px solid #9bb2d4;
	padding: 2rem 0;
}
.hinweis {
	border-bottom: 1px solid #d9d9d9;
    background: #e8ebf1;
}

/* Buttons */
.btn-primary {
	color: #fff;
    background-color: rgba(51,122,183,1);
    border-color: rgba(46,109,164,1);
}
.btn-primary:hover {
	color: #fff;
	background-color: rgba(51,122,183,.7);
    border-color: rgba(46,109,164,.7);
}
.detailsbutton {float: right;}

/* Sonstiges */
.card {
  height: 100%;
}
ul.sidebarmenu  {
	list-style: none;
	padding-left: 0;
}
.sidebarmenu li {
    border-bottom: 1px solid #ccc;
    width: 100%;
	list-style: none;
	padding: 5px 0 5px 2px;
}
.sidebarmenu li.active {
    border-bottom: 2px solid #436c93;
}
.sidebarmenu li.active a {
    font-weight: bold;
	color: #436c93;
}

.container .row .col-sm-9 h3 {
	font-size: 1.25rem;
}

/*TABELLEN*/
table.sachverstaendige tr {
	vertical-align: baseline;
}

/* Formulare */
.form-group .row label {
	font-weight: bold;
}
/* Footer */
footer {
	border-top: 1px solid #d9d9d9;
}
footer a {
	color: #363636;
}
footer a:hover {
	color: #727272;
	transition: all ease 0.4s;
	text-decoration: none;
}
footer ul.footermenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul.footermenu li {
	display: inline;
	padding: 5px 10px;
}
footer ul.footermenu li a {
    color: #363636;
}
footer ul.footermenu li a:hover {
    color: #5e5e5e;
	text-decoration: none;
	transition: all ease 0.4s;
}
footer ul.footermenu li.active a {
	color: #5488b8;
}

/* FORUM */
.pagination ul {
	list-style: none;
	display: inline-flex;
}
.pagination ul li {
	padding: 0 10px;
}

.pagination ul, #ktopicsform ul {
	margin-left: 0!important;
	padding-left: 0 !important;
}

textarea.markItUpEditor, input.span12 {
	width: 100%!important;
}
 .control-group#kpost-topicicons {
	 margin-top: 20px;
	 margin-bottom: 20px;
 }
/*Login / Logut*/
.loggedin {
	position: relative;
	right:0;
	margin-bottom: 0;
	clear:both;
}
