@media (min-width: 1200px) {
	.header .container { max-width: 1120px; }
	.banner-section .container { max-width: 1120px; }
}

@media (min-width: 992px) and (max-width: 1199px){
	/* header */
	.navbar .navbar-nav .nav-item { margin: 0 7px; }
	/* header */

	/* home page */
	.banner-section .banner-content { padding-right: 30px; }
	/* home page */

	/* unsere-anwälte page */
	.our-lawyers-section { padding: 50px 0 75px; }
	/* unsere-anwälte page */
}

@media (min-width: 992px) {
	.container { max-width: 910px; }
    .navbar {
        max-width: 625px;
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px){
	header{background:#007161;}
	h1 { font-size: 55px; line-height: 70px; }
	h2 { font-size: 55px; line-height: 70px; }
	.paragraph-large { font-size: 22px; line-height: 35px; }

	/* header */
	.navbar .navbar-brand { padding: 15px; }
	.navbar .navbar-nav .nav-item { margin: 0 7px; }
	/* header */

	/* home page */
	.banner-section { height: auto !important; }
	.banner-section > .row { height: auto; }
	.banner-section > .row > * { height: auto; }
	.banner-section .banner-main-image { height: 500px; }
	.banner-section .banner-description { height: auto; }
	.banner-section .banner-sub-title { background: var(--bs-007161); padding: 10px 30px; }
	.banner-section .banner-title { float: right; }
	.banner-section .banner-title * { padding: 20px; }
	.banner-section .banner-title h1 { margin: 0; max-width: 850px; }
	.banner-section .banner-title h2 { margin-left: 0; }
	.banner-section .banner-main-title { position: absolute; right: 0; top: 175px; }
	.banner-section .banner-content { padding: 30px 30px 20px; margin-right: 0; margin-left: auto; }

	.achieve-goal-section { padding: 70px 0; }
	.talk-to-us-section { padding: 70px 0; }
	.our-services-section { padding: 100px 0; }
	.our-services-section .section-title.extra-space * { margin-bottom: 50px; }
	.international-services-section { padding: 70px 0; }
	.international-block .section-title * { margin-bottom: 50px; }
	.international-services-section .international-block { padding-bottom: 50px; }
	.achieve-goal-section .achieve-goal-description > .row { margin: 0 -15px; }
	.achieve-goal-section .achieve-goal-description > .row > * { padding: 0 15px; }
	/* home page */

	/* expertise page */
	.banner-section.inner-banner-section .banner-description,
	.banner-section.inner-banner-section .banner-content { padding: 0; background: transparent; }
	/* expertise page */

	/* your-lawyer-contact page */
	.labor-law-section { padding: 60px 0; }
	.your-lawyer-contact-section { margin: 0 0 35px; }
	.our-employment-section { padding: 60px 0; }
	/* your-lawyer-contact page */

	/* unsere-anwälte page */
	.our-lawyers-section { padding: 50px 0; }
	.our-lawyers-list-items { padding-bottom: 25px; }
	.our-lawyers-list-items ul li { font-size: 16px; line-height: 25px; margin: 0 6px 10px; }
	.our-lawyers-list-items ul li a { padding: 5px 12px; }
	.our-lawyers-profile-block .lawyers-profile-title { margin-left: 0; margin-top: 35px; }
	.about-lawyers-section { padding: 35px 0; margin-bottom: 35px; }
	.about-lawyers-section .about-lawyers-detail .detail p { margin-bottom: 20px; }
	.our-lawyers-profile-block .lawyers-profile-title h3 { padding: 20px 15px; }
	/* unsere-anwälte page */

	/* team page */
	.team-section .team-list > .row { margin: 0 -20px; }
	.team-section .team-list > .row > * { padding: 0 20px; }
	.team-block { height: calc(100% - 40px); margin-bottom: 40px; }
	.team-block .team-image { height: 275px; }
	.team-block .team-detail { height: calc(100% - 275px); }
	/* team page */

	/* footer */
	.f-top { padding: 35px 0; }
	.f-bottom { padding: 35px 0 50px; }
	/* footer */
}
@media (min-width: 1024px) {
    .img-small { display:none; }

}

@media (max-width: 1023px) {
    .img-large {
        display: none;
    }
}
@media (max-width: 767px) {
 	h1 { font-size: 40px; line-height: 51px; }
	h2 { font-size: 40px; line-height: 51px; }
	h3 { font-size: 35px; line-height: 42px; }
	h4 { font-size: 30px; line-height: 38px; }
	h5 { font-size: 25px; line-height: 33px; }
	h6 { font-size: 22px; line-height: 30px; }
	.paragraph-large { font-size: 22px; line-height: 35px; }
	body { font-size: 16px; line-height: 20px; }
	.container-fluid,
	.container { padding-left: 30px; padding-right: 30px; }

	/* header */
	.header { position: relative; left: auto; right: auto; top: auto; background: var(--bs-007161); }
	.navbar .navbar-brand { padding: 15px; }
	.navbar .navbar-nav { width: 100%; }
	.navbar .navbar-nav .nav-item { margin: 0; border-bottom: 1px solid var(--bs-ffffff80); }
	.navbar .navbar-nav .nav-item:first-child { border-top: 1px solid var(--bs-ffffff80); }

	.navbar .navbar-collapse { position: fixed; left: 0; right: 0; bottom: 100%;
		display: flex !important; flex-direction: column; align-items: flex-start; justify-content: space-between; width: 100%;
		height: calc(100% - 90px); overflow: auto; background: var(--bs-007161); padding: 35px 0; z-index: 999; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; -ms-transition: 0.4s; -o-transition: 0.4s; }
	/* .header.h-stick .navbar .navbar-collapse { height: calc(100% - 65px); } */
	.navbar .navbar-collapse.show { bottom: 0; }
	/* .navbar .navbar-nav .nav-item { margin: 0 0 20px; } */
	.navbar .navbar-nav .nav-item .nav-link { font-size: 20px; line-height: 24px; padding: 18px 34px; position: relative; display: flex; align-items: center; justify-content: space-between; }
	.navbar .navbar-nav .nav-item .nav-link:after { position: relative; content: "->"; display: inline-flex; }

	.header .h-privacy-lang { padding: 0 34px; margin-top: 25px;margin-bottom:0; }
	.header .h-privacy-lang .h-privacy-policy { padding-bottom: 20px; }
	.header .h-languages ul { padding: 8px 22px; }
	.header .h-languages ul li { font-size: 18px; line-height: 24px; border-width: 3px; }
	/* header */

	.banner-section.home-banner-section .banner-title{
		display: flex;
		flex-flow: column;
		align-items: flex-end;
	}
	.banner-section .banner-title h2{overflow:hidden;}

	/* home page */
	.banner-section { height: auto !important; }
	.banner-section .banner-main-image { height: 485px; }
	.banner-section .banner-description { height: auto; }
	.banner-section .banner-sub-title { background: var(--bs-007161); padding: 10px 30px; }
	.banner-section .banner-title { float: right; }
	.banner-section .banner-title * { padding: 20px; }
	.banner-section .banner-title h1 { margin: 0; max-width: 350px; float: right; }
    .banner-section .banner-title.gesellschaftsrecht h1 { font-size:35px; }
	.banner-section .banner-title h2 { font-size: 30px; line-height: 38px; margin-left: 0; }
    .banner-section .banner-sub-title.gesellschaftsrecht h3 span { font-size:27px; }
	.banner-section .banner-main-title { position: absolute; right: 0; top: 250px; display: flex; flex-wrap: wrap; flex-direction: column; }
	.banner-section .banner-content { padding: 30px 30px 20px; margin-right: 0; margin-left: auto; }

	.achieve-goal-section { padding: 50px 0; }
	.talk-to-us-section { padding: 50px 0; }
	.our-services-section { padding: 70px 0; }
	.our-services-section .section-title.extra-space * { margin-bottom: 50px; }
	.international-services-section { padding: 50px 0; }
	.international-block .section-title * { margin-bottom: 50px; }
	.international-services-section .international-block { padding-bottom: 50px; }
	.achieve-goal-section .achieve-goal-description > .row { margin: 0 -15px; }
	.achieve-goal-section .achieve-goal-description > .row > * { padding: 0 15px; }
	.achieve-goal-section .achieve-goal-detail ul li { margin-bottom: 30px; }
	/* home page */

	/* expertise page */
	.banner-section.inner-banner-section .banner-description,
	.banner-section.inner-banner-section .banner-content { padding: 0; background: transparent; }
	/* expertise page */

	/* your-lawyer-contact */
	.labor-law-section { padding: 50px 0; }
	.your-lawyer-contact-section { margin: 0 0 35px; }
	.our-employment-section { padding: 50px 0; }
	.business-success-section .section-title { word-wrap: break-word; }
	/* your-lawyer-contact */

	/* unsere-anwälte page */
	.our-lawyers-section { padding: 50px 0; }
	.our-lawyers-list-items { padding-bottom: 25px; }
	.our-lawyers-list-items ul li { font-size: 16px; line-height: 25px; margin: 0 6px 10px; }
	.our-lawyers-list-items ul li a { padding: 5px 12px; }
	.our-lawyers-profile-block .lawyers-profile-title { margin-left: 0; margin-top: 35px; }
	.about-lawyers-section { padding: 35px 0; margin-bottom: 35px; }
	.about-lawyers-section .about-lawyers-detail .detail p { margin-bottom: 20px; }
	.our-lawyers-profile-block .lawyers-profile-title h3 { padding: 20px 15px; }
	/* unsere-anwälte page */

	/* team page */
	.team-section .team-list > .row { margin: 0 -15px; }
	.team-section .team-list > .row > * { padding: 0 15px; }
	.team-block { height: calc(100% - 30px); margin-bottom: 30px; }
	/* .team-block .team-image { height: 275px; }
	.team-block .team-detail { height: calc(100% - 275px); } */
	/* team page */

	/* footer */
	.f-top { padding: 35px 0; }
	.f-bottom { padding: 35px 0 50px; }
	.f-contact-block .f-right { text-align: left; padding-top: 50px; }
	.f-bottom .f-content { flex-direction: column-reverse; align-items: flex-start; }
	.f-bottom .f-privacy-policy { padding-bottom: 20px; }
	/* footer */

	.navbar .navbar-brand img{width: 130px;}


	.banner-section .banner-title h1{background: transparent;padding: 0;display: block;overflow: hidden;}
	.banner-section .banner-title h1 span{display:inline-block;padding: 10px 15px;margin: 0;background: #007161;line-height: 40px;}
	.banner-section .banner-title h2{background: #007161;display: block;padding: 10px 15px;font-size: 32px;margin: 0;line-height:40px;}
	.talk-to-us-section .talk-link br,.talk-to-us-section .talk-to-us-detail .detail p br{display: block;}
	.f-privacy-policy ul{flex-flow: column;justify-content: flex-start;align-items: flex-start;}
	.f-privacy-policy ul li{margin: 0 0 5px;padding: 0;}

	.banner-section.inner-banner-section .banner-sub-title,
	.banner-section.inner-banner-section .banner-sub-title h3{background: transparent;padding: 0;}
	.banner-section.inner-banner-section .banner-sub-title h3 span{display:inline-block;padding: 10px 20px;margin: 0;background: #007161;line-height: 30px;}
	.banner-section.inner-banner-section .banner-title h1{display:inline-block;padding: 10px 15px;background: #007161;line-height: 45px;margin: 15px 0 0;word-break: break-word;}

	.about-lawyers-section .about-lawyers-detail .detail p,.business-success-content p,.typography-block p,
	.lawyers-profile-inner-detail p,.labor-law-detail p,.our-services-main-detail p{font-size: 16px;line-height: 30px;}
	.your-lawyer-contact-section .your-lawyer-contact-list{max-width: 100%;}
	.our-employment-section{background: #fff !important;padding: 0 0 15px;}
	.paragraph-large{font-size: 16px;line-height: 24px;}
	.custom-list-items li{font-size: 16px;line-height: 26px;margin: 0 0 10px;}
	.lawyers-profile-inner-detail li{font-size: 16px;line-height: 26px;}

	.typography-block li{font-size: 16px;line-height: 26px;}
	.typography-section .typography-block a{word-break: break-word;}
	.our-lawyers-profile-block .lawyers-profile-title{padding: 0 !important;}
	.our-lawyers-profile-block .lawyers-profile-title h3{font-size: 32px;}
	.our-lawyers-profile-block .lawyers-profile-title h6{font-size: 20px;}
}

/*---------- Small Mobile , IPhone Start ----------*/

@media (min-width: 240px) and (max-width: 575px){
	/* home page */
	.banner-section .banner-title * { padding: 20px 15px; }
	/* .banner-section.home-banner-section .banner-main-title { top: 290px; } */
	.banner-section.home-banner-section .banner-main-title { top: 275px; }
	.banner-section .banner-sub-title { text-align: right; max-width: 325px; }
	.banner-section .banner-sub-title * { font-size: 28px; line-height: 38px; }
	.banner-section .banner-sub-title br { display: none; }
	/* home page */

	/* expertise page */
	.banner-section.inner-banner-section .banner-main-title { top: 200px; }
	/* expertise page */

	/* unsere-anwälte page */
	.our-lawyers-profile-block .our-lawyers-profile-image { position: relative; padding: 0 15px; }
	.our-lawyers-profile-block .our-lawyers-profile-image .lawyers-profile-arrow { position: absolute; top: 50%; z-index: 9; text-decoration: none; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; color: var(--bs-000000); font-size: 22px; line-height: 22px; background: var(--bs-ffffff); box-shadow: 0 0 15px rgba(0, 0, 0, 0.52); transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
	.our-lawyers-profile-block .our-lawyers-profile-image .lawyers-profile-arrow:before { position: relative; content: ""; display: inline-flex; }
	.our-lawyers-profile-block .our-lawyers-profile-image .lawyers-profile-arrow.prev-page:before { content: "\f104"; font-family: 'fasolid900'; }
	.our-lawyers-profile-block .our-lawyers-profile-image .lawyers-profile-arrow.next-page:before { content: "\f105"; font-family: 'fasolid900'; }
	.our-lawyers-profile-block .our-lawyers-profile-image .lawyers-profile-arrow:hover { color: var(--bs-ffffff); background: var(--bs-007161); }
	.our-lawyers-profile-block .our-lawyers-profile-image .lawyers-profile-arrow.prev-page { left: 0; }
	.our-lawyers-profile-block .our-lawyers-profile-image .lawyers-profile-arrow.next-page { right: 0; }
	.our-lawyers-profile-block .lawyers-profile-title { margin-top: -75px; padding: 0 30px; position: relative; }
	.our-lawyers-profile-block .lawyers-profile-title h3 { display: block; }
	.our-lawyers-profile-block .lawyers-profile-title h6 { line-height: 33px; }
	.our-lawyers-profile-block .our-lawyers-profile-detail .lawyers-profile-inner-detail p { margin-bottom: 15px; }
	/* unsere-anwälte page */
}

@media (max-width: 374px) {
	.container-fluid,
	.container { padding-left: 15px; padding-right: 15px; }
	h1 { font-size: 32px; line-height: 38px; }
	h2 { font-size: 32px; line-height: 38px; }
	h3 { font-size: 28px; line-height: 38px; }
	h4 { font-size: 25px; line-height: 33px; }
	h5 { font-size: 22px; line-height: 30px; }
	h6 { font-size: 20px; line-height: 28px; }
	.section-title { margin-bottom: 30px; }
	.our-services-section .section-title.extra-space * { margin-bottom: 30px; }
	.paragraph-medium { font-size: 16px; line-height: 22px; }
	.paragraph-large { font-size: 18px; line-height: 25px; }

	/* header */
	.navbar .navbar-nav .nav-item .nav-link { padding: 15px; }
	.header .h-privacy-lang { padding: 0 15px; }
	.header .h-languages ul li { font-size: 22px; line-height: 22px; }
	/* header */

	/* home page */
	.banner-section.home-banner-section .banner-main-title { top: 290px; }
	/* .banner-section.home-banner-section .banner-title { top: 275px; } */
	.banner-section.inner-banner-section .banner-main-title { top: 225px; }
	.banner-section .banner-title h1 { max-width:290px;font-size: 25px;line-height: 34px;}
	.banner-section .banner-title h2 { font-size: 25px; line-height: 33px; }
	.banner-section .banner-sub-title { text-align: right; max-width: 285px; }
	/* .banner-section .banner-sub-title * { font-size: 30px; line-height: 38px; } */
    .banner-section .banner-sub-title * { font-size: 25px; line-height: 33px; }
	.banner-section .banner-content { padding: 30px 15px; }
	.achieve-goal-section { padding: 35px 0; }
	.talk-to-us-section { padding: 35px 0; }
	.talk-to-us-section .talk-to-us-detail .detail { margin-bottom: 30px; }
	.our-services-section { padding: 35px 0; }
	.our-services-block .services-detail { padding: 20px 15px; }
	.our-services-section .our-services-main-detail { margin-bottom: 35px; }
	.international-services-section { padding: 35px 0; }
	.international-block .section-title * { margin-bottom: 30px; }
	.international-services-section .international-block { padding-bottom: 30px; }
	/* home page */

	/* unsere-anwälte page */
	.our-lawyers-profile-block .our-lawyers-profile-image { padding: 0; }
	.our-lawyers-profile-block .our-lawyers-profile-image .lawyers-profile-arrow { font-size: 18px; line-height: 18px; width: 42px; height: 42px; }
	.our-lawyers-profile-block .lawyers-profile-title { padding: 0 15px; }
	/* unsere-anwälte page */

	/* footer */
	.f-contact-block .f-right { padding-top: 30px; }
	.f-logo { margin-bottom: 20px; }
	.f-bottom { padding: 35px 0; text-align: center; }
	.f-bottom ul { justify-content: center; flex-direction: column; }
	.f-bottom ul li { padding: 7px 0 !important; }
	.f-bottom ul li:before { display: none; }
	.f-bottom ul li:first-child { padding-top: 0 !important; }
	.f-bottom ul li:last-child { padding-bottom: 0 !important; }
	.f-bottom .f-content { align-items: center; }
	/* footer */
}
/*---------- Large Desktop , Large Screen End ----------*/
@media (min-width: 1575px) {
    .navbar {
        max-width: 62%;
    }
}
