.page-header{
  display: none;
}
.sp-default-logo.d-none.d-lg-block{
  display: none;
}

body {
	font-weight: 500;
}

p {
    margin: 0 0 20px;
}

.h1, h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.h2, h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.h3, h3 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600 !important;
}

h2 small{
  color:#fff;
}


/**
Menü fix
*/

#sp-header > .container > .row{
  display: flex;
  justify-content: space-between;
}

#sp-menu ul.sp-megamenu-parent {
  
}
#sp-menu #offcanvas-toggler{
  display: none;
}

@media (max-width:991px){
  #sp-menu ul.sp-megamenu-parent {
  display: none;
}
#sp-menu #offcanvas-toggler{
  display: block;
}
  #sp-position1{
  display: none;
    
  }
}
/**
END Menü fix
*/

.sppb-btn-success {
    color: #333;
    background-color: #d2d2d2;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
    width: 60%;
    font-size: 20px;
    /*margin-top: 30px;*/
}

.sppb-btn-success:hover, .sppb-btn-success:focus {
    background-color: #fff;
    border: none !important;
    color: #d2d2d2;
    box-shadow: none;
}

.sppb-divider {
    border-bottom-width: 3px !important;
    border-bottom-color: #8d8d8d !important;
    width: 35px !important;
    margin: 30px auto 40px auto !important;
}

a {
    color: #333;
}

a:hover {
    color: #8d8d8d;
}

.scrollup {
    border: 1px solid #333;
}

.sppb-addon-divider-wrap{
  text-align:center;
}


img {
    width: 100%;
}
/*================================
			Header
================================*/
#offcanvas-toggler >i {
    color: #fff;
    text-shadow: 1px 1px 4px #000;
}

#offcanvas-toggler {
    line-height: 70px;
}

#sp-header {
    background-color: #222222;
    box-shadow: none;
    color: #fff;
    height: 70px;
}


#sp-header .logo {
    height: 70px;
}

#sp-heade a {
    color: #fff;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    border-right: 1px solid #fff;
    line-height: 20px;
    margin: 25px 0px;
    color: #fff;
    font-weight: 600 !important;
    font-size: 14px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    line-height: 20px;
    margin: 5px 0px;
    color: #fff;
    font-weight: 600 !important;
    font-size: 14px;
    text-transform: uppercase;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    background: transparent;
    color: #d2d2d2;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: 255px !important;
}

.sp-megamenu-parent > li.active > a {
    color: #fff;
    font-weight: bold;
}

.sp-megamenu-parent > li:hover > a {
    color: #d2d2d2;
    font-weight: bold;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: rgba(38,35,35,0.6);
    box-shadow: none;
    padding: 5px;
}

#sp-top-bar {
    display: none;
}

.ajax-search {
    padding-top: 18px;
    float: left;
}

.ajax-search input[type="search"] {
    background: #fff !important;
    float: right !important;
    border-radius: 0px;
    color: #333;
}

.ajax-search input[type="search"]:focus {
  	border: none;
  	box-shadow: none;
}

.ajax-search .results-box {
    border: 0px !important;
}

.ajax-search .pull-left {
    float: right !important;
}

.btn-group > .btn:first-child {
    background: transparent;
    font-size: 16px;
}

.ajax-search .btn:hover {
    color: #d2d2d2;
}

/*================================
			Home
================================*/

/*.home-slider {
	top: -70px;
}*/

.sppb-item.sppb-item-has-bg>img {
    max-height: 600px;
    background-position: center;
    background-size: contain !important;
}

#sppb-carousel1 .sppb-col-sm-6 {
    max-width: 60%;
    margin-left: 25%;
   	text-align: center;
}

#sppb-carousel1 .sppb-col-sm-6 h1 {
   text-align: center;
}

#sppb-carousel1 .sppb-col-sm-6 p {
    font-weight: bold;
    color: #d2d2d2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    /*font-size: 19px;
	line-height: 27px;*/
}

.sppb-carousel-arrow .fa-chevron-left, .sppb-carousel-arrow .fa-chevron-right {
    font-size: 35px;
}

.sppb-carousel-indicators li, .sppb-carousel-indicators .active {
    width: 15px;
    height: 15px;
}

.sppb-carousel-indicators .active {
    margin: 1px;
    }

.sppb-addon-overlayer {
    background-color: rgba(38, 35, 35, 0.15) !important;
    z-index: 1;
}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    z-index: 1;
}

.ersteinschaetzung {
	/*top: -70px;*/
	background-color: #8d8d8d;
}

.ersteinschaetzung h3 {
	color: #fff;
	padding-top: 5px !important;
}

.sppb-btn-custom {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0px;
    font-weight: 500;
    padding: 7px 20px;
}

.sppb-btn-custom:hover, .sppb-btn-custom:focus {
    background-color: #fff !important;
    color: #8d8d8d !important;
    border: 2px solid #fff;
    box-shadow: none;
}

.unterschrift {
    max-width: 280px;
    padding-top: 20px;
}

.schwerpunkte {
	background-color: #d2d2d2;
	padding-top: 70px !important;
}

.schwerpunkte .sppb-btn-custom {
    background-color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    color: #8d8d8d;
    border: 2px solid #fff;
    border-radius: 0px;
    font-weight: 500;
    padding: 7px 20px;
    margin-top: 60px;
	margin-bottom: 45px;
}

.schwerpunkte .sppb-btn-custom:hover, .schwerpunkte .sppb-btn-custom:focus {
    background-color: #fff !important;
    color: #d2d2d2 !important;
    border: 2px solid #fff;
    box-shadow: none;
}

.rechtsgebiet h3 {
	font-size: 18px;
	padding-bottom: 10px;
	text-transform: uppercase !important;
}

.rechtsgebiete {
	padding-top: 15px;
}

.sppb-icon-inner {
    height: 55px !important;
}

.sppb-icon-inner i {
    line-height: 45px !important;
}

/*Kontakt*/

.kontakt {
	padding-top: 45px !important;
}

.kontakt img {
	padding-top: 5px;
}

.creativecontactform_title, .creativecontactform_pre_text, .creativecontactform_header {
	display: none;
}

.creativecontactform_wrapper {
    border: none !important;
    box-shadow: none !important;
}

.creative_field_box_wrapper_0 .creativecontactform_field_box_inner {
    width: 95% !important;
}

.creativecontactform_input_element, .creativecontactform_input_element.closed:hover {
    border-color: #d2d2d2 !important;
    box-shadow: none !important;
}

.creativecontactform_field_required {
    color: #8d8d8d !important;
}

.creative_label_txt_wrapper, .creative_checkbox_label_wrapper, .creativecontactform_wrapper .answer_name label {
    font-weight: bold !important;
    color: #333 !important;
    font-size: 15px !important;
}

.creativecontactform_wrapper p {
    color: #333 !important;
}

.creativecontactform_wrapper p a {
    color: #333 !important;
    font-weight: bold !important;
}

.creativecontactform_wrapper p a:hover {
    color: #8d8d8d !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.creativecontactform_wrapper input.creativecontactform_send, .creativecontactform_wrapper input.creativecontactform_send_new {
   font-size: 18px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 0px !important;
    font-weight: 500 !important;
    padding: 7px 20px !important; 
}

.creativecontactform_wrapper input.creativecontactform_send, .creativecontactform_wrapper input.creativecontactform_send_new {
    font-size: 18px !important;
    text-transform: uppercase !important;
    border: 2px solid #8d8d8d !important;
    border-radius: 0px !important;
    font-weight: 500 !important;
    padding: 8px 20px !important;
    background: #fff !important;
    color: #8d8d8d !important;
    box-shadow: none !important;
    text-shadow: none !important;
    float: left !important;
    margin-top: 10px !important;
}

.creativecontactform_wrapper input.creativecontactform_send:hover, .creativecontactform_wrapper input.creativecontactform_send_new:hover {
    background: #8d8d8d !important;
    color: #fff !important;
}

/*================================
			Über mich
================================*/

.ueber-mich h3 {
	text-transform: uppercase !important;
}

.sppb-addon.sppb-addon-timeline {
	padding-bottom: 90px;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title {
    font-size: 16px;
    margin: 0 0 0px;
    line-height: 20px;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
	margin-top: 4%;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    padding: 5px !important;
    border: solid 2px #d2d2d2;
    border-radius: 0px;
    width: 90%;
    margin-top: 7%;
    text-align: left;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel::before {
    top: 7%;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part::before {
    top: 40%;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement {
    padding-bottom: 0px;
}

/*================================
			Rechtsgebiete
================================*/

.sppb-addon-single-image-container, .sppb-carousel-inner > .sppb-item > a > img, .sppb-carousel-inner > .sppb-item > img, .sppb-img-responsive {
    width: 100%;
}

.rechtsgebiet h1 {
	position: absolute;
	top: 50%;
  left: 0;
	width: 100%;
	z-index: 1;
}

.rechtsfaelle h3 {
	line-height: 35px;
	margin-bottom: 50px !important;
}

.rechtliche-probleme {
	background-color: #d2d2d2;
	padding: 20px 0px;
	margin-top: 50px !important;
}

.rechtliche-probleme h3.sppb-addon-title {
	text-transform: uppercase !important;
	padding-top: 5px !important;
}

.rechtliche-probleme i.fa.fa-angle-right {
    float: right;
    padding-top: 2px;
    padding-left: 10px;
}

.rechtliche-probleme .sppb-btn-custom {
	color: #333 !important;
	border: 2px solid #333 !important;
}

.rechtliche-probleme .sppb-btn-custom:hover {
	color: #8d8d8d !important;
	border: 2px solid #fff !important;
}

.uebersicht-rechtsgebiete {
    padding-bottom: 60px !important;
}

.uebersicht-rechtsgebiete .rechtsgebiet h3 {
    color: #8d8d8d;
    margin: 40px 0px 20px 0px !important;
}

.uebersicht-rechtsgebiete .nav > li {
    display: inline-block;
    width: 20%;
    margin-bottom: 10px;
}

.uebersicht-rechtsgebiete .nav > li.current a {
    color: #8d8d8d;
}

.uebersicht-rechtsgebiete .nav > li a {
    padding: 10px 0px;
    text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.uebersicht-rechtsgebiete .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

/*================================
			Kontakt
================================*/

.kontaktseite {
    padding-top: 10px;
}

.kontaktseite img {
    border-radius: 100%;
    padding-top: 5px;
    padding-bottom: 15px;
}

.rechtsanwalt {
	color: #8d8d8d;
	font-size: 15px;
	text-transform: uppercase;
	padding-top: 5px;
	line-height: 19px;
}

.kontaktseite .sppb-btn-custom {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #8d8d8d;
    border: 2px solid #8d8d8d;
    border-radius: 0px;
    font-weight: 500;
    padding: 7px 20px;
    margin-top: 15px;
}

/*/*================================
            Footer
================================*/

#sp-bottom, #sp-bottom a {
    background-color: #8d8d8d;
    padding: 0px 0px;
    color: #fff;
    font-size: 15px;
    line-height: 29px;
}

#sp-bottom a:hover{
    color: #d2d2d2;
}

#sp-bottom h3.sppb-addon-title {
    text-transform: uppercase !important;
    color: #fff;
    text-align: left;
}

#sp-bottom .sppb-divider {
    border-bottom-color: #fff !important;
    margin: 15px auto 15px auto !important;
    float: left;
}

#sp-bottom label {
    margin-bottom: 0px;
    width: 60px;
}

.sp-module ul > li {
    border-bottom: 1px solid #d2d2d2;
    width: 240px;
    margin-bottom: 5px;
}

.sp-module ul > li > a::before {
    display: none;
}

#sp-bottom iframe, svg {
    padding-top: 5px;
}

/*================================
            Credits
================================*/

#sp-footer {
    background: #d2d2d2;
    color: #8d8d8d;
}

#sp-footer a {
    color: #8d8d8d;
}

#sp-footer a:hover {
    color: #fff;
}


.mouse {
  display: block;
  margin: 0 auto;
  width: 23px;
  height: 40px;
  border-radius: 13px;
  border: 2px solid $color;
  position: absolute;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  
.mouse-inner {
    display: block;
    margin: 6px auto;
    width: 3px;
    height: 7px;
    border-radius: 100%;
    background: $color;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
  }
}

.sp-default-logo.d-block.d-lg-none{
  display: block !important;
}