/* poppins-300 - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/poppins-v24-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/poppins-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/poppins-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/poppins-v24-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/poppins-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/poppins-v24-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-regular - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-v24-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/poppins-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/poppins-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/poppins-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/poppins-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/poppins-v24-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-600 - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/poppins-v24-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/poppins-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/poppins-v24-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/poppins-v24-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/poppins-v24-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/poppins-v24-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-700 - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/poppins-v24-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/poppins-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/poppins-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/poppins-v24-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/poppins-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/poppins-v24-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
  }

body {
	font-family: 'Poppins';
	font-weight: 400;
    font-size: 14px;
	color: #1a1a1a;
	margin: 0;
	overflow-x: hidden;
}

.ce-gallery img{
	width: 100%;
	height: auto;
}

.news-img-wrap .data-fancybox img{
	width: 100% !important;
	height: auto !important;
}

a{
	text-decoration: none;
	color: #374d6c;
}

a.link-internal{
	color: #374d6c;
    text-decoration: none;
    border: 2px solid #374d6c;
    border-radius: 15px;
	padding: 5px 15px;
	float: left;
	clear: both;
}

a.link-internal:hover{
	color: #fff;
	background: #243347;
}

.frame-layout-1 a.link-internal{
	color: #fff;
	background: #374d6c;
	border-color: #fff;
	margin: 40px 0;
}

.frame-layout-1 a.link-internal:hover{
	color: #374d6c;
	background: #fff;
}

#inhaltsbereich.sub .frame-rund.frame-layout-1,
#inhaltsbereich.sub .frame-layout-1+.frame-layout-1{
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(55,77,108,1) 70%);
}

.frame-layout-1+.frame-layout-1::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 210px;
	background: url(../images/trenner.svg) center top no-repeat;
	margin-top: -6px;
    z-index: 1;
}

.frame-layout-2{
	/* background: url(../images/hintergrund.jpg); */
	background: #243347;
	position: relative;
	background-size: auto 100%;
}

#inhaltsbereich.sub .frame-layout-2 {
	background: url(../images/hintergrund-flip.jpg);
	background-size: 100% auto;
}

.frame-layout-2::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 140px;
	left: 0;
	bottom: 0;
	background: url(../images/trenner-weiss.svg) center top no-repeat;
}

#inhaltsbereich.sub .frame-layout-2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 140px;
    left: 0;
    bottom: 0;
    background: url(../images/trenner-gespiegelt.svg) center top no-repeat;
}

#inhaltsbereich.sub .frame-layout-2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    top: 0;
    background: url(../images/trenner-weiss-gespiegelt.svg) center top no-repeat;
}

strong {
    font-weight: 600;
}

#oben, #header, #inhaltsbereich, #footer {
    float: left;
    clear: both;
    width: 100%;
}

.symbol {
	display: inline-block;
}

.symbol::before {
	content: "\0040";
}

#inhaltsbereich h1,
#inhaltsbereich h2{
	color: #243347;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
}


#inhaltsbereich.sub h1,
#inhaltsbereich.sub h2{
	font-size: 22px;
}

#inhaltsbereich h3{
	color: #243347;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
}

#inhaltsbereich .frame-layout-2 h1,
#inhaltsbereich .frame-layout-2 h2,
#inhaltsbereich .frame-layout-2 h3{
	color: #fff;
}

#inhaltsbereich h1.farbe,
#inhaltsbereich h2.farbe{
	font-weight: 25px;
}

.frame {
    float: left;
    clear: both;
	width: 100%;
}

#inhaltsbereich > .frame > .rahmen,
#inhaltsbereich > .tx_cn-multicontent > header,
#inhaltsbereich > .tx_cn-multicontent > .cn_multicontent_teaser,
#inhaltsbereich > .tx_cn-multicontent > .tx_cn-columns{
	width: 80%;
    max-width: 1200px;
	margin: 0 auto;
	float: none;
}

/* -- Header -- */
#logo{
	float: left;
	width: auto;
	background: #fff;
	margin-left: 200px;
}

#oben{
	background: rgba(255, 255, 255, 0.6);
	height: 120px;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 10px -5px #000;
}

.hnavi{
	float: right;
	width: auto;
	font-size: 20px;
	list-style-type: none;
	margin: 0 120px 0 0;
}

.hnavi > li{
	float: left;
	padding: 45px 25px 60px 25px;
	margin-right: 2px;
}

.hnavi li:hover,
.hnavi li.act{
	background: #243347;
}

.hnavi li a{
	text-decoration: none;
	color: #243347;
}

.hnavi li:hover a,
.hnavi li.act a{
	color: #fff;
}

#oben.scroll{
	position: fixed;
	background: #fff;
	height: 75px;
}

#oben.scroll #logo,
#oben.scroll #logo .image-embed-item{
	height: 75px;
	width: auto;
}

#oben.scroll > .hnavi li{
	padding: 23px 25px;
}

.hnavi li.ifsub:hover .unavi{
	display: block;
}

.unavi{
	position: absolute;
	font-size: 14px;
	list-style-type: none;
	padding: 30px 0 25px 0;
	column-count: 2;
	background: #1a2433;
	margin-top: 45px;
	margin-left: -165px;
	display: none;
}

.unavi li{
	padding: 0.5em 20px;
}

.unavi li a{
	color: #fff;
}

.unavi li:hover{
	background: #243347;
}

.unavi li.act{
	background: #1a2433;
}

.unavi li::before{
	display: none;
}

.unavi li.act:before{
	display: inline-block;
	content: '»';
	color: #fff;
	margin-left: 0 !important;
}

#oben.scroll .unavi{
	margin-top: 22px;
}

#oben.scroll .unavi li {
    padding: 0.5em 20px;
}
/* -- Mobile Navi -- */
.mob_button {
	position: absolute;
    right: 2%;
    top: 5px;
    z-index: 5;
    margin: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
	display: none;
}

.mob_button span {
	background-color: #000;
	height: 3px;
	left: 7px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 45px;
	transition: all 0.3s ease 0.3s;
}

.mob_button span::after, .mob_button span::before {
	backface-visibility: hidden;
	background-color: #000;
	content: "";
	height: 3px;
	position: absolute;
	transform: translateZ(0px);
	transition: all 0.3s ease 0.3s;
	width: 100%;
	display: block;
}

.mob_button span::before {
	transform: translateY(-12px);
}

.mob_button span::after {
	transform: translateY(12px);
}

.mobnavvisible.mob_button span {
	background-color: transparent;
}

.mobnavvisible.mob_button span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible.mob_button span::after {
	transform: translateY(0px) rotate(45deg);
}
/* -- Mobile Navi -- */
/* -- Headerslider -- */
#header .frame-bildslider{
	margin-top: -120px;
	opacity: 0;
}

#header .ce-gallery,
#header .owl-stage-outer{
	max-height: 960px;
	margin: 0;
}

#header .frame-bildslider .image-embed-item{
	width: 100%;
	height: auto;
}

#header{
	max-height: 960px;
	position: relative;
	overflow: hidden;
	font-size: 20px;
	margin-top: -120px;
	margin-bottom: 110px;
}

#header.sub{
	margin-bottom: 0;
}

#header h2{
	font-weight: 400;
	font-size: 24px;
}

#header .ce-bodytext{
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #fff;
    background: rgb(36 51 71 / 0.6);
    padding: 20px 0 105px;
}

#header.sub .ce-bodytext {
    position: absolute;
    bottom: 200px;
    width: auto;
    text-align: left;
    z-index: 2;
    color: #fff;
    background: none;
    padding: 5px 5px 5px 100px;
    left: 5%;
	filter: brightness(0) invert(1);
	background-size: 85px !important;
}

#header.sub .ce-bodytext h2{
	font-weight: 700;
	font-size: 56px;
	margin: 0;
	text-transform: uppercase;
	margin-top: -10px;
	line-height: 1;
    padding-bottom: 20px;
}

#header.sub p{
	margin: -20px 0 0 0;
}

#header .image-embed-item{
	width: 100%;
	height: auto;
}

#header::after{
	content: '';
    position: absolute;
    width: 100%;
    height: 130px;
	bottom: -1px;
	left: 0;
    z-index: 2;
    background: url(../images/kurve_unten.svg) center bottom no-repeat !important;
}

#header.sub{
	max-height: 700px;
	/* overflow: visible; */
}

#header.sub::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 130px;
	bottom: -5px;
	left: 0;
	z-index: 2;
	background: url(../images/kurve_oben.svg) center bottom no-repeat !important;
}

#header .owl-dots{
	display: block;
    position: absolute;
    z-index: 3;
    bottom: 30px;
    right: calc(50% - 25px);
}

#header button.owl-dot {
    background: 0 0;
    color: inherit;
    padding: 0!important;
    width: 15px;
    border: 3px solid #fff;
    height: 15px;
    margin: 0 5px;
    position: relative;
    outline: none;
}

#header .owl-dot.active{
	background: #fff;
}
/* -- Headerslider -- */
/* -- Header -- */
/* -- Inhaltsbereich -- */

ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

ul li{
	padding-left: 1em;
}

ul li:before{
	content: "\00BB \0020";
	margin-left: -1em;
	width: 1em;
	display: inline-block;
}

.hnavi > li::before,
.frame-icon li::before,
ul.pagination li:before,
#footer ul li:before{
	display: none;
}

#inhaltsbereich .frame-layout-0{
	margin: 20px 0;
}

#inhaltsbereich .tx_cn-multicontent .frame-layout-0{
	margin: 0;
}

#inhaltsbereich.sub .frame-layout-1 .frame-layout-0,
#inhaltsbereich.sub .frame-layout-0+.frame-layout-0,
#inhaltsbereich.sub .frame-layout-0 > .rahmen > .frame-layout-0{
	margin: 0;
}

#inhaltsbereich .frame-layout-1+.frame-layout-1{
	margin-top: -40px;
    margin-bottom: -6px;
}

#inhaltsbereich.sub .frame-layout-1+.frame-layout-1{
	margin: 0;
}

.frame-layout-1{
	background: #374d6c;
	color: #fff;
	position: relative;
}

.frame-layout-1 a{
	color: #fff;
}

.frame-layout-1 .link-mail{
	color: #243347;
	background: #fff;
	padding: 5px 20px;
	border-radius: 15px;
	font-weight: 700;
}

.frame-layout-1 .link-mail:hover{
	font-weight: 400;
	padding: 5px 25px;
}

#inhaltsbereich .frame-layout-1 h2{
	color: #fff;
}

/* -- News Startseite-- */
.frame-layout-1 .news{
	color: #1a0000;
}

.news-list-container .news-img-wrap{
	display: none;
}

.news-list-container .owl-stage-outer{
	padding-top: 30px;
}

.news-list-container h3,
.news-list-container h3 a{
	font-size: 20px;
	font-weight: 400;
	color: #1a0000;
}

.news-list-container .article {
	background: #fff;
	padding: 60px 30px !important;
	position: relative;
}

.news-list-container .news-text{
	margin-bottom: 60px;
	font-size: 16px;
}

.news-list-container a.more{
	text-decoration: none;
	border: 2px solid #374d6c;
	color: #243347;
    border-radius: 15px;
    padding: 5px 15px;
	position: absolute;
    bottom: 16px;
    left: calc(50% - 72.5px);
}

.news-list-container a.more:hover{
	color: #fff;
	background: #243347;
}

.news-list-container .article::before{
	content: '';
    position: absolute;
    background: url(../images/Icons/Info.png) !important;
    background-size: 100% 100% !important;
    left: 10%;
    top: -30px;
    height: 55px;
    width: 46px;
    overflow: visible;
}
/* -- News Startseite-- */
/* -- Icon Gallerie -- */
#inhaltsbereich .frame-icon{
	float: left;
	clear: both;
	width: 100%;
	margin-top: -100px;
}

#inhaltsbereich .frame-icon.frame-layout-2{
	margin-top: 0;
	padding-top: 190px;
	padding-bottom: 250px;
}

#inhaltsbereich .frame-icon.frame-layout-2 > .rahmen{
	width: 90%;
    max-width: 1650px;
}

.frame-icon img{
	float: left;
	transform: scale(1);
	transition: all 0.3s linear;
	width: 195px;
	height: auto;
}

.frame-icon.frame-layout-2 img{
	float: left;
	transform: scale(1);
	transition: all 0.3s linear;
	width: 100%;
}

.frame-icon .rechtsgebiet{
	float: left;
	clear: both;
	text-align: center;
	margin-top: -15px;
    width: 90%;
    padding: 0 5%;
}

.frame-icon a{
	color: #fff;
	font-size: 12px;
	width: 195px;
	height: 155px;
	float: left;
	background: #1a2433;
	margin: 2px;
}

.frame-icon.frame-layout-2 a{
	font-size: 20px;
	width: calc(20% - 4px);
	height: 267px;
	background: rgba(255, 255, 255, 0.1);
}

.frame-icon a:hover img{
	transform: scale(1.2);
}

#inhaltsbereich.sub .frame-icon.frame-layout-0{
	margin-top: 50px;
}
#inhaltsbereich.sub .frame-icon.frame-layout-0 > .rahmen{
	width: 95%;
	max-width: unset;
}

#inhaltsbereich.sub .frame-icon.frame-layout-0 .frame-icon.frame-layout-2::before,
#inhaltsbereich.sub .frame-icon.frame-layout-0 .frame-icon.frame-layout-2::after{
	display: none;
}

#inhaltsbereich.sub .frame-icon.frame-layout-0 .frame-icon.frame-layout-2{
	padding: 40px 0 230px 0;
    margin-bottom: -220px;
}

#inhaltsbereich.sub .frame-icon.frame-layout-0 .frame-icon.frame-layout-2 > .rahmen{
	margin: 0 auto;
}
/* -- Icon Gallerie -- */
/* -- Anwälte -- */

.tx_cn-multicontent.frame-anwalt{
	padding-top: 40px;
}

#inhaltsbereich .frame-anwalt .ce-bodytext h3{
	margin: 0;
}

#inhaltsbereich .frame-anwalt .ce-bodytext p{
	display: none;
}

#inhaltsbereich.sub .frame-anwalt .ce-bodytext p{
	display: block;
}

#inhaltsbereich > .tx_cn-multicontent.frame-anwalt > .tx_cn-columns,
#inhaltsbereich > .tx_cn-multicontent.frame-anwalt > header{
	max-width: 1650px;
	width: 90%;
}

.frame-anwalt ul{
	margin-top: -30px;
	padding-left: 60px;
}

.frame-anwalt .ce-bodytext{
    text-align: center;
    background: #243347;
    position: relative;
    bottom: 45px;
    width: 75%;
    margin: 0 auto;
    padding: 6px 0;
}

.frame.frame-anwalt .ce-bodytext a{
	color: #fff;
    font-size: 18px;
}

.frame-anwalt .ce-bodytext p{
	margin: 0;
}

#inhaltsbereich .frame-anwalt  .frame{
	margin: 0;
}

.frame.frame-anwalt .ce-gallery:hover a::after{
    content: '';
    background: rgba(255, 255, 255, 0.5) url(../images/Icons/lupe.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100px 100px;
}

#inhaltsbereich.sub .frame.frame-anwalt .ce-gallery{
	float: left;
	clear: both;
	width: 100%;
}

#inhaltsbereich.sub .frame.frame-anwalt .ce-gallery:hover a::after{
    content: '';
    background: url(../images/Icons/lupe.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100px 100px;
    border-radius: 50%;
}
#inhaltsbereich.sub .frame.frame-anwalt .ce-gallery:hover img{
	filter: contrast(0.4) brightness(1.4);
}

.frame-anwalt ul li a{
	text-decoration: none;
	color: #1a1a1a;
}

#inhaltsbereich.sub .frame-type-shortcut.frame-anwalt > .rahmen,
#inhaltsbereich.sub .frame-rund.frame-type-shortcut > .rahmen{
	width: 90%;
    max-width: 1650px;
}

#inhaltsbereich.sub .frame-type-shortcut.frame-anwalt .ce-bodytext p {
    display: none;
}

.frame-anwalt.frame-type-shortcut{
	width: 33.3%;
	display: inline-block;
	clear: none;
}
/* -- Anwälte -- */
/* -- rundes Bild -- */

.frame-rund .ce-textpic .ce-row,
.frame-rund .ce-textpic .ce-gallery,
.frame-rund .ce-textpic{
	overflow: visible;
}

#inhaltsbereich.sub .frame-rund .ce-textpic{
	float: left;
}

.frame-rund .ce-gallery .image-embed-item{
	height: auto;
	width: 100%;
	border-radius: 50%;
}

.frame-rund .ce-bodytext{
	width: 80%;
    float: right;
	margin: 0 10%;
    margin-top: -100px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 0;
    border-radius: 15px;
}

.frame-rund.frame-layout-1{
	margin-top: 240px;
}

.frame-rund.frame-layout-1::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 144px;
    background: url(../images/trenner-gespiegelt.svg) center top no-repeat;
    background-size: 100% 100%;
    margin-top: -6px;
    top: -135px;
    left: 50%;
    margin-left: -50vw;
    z-index: 1;
}

.frame-rund.frame-layout-1 .ce-bodytext{
	float: left;
    margin-top: -20px;
	margin-left: calc(50% + 50px);
	color: #1a1a1a;
	text-align: left;
	box-shadow: 0px 0px 20px 1px #585858;
}

#inhaltsbereich .frame-rund.frame-layout-1 .ce-bodytext h3{
	font-weight: 600;
	margin-top: -5px;
}

.frame-rund .ce-bodytext p:first-child{
	padding-left: 25px;
}

.frame-rund .ce-bodytext p:last-child{
	background: #e1e1e1;
}
.frame-rund a{
	color: #1a1a1a;
	padding-left: 25px;
}

.frame-kontakt .frame-rund,
.frame-kontakt .frame-rund p{
	background: none !important;
}

.frame-kontakt .frame-rund .ce-textpic{
	width: 100%;
}

.frame-kontakt .frame-rund .ce-bodytext{
	background: none;
    margin: -50px 0 0 0;
    padding: 0;
    border-radius: unset;
    width: 50%;
    float: right;
}

.frame-kontakt .frame-rund a{
	background: none;
	padding: 0; 
	color: #fff;
}

.frame-kontakt .frame-rund .ce-bodytext a:hover{
	text-decoration: underline;
}

.frame-kontakt .frame-rund .ce-column{
	margin-right: 20px;
}

.frame-layout-1.frame-rund .frame-layout-0.frame-anwalt a{
	background: none;
	padding: 0;
	color: #1a1a1a;
	padding-left: 25px;
	font-size: 14px;
}

.frame-anwalt.frame-layout-0 .ce-bodytext p:nth-last-child(2) a{
	font-weight: 600;
}

.frame-anwalt.frame-layout-0 .ce-bodytext p:nth-last-child(2){
	margin-bottom: 10px;
	margin-top: 7px;
}

.frame-layout-1.frame-rund .frame-layout-0.frame-anwalt p:last-child a{
	color: #1a1a1a;
	padding: 0 41px 0 25px;
	background: #e1e1e1;
}

#inhaltsbereich.sub > .tx_cn-multicontent.frame-rund > .tx_cn-columns{
	max-width: unset;
    width: 90%;
}
/* -- rundes Bild -- */
/* -- News Unterseiten -- */
.news .news-latest-container .article{
	padding: 0;
	box-shadow: 4px 5px 10px -1px #909090;
	margin-bottom: 20px;
}

.news .news-latest-container .article .news-content{
	float: right;
    width: calc(100% - 170px);
}

.news .news-latest-container .article  h3{
	margin-top: 0;
	font-size: 16px;
}

.news .news-latest-container .article a{
	color: #243347;
}

.news .news-latest-container .article .news-img-wrap{
	float: left;
	margin: 0 50px 0 0;
}

.news .article .news-img-wrap a{
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
}

.news .article .news-img-wrap a img{
	border-radius: 0 50% 50% 0;
}

.news .article .news-img-wrap a::after{
	content: '';
	font-size: 24px;
	background:
		rgba(36, 51, 71, 0.6)
		url('../images/Icons/news-info.png') center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
	border-radius: 0 50% 50% 0;
	background-size: 60px;
	display: none;
}

.news .article .news-img-wrap:hover a::after{
	display: block;
}

.news.news-single .article .news-img-wrap a::after,
.news.news-single .article .news-img-wrap:hover a::after{
	display: none;
}

.news.news-single .article .news-img-wrap a img{
	border-radius: 0;
}


ul.f3-widget-paginator li:before,
.page-navigation p:first-child{
	display: none;
}

.news .previous{
	text-indent: -9999px;
	background: url(../images/prev.jpg) left bottom no-repeat !important;
	background-size: 21px 21px !important;
	width: 21px;
	height: 21px;
	margin-top: 8px;
}

.news .last.next{
	text-indent: 9999px;
	background: url(../images/next.jpg) left bottom no-repeat !important;
	background-size: 21px 21px !important;
	width: 21px;
	height: 21px;
	margin-top: 8px;
	overflow: hidden;
}

.news .page-navigation ul li a{
	font-size: 25px;
	color: #b8b8b8;
}

.news .page-navigation ul li.active{
	font-size: 35px;
	color: #243347;
	margin-top: -10px;
}
/* -- News Unterseiten -- */
/* -- Hintergrundbild Rechtsgebiete -- */
.frame-hintergrund{
	display: none;
}
/* -- Hintergrundbild Rechtsgebiete -- */
/* -- Anwälte Kontakt / Download -- */
.frame-kontakt::before{
	content: '';
    position: absolute;
    width: 100vw;
    height: 144px;
    background: url(../images/trenner-gespiegelt.svg) center top no-repeat;
	background-size: 100% 100%;
	margin-top: -6px;
	top: -135px;
	left: 50%;
	margin-left: -50vw;
    z-index: 1;
}

.frame-kontakt{
	margin-top: 275px;
}

.frame-kontakt .col-25 .frame-type-textmedia{
	border-bottom: 1px solid #fff;
	width: fit-content;
}

.frame-kontakt .col-25 .frame-type-textmedia:last-child{
	border-bottom: none;
}

.frame-kontakt li a:hover{
	text-decoration: underline;
}

.frame-kontakt .frame-rund .image-embed-item{
	margin-top: 30px;
	border: 4px solid rgba(255, 255, 255, 0.5);
}

.frame-rund.frame-type-shortcut .frame-anwalt{
	opacity: 0;
}
/* -- Anwälte Kontakt / Download -- */
/* -- Kontaktformular -- */
.frame-formular,
.tx-powermail,
form.powermail_form {
	display: none !important;
}

.frame-layout-1.frame-formular::after{
	display: none;
}

.frame-formular{
	padding-top: 50px;
	padding-bottom: 50px;
}

.frame-formular .powermail_fieldset{
	border: none;
	width: 45%;
	float: left;
	padding: 0;
	margin: 0;
	color: #fff;
}

.frame-formular .powermail_fieldset_3{
	width: 100%;
}

.frame-formular .powermail_fieldset_2{
	margin-right: 10%;
}

.frame-formular .powermail_input{
	width: calc(100% - 20px);
	padding: 10px 10px;
	border-radius: 15px;
	border: 3px solid #9ba6b6;
	margin-bottom: 10px;
}

.frame-formular .powermail_textarea{
	width: calc(100% - 20px);
	padding: 5px 10px;
	border-radius: 15px;
	border: 3px solid #9ba6b6;
	margin-bottom: 10px;
	height: 135px;
}

.frame-formular .tx-powermail ::-webkit-input-placeholder {
	font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
}

.frame-formular .powermail_fieldwrap_type_radio{
	margin-bottom: 10px;
}

.frame-formular .powermail_fieldwrap_type_radio .radio{
	width: 100px;
	display: inline-block;
}

.frame-formular .powermail_submit{
	background: #243347;
    border: 4px solid #2c3d56;
    color: #fff;
    padding: 10px 35px;
    border-radius: 25px;
	margin-top: 20px;
	width: 150px;
	margin-left: calc(50% - 75px);
}

.frame-formular .checkbox label,
.frame-formular .checkbox label a{
	color: #1a1a1a;
}
/* -- Kontaktformular -- */
/* -- Rechtsgebiete Hintergrund -- */
.hintergrund{
	width: 320px;
    height: 320px;
    opacity: 0.1;
    position: absolute;
    right: 5%;
    background-size: 100%;
}
/* -- Rechtsgebiete Hintergrund -- */
/* -- Text 2-spaltig -- */
.frame-spaltig .ce-bodytext{
	column-count: 2;
}

.frame-spaltig .ce-bodytext p{
	margin-top: 0;
}
/* -- Text 2-spaltig -- */
/* -- Textboxen -- */
.frame-box .frame-default{
	width: 33.3%;
	float: left;
	clear: none;
}
/* -- Textboxen -- */
/* -- Vollbreite -- */
#inhaltsbereich .frame-breit > .rahmen{
	width: 90%;
	max-width: unset;
}
/* -- Vollbreite -- */
/* -- Inhaltsbereich -- */

/* -- Footer -- */
#footer{
	color: #fff;
	overflow-x: hidden;
	/*padding-top: 125px;*/
	font-size: 18px;
	/*margin-top: 50px;*/
}

#footer h2{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer .ce-bodytext p:first-child{
	margin-top: 0;
}

#footer .tx_cn-multicontent > .tx_cn-columns{
	width: 80%;
    max-width: 1450px;
	margin: 0 auto;
	float: none;
	position: relative;
	z-index: 2;
}

#footer .tx_cn-multicontent:first-child:before{
	content: '';
    width: 110%;
    height: 420px;
    border-radius: 50%;
    background: #374d6c;
    position: absolute;
    left: -5%;
	top: -125px;
	z-index: 1;
}

#footer .tx_cn-multicontent:first-child{
	background: #374d6c;
	position: relative;
	padding-bottom: 20px;
}

#footer .tx_cn-multicontent:nth-child(2){
	background: #243347;
	z-index: 2;
	position: relative;
}

#footer .tx_cn-multicontent:nth-child(2):before{
    content: '';
    width: 100%;
    height: 180px;
    float: left;
    background: url(../images/trenner-footer.svg) center top no-repeat;
}

/* #footer .tx_cn-multicontent:nth-child(2) .tx_cn-columns{
	max-width: 1100px;
} */

#footer .tx_cn-multicontent:nth-child(2) .row{
	height: 184px;
    width: 100%;
    margin: 0 auto;
    float: left;
	text-align: center;
	margin-bottom: 25px;
}

#footer .tx_cn-multicontent:nth-child(2) .col-25 {
	width: calc(25% - 44px);
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #243347;
	padding: 25px 10px 0 10px;
	text-align: center;
	display: inline-block;
	float: none;
}

#footer .tx_cn-multicontent:nth-child(2) .col-25 > div {
	width: 100% !important;
	margin: 0 0 0 0 !important;
}

#footer .tx_cn-multicontent:first-child .col-33 .ce-bodytext{
	width: 100%;
	margin: 0 auto;
}

#footer .tx_cn-multicontent:first-child .col-33:nth-child(2) .ce-bodytext{
	width: max-content;
	padding: 25px;
	background: rgba(255, 255, 255, 0.1);
	text-align: center;
}

p.hell{
	background: rgba(255, 255, 255, 0.1);
	padding: 5px 15px;
}

#footer .footerinhalt {
	float: left;
	clear: both;
	width: 100%;
}


#footer .footerinhalt > .frame-type-menu_subpages{
	height: 165px;
	/* background: url(../images/trenner-footer_unten.svg) center top no-repeat */
	background: #374d6c;
}

#footer .footerinhalt > .frame-type-menu_subpages ul{
	text-align: center;
	list-style-type: none;
	width: max-content;
	margin: 0 auto;
	margin-top: 100px;
}

#footer .footerinhalt > .frame-type-menu_subpages ul li{
	float: left ;
}

#footer .footerinhalt > .frame-type-menu_subpages ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	padding: 0 15px;
}

#footer .footerinhalt > .frame-type-menu_subpages ul li:first-child a{
	border-right: 1px solid #fff;
	
}

footer li:nth-child(2) {
	padding: 0;
}


/* ==== STARTSEITE ==== */

body.startseite {
    display: flex;
    justify-content: center;
	align-items: center;
	width:100vw;
	height: 100vh;
	background: url(../../../user_upload/anwaelte-sr/Headerbilder/Headerbild-Justicia_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.button-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 40px 20px;
}

.law-button {
    display: flex;
    width: 320px;
    justify-content: center;
	align-items: center;
    border-radius: 12px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.law-button:hover {
    transform: translateY(-4px);
}

/* RMS Button */
.law-button.rms {
    background: #f2f2f2;
    color: #243347;
}

.law-button.rms .text-area .top {
    font-size: 22px;
    letter-spacing: 6px;
    font-weight: 600;
}

.law-button.rms .text-area .middle {
    font-size: 20px;
    font-weight: 700;
}

.law-button.rms .text-area .bottom {
    font-size: 16px;
    color: #666;
}

/* Gattung Button */
.law-button.gattung {
    background: #243347;
    color: #ffffff;
}

.law-button.rms .logo-area img {
    max-width: 60px;
    height: auto;
}


.law-button.gattung .button-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.law-button.gattung .text-area .middle {
    font-size: 22px;
    font-weight: 700;
}

.law-button.gattung .text-area .bottom {
    font-size: 16px;
    opacity: 0.9;
}

/* Inner layout */
.button-inner {
    padding: 40px 20px;
    text-align: center;
}

.text-area span {
    display: block;
    margin: 4px 0;
}

@media (max-width: 699px) {
	.gattung {
		height: 250px;
	}
}