/*!
RKDSGVO CSS Template File
RKDSGVO ist ein Projekt von REIKEM basierend auf Bootstrap 4.
Alle Rechte vorbehalten. Entwickelt von S. Willig | REIKEM
 */

body {
  padding-top: 65px;
  padding-bottom: 65px;
}
p {
	font-size: 1.25rem;
    font-weight: 400;
}
#accordion ul li {
	font-size: 1.25rem;
	font-weight: 400;
}
a {
	color: #0e74b6 ;
}
a:hover {
	transition: all ease 0.4s;
	text-decoration: none;
	color: #6d83b4;

}
/* Buttons */
.btn-primary {
	background-color:#0e74b6 ;
	border-color: #0e74b6 ;
}
.btn-primary:hover {
	background-color: #0e3a9a;
	border-color: #0e3a9a;
}
.btn-success {
    color: #fff;
    background-color: #28a745!important;
    border-color: #28a745!important;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838!important;
    border-color: #1e7e34!important;
}
p.lhbutton {
	line-height: 50px;
}

.rkbottomborder {
	border-bottom: 5px solid #333;
}
.rktopborder {
	border-top: 5px solid #333;
}
.bg-light {
	background-color: #F5F5F6!important;
}

/* Navbar */
.navbar-light {
	padding: 1rem 1rem;
	background-color: #F5F5F6!important;
}

/* FORMULARE */
input[type=checkbox], input[type=radio] {
	width: 20px;
	height: 20px;
}
.form-check p {
	margin-left: 15px;
}
.registration input, #user-registration input, #member-profile input {
	    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* LOGIN */
.loginwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem 0 1rem;
    margin-top: 1rem;
    list-style: none;
    background-color: #F5F5F6!important;
	border-top: 1px solid #333;
}
.loginwrapper p {
	margin-bottom: 0.5rem;
}


.logoutwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.2rem 1rem 0.4rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.sticky-bottom {
    position: fixed;
    bottom: 74px;
    z-index: 1020;
    width: 100%;
	    display:none;
}

/* FAQ */
#accordion .btn-link {
    font-weight: 400;
    color: #0e74b6 ;
    background-color: transparent;
	font-size: 1.5rem;
	padding: 0;
}
#accordion .btn-link:hover {
	transition: all ease 0.4s;
	text-decoration: none;
	color: #6d83b4;
}


/* Footer */
footer p {
	font-size: 1rem;
	font-weight: 300;
}

@media (min-width: 1200px) {
.modal-lg {
    max-width: 1160px;
}
}

@media (min-width: 992px) {
  body {
    padding-top: 75px;
	padding-bottom: 75px;
  }
}

@media (max-width: 991px) {
	ul.navbar-nav {
	border-top: 5px solid #333;
	margin-top: 10px;
}
ul.navbar-nav li a {
	font-size: 1.4rem;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
ul.navbar-nav li:last-child a{
	border-bottom: 0px;
}
}
