/* CSS Document */

@import url("fonts.css");

* {
  font-family: 'Open Sans', sans-serif;
}
body{
	overflow-y: scroll;
}
.display-3 {
  font-size: 3.7rem;
}
h2.display-3 {
  font-size: 2.7rem;
  margin-bottom: 30px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: -15px;
}
.pl20 {
  padding-left: 20px;
}
.p0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
}
/*--Header--*/
.head {
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
}
.logo {
  width: 200px;
}
hr {
  border: 1px solid black;
  margin-bottom: 50px;
}
/*--Header Ende--*/
/*--Sidebar--*/
.sidebar {
  padding-right: 0 !important;
}
.sidebar a {
  color: #000000;
  border-bottom: 1px solid black;
}
a.tel {
  color: rgba(0, 0, 0, 1.00);
  border: none;
  font-weight: 600;
}
a.tel:hover {
  color: #fff;
}
.kontakt {
  background: #ef51a9;
  color: #fff;
  text-align: center;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  padding: 60px 15px;
  z-index: 999;
}
.kontakt p {
  font-size: 15px;
}
.nav {
  margin-bottom: 115px;
}
ul.dropdown-menu {
  min-width: 100%;
  border: none;
  margin: -0.875rem 0 0;
}
ul.dropdown-menu.show {
  transform: translate3d(0px, 55px, 0px);
}
ul.dropdown-menu li {
  height: 41px;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f8f9fa;
}
ul.dropdown-menu{
    position: relative !important;
    transform: translate3d(0px, 39px, 0px) !important;
    top: -24px !important;
    left: 0px !important;
    will-change: transform !important;
    margin-bottom: 5px !important;
	display: block;
}

/*--Sidebar Ende--*/
/*--Main Content--*/
#profil-bild {
  float: left;
  width: 35%;
  margin-right: 25px;
}
.signatur {
  float: right;
}
.imprint a {
  color: rgba(0, 0, 0, 1.00);
  text-decoration: underline;
}
.imprint a:hover {
  text-decoration: underline;
}
.imprint h1 {
  color: #ef51a9;
  font-size: 2.2rem;
}
.imprint h2 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 15px;
}
.privacy h1 {
  color: #ef51a9;
  font-size: 2.2rem;
}
.privacy h2 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 15px;
}
.privacy h3 {
  font-weight: 600;
  font-size: 1.2rem;
}
/*--Carousel--*/
.carousel {
  min-height: 400px;
}
.carousel-control-prev, .carousel-control-next {
  width: 5%;
}
.carousel-indicators li {
  background-color: #ef51a9 !important;
}
/*--Carousel Ende--*/
/*--Formular--*/
.form-control {
  border-radius: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ef51a9;
  outline: 0;
  box-shadow: none;
}
.btn {
  border-radius: 0;
}
.btn-outline-secondary {
  border-color: #ef51a9;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ef51a9;
  border-color: rgba(0, 0, 0, 0.00);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ef51a9;
}
.form-inline .form-control {
  width: 100%;
}
.form-inline label {
  justify-content: flex-start;
  padding: 0;
}
.form-group {
  margin-bottom: 0.5rem;
}
.form-check {
  padding-left: 1.4rem;
}
.form-check a, .form-check label {
  font-size: 0.8rem;
  display: inline-block;
}
/*--Formular Ende--*/
/*--Main Content Ende--*/
/*--Footer--*/
footer a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #ef51a9;
}
footer {
  height: 15vh;
  align-items: center;
  justify-content: flex-end;
}
/*--Footer Ende--*/







/*--Media Queries--*/
/*(max-width:375px)*/
@media screen and (max-width:414px) {
	.mln15{
		margin-left:-15px;
	}
	.pl20 {
    padding-left: 20px;
    margin-right: 0;
  }
  .display-3 {
    font-size: 2.5rem;
  }
  .carousel {
    min-height: 0;
  }
	.carousel-indicators{
		bottom:-55px;
	}
	.signatur{
		margin-top:55px;
	}
	.form-inline .form-control {
    width: 100%;
    margin-left: -15px;
}
}
@media screen and (max-width:992px) {
  .head {
    padding-top: 60px;
  }
  .row {
    margin: 0;
  }
  .logo {
    margin-left: 20px;
  }
  .sidebar {
    padding: 0;
  }
  ul.nav {
    padding-right: 0;
    margin-bottom: 0;
  }
  .kontakt {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    border-radius: 0;
    height: 50px;
    padding: 0;
  }
  .main {
    margin-top: 50px;
  }
  #profil-bild {
    float: none;
    width: 100%;
	  margin-bottom:1rem;
  }
  .profil-unterschrift {
    margin-left: 0px;
    float: none;
  }
  .form-group {
    padding-bottom: 5px;
  }
  .form-inline label {
    justify-content: flex-start;
    padding-left: 0px;
    padding-bottom: 5px;
  }
	.form-inline .form-control {
    width: 100%;
    margin-left: -15px;
}
	.btn-outline-secondary{
	margin-left: -15px;
	}
}
@media screen and (max-width:991px) {
	footer {
    justify-content: flex-start;
}
}
@media screen and (min-width: 992px) and (max-width:1200px) {
  .kontakt {
    margin-top: -38px;
  }
}
/*-- Media Queries Ende --*/