/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #000;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #3d703a;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
	opacity:0.8;
}

.logo a:hover,
.logo a:active,
.logo a:focus {
    outline: none;
    text-decoration: none;
	opacity:1;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px auto;
	hyphens:auto;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #ffffff;
    color: #3d703a;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
    border: 2px solid #3d703a;
}

.back-to-top i {
    padding-top: 10px;
    color: #3d703a;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #3d703a;
    border-top: 6px solid #3d703a;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 150px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
    transform: skew(0deg,-2deg);
    top:-40px;
    position: fixed;
    padding:0;
}
#header.fixed-top{
    top:-40px;
    padding-top:60px;
}
#header > .container{
    max-width: 1400px;
}
#header> div {
    transform: skew(0deg,2deg);
}

#header .logo img {
    padding: 0;
    margin: 0;
    transition: all 0.5s;
    max-height: 140px;
}

.main-pages {
    margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    position: relative;
    background: url("../img/intro-bg.jpg") center bottom no-repeat;
    background-size: cover;
    padding: 350px 0;
}
.version2 #intro{
	padding: 250px 0;
}
#intro::after, #intro::before{
    width: 0px;
    height: 0px;
    content:"";
    position: absolute;
    bottom:0;
    -webkit-transform:rotate(360deg);
    border-style: solid;
}

#intro::before{
    border-width: 175px 0 0 50vw;
    border-color: transparent transparent transparent #fff;
    left:0;
}

#intro::after{
    border-width: 0 0 175px 50vw;
    border-color: transparent transparent #fff transparent;
    right:0;
}

#intro .intro-info {
    width: 50%;
    margin-left: 40%;
}

#intro .intro-info h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-align: left
}

#intro .intro-info h2 span {
    padding: 20px;
    margin-bottom: 10px;
    display: inline-block;
}
.text-shadow{
    text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}

#intro .intro-info h2 span.text-red {
    background-color: #ff0000;
}
.goToContent{
    font-weight: 700;
    font-size: 30px;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 400px;
}
.goToContent *{
    display: block;
    margin: 20px auto 0;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

nav,
nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav > ul > li {
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

.main-nav{
    padding-top:10px;
}
.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 0px;
    margin: 0 10px;
    transition: 0.3s;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
}

#header .imprint{
    padding-top:6px;
    color:#fff;
}

#header .imprint a{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.5s;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    border-bottom: 1px solid #fff;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(7, 112, 75, 0.8);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav li{
    display: block;
    float: none;
}
.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #fff;
    text-decoration: underline;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 35px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #fff;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(7, 112, 75, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/* Sections Header
--------------------------------*/
section{
    padding:40px 0;
}

.section-header {
    text-align: center;
}

.section-header h2 {
    font-size: 46px;
    padding: 20px 0;
    margin-bottom: 0;
}

.section-header h3 {
    font-size: 36px;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 40px;
}

.section-header p {
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    color: #333;
    font-size:20px
}
.section-header p.last {
	padding-bottom: 0;
}
.section-header .over-headline{
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-header .over-headline + h2{
    padding-top: 10px;
}

/* Section with background
--------------------------------*/

.section-bg {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#386d39+0,bed055+100 */
    background: #386d39; /* Old browsers */
    background: -moz-linear-gradient(left,  #386d39 0%, #bed055 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #386d39 0%,#bed055 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #386d39 0%,#bed055 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386d39', endColorstr='#bed055',GradientType=1 ); /* IE6-9 */
    padding:40px 0;
}
.section-bg .section-header p, .section-bg .section-header h2{
    color:#fff;
}

/* Contact Section
--------------------------------*/
#anfrage{
    padding-bottom: 0;
}
.btn.showAnfrage{
    padding:15px 30px;
    font-size:24px;
}
.btn.showAnfrage:hover{
   color:#fff;
   opacity:0.8;
}
form .col-lg-6{
    margin-right:4%;
    max-width:48%;
}
form .col-lg-6 + .col-lg-6{
    margin-right:0;
}

.form-control-container input, .form-control-container textarea{
    border:1px solid #cccccc;    
    background:#fff;
    box-shadow:0 8px 15px 0 rgba(0,0,0,0.3);
    height:50px;
    font-size:28px;
    line-height:50px
}
.form-control-container textarea{
    height:auto;
}
form .hinweis > div{
    background:#3d703a;
    color:#fff;
    padding: 10px;
}
form .btn.btn-send {
   color: #fff;
}

form .btn.btn-send:hover {
    opacity:0.8;
    color:#fff;
}
.custom-file-label::after {
    content:"Durchsuchen...";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
}

#footer .footer-top {
    padding: 60px 0 0 0;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #386d39;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    opacity: 0.8;
}

#footer .footer-top h4 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-align: left;
    text-transform: none;
    padding-bottom: 10px;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .copyright {
    padding-top: 30px;
    float: left;
    display: block;
    color: #386d39;
    color:#fff;
}
footer a{
    color:#fff;
    text-decoration: underline;
}
.footer-logo{
	max-width:80%;
}

/*--------------------------------------------------------------
# Custom Section
--------------------------------------------------------------*/
.rechtliches {
	margin-top: 170px;
}
.rechtliches h1, .rechtliches h2, .rechtliches h3, .rechtliches h4{
	text-align:left;
}	

.only-mobile{
	display:none;
}

.text-bigger{
	font-size:1.5rem;
	color: #07704b;
	margin-top:40px;
}

section .container {
    margin: 40px auto;
}

#header .container {
    position: relative;
}

section#intro .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.card-header {
    padding: 0;
}

.btn {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border:none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#386d39+0,bed055+100 */
    background: #386d39; /* Old browsers */
    background: -moz-linear-gradient(left,  #386d39 0%, #bed055 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #386d39 0%,#bed055 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #386d39 0%,#bed055 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386d39', endColorstr='#bed055',GradientType=1 ); /* IE6-9 */
}
.btn-link {
    background:#9db84e;
    font-size:46px;
    color:#fff;
    display: block;
    width: 100%;
    transition: all .15s ease-in-out;

}
.btn-link.collapsed{
    background:#fff;
    font-size:42px;
    color:#9db84e;
    display: block;
    width: 100%;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color:#fff;
}
.btn-link.collapsed:hover,.btn-link.collapsed:focus{
    background:#9db84e;
    color:#fff;
}
.accordion .btn-link.collapsed:hover .fa-chevron-circle-right,
.accordion .btn-link.collapsed:focus .fa-chevron-circle-right{
    color:#fff;
    transform: translateY(-50%) rotate(90deg);
}


.accordion .btn-link .fa-chevron-circle-right {
    color: #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all .15s ease-in-out;
}

.accordion .btn-link.collapsed .fa-chevron-circle-right {
    color: #9db84e;
    transform: translateY(-50%) rotate(0);
    transition: all .15s ease-in-out;
}

.card-header h5 {
    position: relative;
}

.accordion {
    width: 100%;
    margin-bottom: 30px;
}

.accordion .card {
    background-color: #fff;
}

.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#footer .imprint {
    padding-top: 30px;
    float: right;
    display: block;
    color: #fff;
}

#status {
    color: red;
}
#status.success {
    color: green;
}

.lb-number{
	display:none !important;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 1241px) and (max-width: 1525px) {
    #intro .intro-info h2 {
        font-size: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1240px) {
    #intro .intro-info h2 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
	.only-mobile{
		display:block;
	}
	.no-mobile{
		display:none;
    }
    #header.fixed-top{
        padding-top: 50px;
    }
    #header .logo {
        max-height: 90px;
        margin-left: 0;
        max-width:70%;
    }

    #header .logo img {
        max-height: 90px;
    }

    #intro {
        padding: 200px 0;
    }

    #intro .intro-img {
        width: 100%;
        float: none;
        margin: 0 auto 25px auto;
    }

    #intro .intro-info {
        width: 100%;
        float: none;
        margin: auto;
        text-align: center;
    }

    #intro .intro-info h2 {
        font-size: 50px;
        text-align: center;
    }

    #intro .intro-info h2 span {
        padding: 0 20px;

    }
    .goToContent{
        bottom:20px;
    }
    .goToContent img{
        max-height:100px;
    }

    .section-header h2 {
        font-size: 50px;
        padding: 30px 0;
    }
    .btn-link.collapsed{
        font-size: 30px;
    }
    .accordion .card {
        margin: 0;
    }


	.btn-link {
		font-size: 20px;
    }
    
    .form-control-container input, .form-control-container textarea{
        font-size:20px;
    }
    .input-group.form-control-container, form .btn.btn-send{
        margin-right: 0;
        max-width: 100%;
    }
    form .btn.btn-send{
        padding: 20px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

@media (max-width: 767px) {
    .mobile-nav-toggle{
        margin-right: 10px;
    }
    #header{
        height: 110px;
    }
    #intro{
        padding: 80px 0 40px;
    }
    #intro::after, #intro::before{
        display: none;
    }
    #intro .intro-info {
        width: 100%;
    }

    #intro .intro-info h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .goToContent{
        display:none;
    }
    .section-header h2 {
        font-size: 40px;
    }
#einleitung{
    padding:0;
}
.version2 #klage{
    padding:0;
}
#rechtsgebiete .container{
    margin-bottom:0;
}
    .section-header p {
        width: 100%;
    }
    .accordion{
        margin-left: 10px;
        margin-right: 10px;
    }
    .btn-link.collapsed {
        font-size: 22px;
    }
	.section-header h3 {
		font-size: 24px;
	}
	.btn-link {
		padding:15px 20px 15px 60px;
		font-size:18px;
		hyphens:auto;
	}
	.btn-link::after {
		display:none;
	}
	.btn-link i {
		font-size:34px !important;
	}
	#footer, #footer .footer-top h4{
		text-align:center;
	}
	#footer .copyright {
		float:none;
	}
	#footer .imprint {
		float:none;
		width:100%;
		display:block;
		text-align:center;
    }
    form.p-5 {
        padding: 0 !important;
    }
    form .col-lg-6{
        margin-right: 0;
        max-width: 100%;
    }
}

/* Anpassung Musterklage */
.musterklage{
	margin-top:40px;
	display:block;
	padding-left:20%;
	font-size:18px;
	text-transform:none;
	text-align:left;
	position:relative;
}
.musterklage::before{
	content:"";
	position:absolute;
	left:0;
	top:20px;
	bottom:20px;
	display:inline-block;
	width:20%;
	background:url('/img/icon-musterklage.png') center center / contain no-repeat;
}
.musterklage strong{
	text-transform:uppercase;
	font-size:28px;
}
.musterklage:hover{
	color:#fff;
	opacity:0.8;
}
.anlagen{
	margin-top:40px;
	display:block;
	padding-left:20%;
	font-size:18px;
	text-transform:none;
	text-align:left;
	position:relative;
}
.anlage a{padding-top:10px;padding-bottom:10px;}
.anlagen::before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	bottom:10px;
	display:inline-block;
	width:20%;
	background:url('/img/icon-musterklage.png') center center / contain no-repeat;
}
.anlagen strong{
	text-transform:uppercase;
	font-size:28px;
}
.anlagen:hover{
	color:#fff;
	opacity:0.8;
}
.btn.anwalt.showAnfrage{
	margin-top:40px;
	display:block;
	padding-left:20%;
	text-transform:uppercase;
	font-size:46px;
	text-align:left;
	position:relative;
	background: linear-gradient(to right, #083562 0%,#0056b3 100%);
}
.anwalt::before{
	content:"";
	position:absolute;
	left:0;
	top:20px;
	bottom:20px;
	display:inline-block;
	width:20%;
	background:url('/img/icon-waage.png') center center / contain no-repeat;
}
.btn.download{
	display:block;
	padding-left:60px;
	text-transform:uppercase;
	font-size:24px;
	text-align:left;
	position:relative;
	background: linear-gradient(to right, #083562 0%,#0056b3 100%);
}
.btn.download:hover{
	color: #fff;
    opacity: 0.8;
}
.btn.download::before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	bottom:10px;
	display:inline-block;
	width:50px;
	background:url('/img/file.svg') center center / contain no-repeat;
}
.version2 #footer .footer-top .social-links a{
	display:block;
	width: auto;
    height: auto;
	text-align:left;
	background:none;
	padding:0;
	font-size: 14px;
	color:#fff;
}
.version2 #footer .footer-top .social-links a:not(:last-child){
	margin-bottom:10px;
}
.version2 #footer .footer-top .social-links a i{
	width: 36px;
    height: 36px;
	text-align: center;
	background: #fff;
	padding: 8px 0;
	font-size: 18px;
	vertical-align:middle;
	color:#386d39;
}
.version2 .accordion .btn-link{
	padding-left: 70px;
    font-size: 34px;
    text-align:left;

}
.version2 .btn-floating{
	display:inline-block;
	margin-right:20px;
	margin-top:10px;
}
.version2 .btn-floating:last-child{
	margin-right:0;
}
.version2 .btn-floating span{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 0;
	position: relative;
	font-size: 30px;
	padding:10px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	vertical-align: bottom;
	border: 0;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
	font-weight: 500;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .15s ease-in-out;
	background:#ffffff;
	vertical-align: middle;
}
.version2 .btn-floating i{
	transition: color .15s ease-in-out;
}
.version2 .btn-floating em{
	display: inline-block;
	color:#000;
	vertical-align: middle;
}

.version2 .btn-floating.facebook i{
	color: #3B5998;
}
.version2 .btn-floating.facebook:hover span{
	background: #3B5998;
}
.version2 .btn-floating.facebook:hover i{
	color: #fff;
}

.version2 .btn-floating.instagram i{
	color: #c32aa3;
}
.version2 .btn-floating.instagram:hover span{
	background: #c32aa3;
}
.version2 .btn-floating.instagram:hover i{
	color: #fff;
}

.version2 .btn-floating.telegram i{
	color: #0088cc;
}
.version2 .btn-floating.telegram:hover span{
	background: #0088cc;
}
.version2 .btn-floating.telegram:hover i{
	color: #fff;
}

.version2 .btn-floating.youtube i{
	color: #ff0000;
}
.version2 .btn-floating.youtube:hover span{
	background: #ff0000;
}
.version2 .btn-floating.youtube:hover i{
	color: #fff;
}
.version2 .custom-control-label{
    hyphens: auto;
}
.footer-socials a{
	text-decoration:none;
}

@media (max-width: 991px) {
	
	.btn.anwalt.showAnfrage{
		padding-left:100px;
		text-align:center;
		font-size:36px;
	}
	.btn.anwalt.showAnfrage::before{
		top: 10px;
		bottom: 10px;
		left:10px;
		width:80px;
	}
	
	.musterklage{
		padding-left:100px;
		font-size: 22px;
		text-align:center;
	}
	.musterklage::before{
		top: 10px;
		bottom: 10px;
		left:10px;
		width:80px;
	}
	.musterklage strong{
		font-size:30px;
	}
    .version2 .accordion .btn-link{
        font-size: 24px;
    }
}

@media (max-width: 767px) {
	.version2 #intro {
	  padding: 80px 0 40px;
	}
	
	.btn.anwalt.showAnfrage{
		padding:10px;
		text-align:center;
		font-size:30px;
	}
	.btn.anwalt.showAnfrage::before{
		display:block;
		position:relative;
		top: auto;
		bottom: auto;
		left:auto;
		width:100px;
		height:60px;
		margin:0 auto;
	}
	
	.musterklage{
		padding:10px;
		font-size: 20px;
		text-align:center;
	}
	.musterklage::before{
		display:block;
		position:relative;
		top: auto;
		bottom: auto;
		left:auto;
		width:80px;
		height:40px;
		margin:0 auto;
	}
	.musterklage strong{
		font-size:24px;
	}
	
	.accordion .btn{
		text-align:left;
	}

    .version2 .btn-floating{
        display: block;
    }

    .version2 #kontaktanfrageKlage{
        padding: 0 !important;
    }

    .version2 #kontaktanfrageKlage .container{
        padding: 0 ;
    }
}

.version2 #intro.soon::before,
.version2 #intro.soon::after{
    display:none;
}

.version2 #intro.soon{
    padding: 150px 0;
}

.version2 .confirmation-buttons a{
    min-height: 50px;
    min-width: 80px;
    justify-content: center;
}
.video-fluid {
    width: 100%;
    max-width: 100%;
    height: auto;
  }