/*

	RA Weigand

*/

:root {

	--farbe-marke:           #018486;  /*  türkis   rgb(  1,166,168)  */

	--header-hoehe-desktop:  90px;
	--header-hoehe-mobil:    150px;

}	

.m-0 { margin: 0 !important; } .m-1 { margin: 15px !important; } .m-2 { margin: 30px !important; } .m-3 { margin: 45px !important; } .m-4 { margin: 60px !important; } .m-5 { margin: 75px !important; }
.m-t-0 { margin-top: 0 !important; } .m-t-1 { margin-top: 15px !important; } .m-t-2 { margin-top: 30px !important; } .m-t-3 { margin-top: 45px !important; } .m-t-4 { margin-top: 60px !important; } .m-t-5 { margin-top: 75px !important; }

.m-b-0 { margin-bottom: 0 !important; } .m-b-1 { margin-bottom: 15px !important; } .m-b-2 { margin-bottom: 30px !important; } .m-b-3 { margin-bottom: 45px !important; } .m-b-4 { margin-bottom: 60px !important; } .m-b-5 { margin-bottom: 75px !important; }

.p-0 { margin: 0 !important; } .p-1 { margin: 15px !important; } .p-2 { margin: 30px !important; } .p-3 { margin: 45px !important; } .p-4 { margin: 60px !important; } .p-5 { margin: 75px !important; }
.p-t-0 { padding-top: 0 !important; } .p-t-1 { padding-top: 15px !important; } .p-t-2 { padding-top: 30px !important; } .p-t-3 { padding-top: 45px !important; } .p-t-4 { padding-top: 60px !important; } .p-t-5 { padding-top: 75px !important; }

.p-b-0 { padding-bottom: 0 !important; } .p-b-1 { padding-bottom: 15px !important; } .p-b-2 { padding-bottom: 30px !important; } .p-b-3 { padding-bottom: 45px !important; } .p-b-4 { padding-bottom: 60px !important; } .p-b-5 { padding-bottom: 75px !important; }

.p-l-0 { padding-left: 0 !important; } .p-l-1 { padding-left: 15px !important; } .p-l-2 { padding-left: 30px !important; } .p-l-3 { padding-left: 45px !important; } .p-l-4 { padding-left: 60px !important; } .p-r-5 { padding-left: 75px !important; }

.p-r-0 { padding-right: 0 !important; } .p-r-1 { padding-right: 15px !important; } .p-r-2 { padding-right: 30px !important; } .p-r-3 { padding-right: 45px !important; } .p-r-4 { padding-right: 60px !important; } .p-r-5 { padding-right: 75px !important; }

.m-l-0 { margin-top: 0 !important; } .m-l-1 { margin-top: 15px !important; } .m-l-2 { margin-top: 30px !important; } .m-l-3 { margin-top: 45px !important; } .m-l-4 { margin-top: 60px !important; } .m-l-5 { margin-top: 75px !important; }

.m-r-0 { margin-bottom: 0 !important; } .m-r-1 { margin-bottom: 15px !important; } .m-r-2 { margin-bottom: 30px !important; } .m-r-3 { margin-bottom: 45px !important; } .m-r-4 { margin-bottom: 60px !important; } .m-r-5 { margin-bottom: 75px !important; }



body, html, #wrapper  {
    height: 100%;
	font-size: 16px;
	font-size: 1.0rem;
	color: #878787;
	background-color: #ffffff;
}
body.popup #wrapper {
	background-color: #018486;
	color: #ffffff;
}
body {
	font-family: 'Open Sans', helvetica, sans-serif !important;
}
body.popup {
	background-color: #018486;
}
body.popup a {
	color: #ffffff;
}

.w3-white, .w3-hover-white:hover {
	color: #878787 !important;
}

a {
	color: #018486;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
.w3-theme-d3 a,
.w3-theme-d2 a,
.w3-theme-d1 a,
.w3-theme a {
	color: #ffffff;
	text-decoration: none;
}

.w3-row.mittig .w3-col {
	float: none;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', helvetica, sans-serif;
}
h1 {
	font-size: 36px;
	transition: all 0.3s;
}
h2 {
	font-size: 28px;
	font-weight: 600;
	transition: all 0.3s;
}
#main h2 {
	margin: 30px 0 16px 0;
	transition: all 0.3s;
}
#main h2:first-child {
	margin: 0 0 16px 0;
	transition: all 0.3s;
}

.w3-padding-64 {
	transition: all 0.3s;
}
.w3-half {
	padding-right: 0;
	padding-left: 15px;
	box-sizing: boder-box;
}
.w3-half:first-of-type {
	padding-left: 0;
	padding-right: 15px;
	box-sizing: boder-box;
}


/*
.startseite #header, .startseite #header .inside  {
    height: 100%;
}
.startseite #header .inside .mod_article:first-child {
	padding-top: 90px;
}
*/



#header {
    height: auto;
}
#header > .inside  {
    height: auto;
	padding-top: var(--header-hoehe-desktop);
	transition: all 0.3s;
}
.standardseite #header > .inside  {
	padding-top: var(--header-hoehe-desktop);
}
#header .inside .mod_article:first-child {
	padding-top: 0;
}
#header .abstand {
/*	height: 50px;  */
	height: 0;
}

.invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#mySidebar {
	z-index: 3;
	width: 320px;
	font-weight: bold;
	display: none;
	right: 0;
}


#main {
	min-height: 350px;
}

.standardseite #footer > .inside{
	padding-top: 64px;
}

#main::after,
#footer::after {
    content: ' ';
    display: block;
    clear: both;
}
#main .inside::after,
#footer .inside::after {
    content: ' ';
    display: block;
    clear: both;
}

#footer .mod_customnav li {
	margin-bottom: 5px;
}

.uploadseite #main {
	background-color: #556666;
	background-color: #888c8c;
}
.uploadseite #main h1, 
.uploadseite #main h2, 
.uploadseite #main p, 
.uploadseite #main ul, 
.uploadseite #main ol,
.uploadseite #main label {
	color: #ffffff;
}
.uploadseite .call-to-action {
	display: none;
}
.uploadseite a {
	color: inherit;
/*	text-decoration: underline;  */
}


#main > .inside {
	padding: 64px 0;
}
.startseite #main > .inside {
	padding: 0;
}
.standardseite #main > .inside {
/*	padding: 40px 15px 64px 15px;  */
	padding: 0 15px 0 15px;
}

#main ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
	padding-right: 15px;
}


#sidebar header {
	height: var(--header-hoehe-desktop);
/*	background-color: rgba(255,255,255,0.95) !important;  */
	border-bottom: 1px solid #e0e0e0;
}
.logobereich {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 80px;
}
.logo {
	background-image:url("/files/_tmpl/Logo_Pierre_3cm.jpg");
	background-repeat:no-repeat;
	background-size:contain;
	text-indent:-999px;
	overflow:hidden;
	position:relative;
	float: left;
	margin: 5px 0 5px 0;
	flex-shrink: 0;
}
a.homelink {
	width: 250px;
	height: 80px;
	display: block;
	transition: all 0.3s;
}
.kopfbild .claim {
	font-size: 18px;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	color: #ffffff;
	position: absolute;
	top: 20px;
	right: 0;
	bottom: auto;
	left: 0;
	text-align: center;
	top: 90px;
	top: 15%;
	transition: all 0.3s;
}
.kopfbild .claim h1 {
	position: relative;
	background-color: rgba(96,96,96,0.8);
	width: auto;
	display: inline-block;
	padding: 10px 30px;
	margin: 0;
	transition: all 0.3s;
}
.logobereich .telefon-button {
	display: flex;
	height: 65px;
	padding: 10px;
	float: left;
	line-height: 1;
/*	border: 1px solid #01a6a8;  */
	margin: 0 10px;
	flex-direction: row;
	justify-content: space-between;
	width: auto;
	align-items: center;
	transition: all 0.3s;
}
.logobereich .telefon-button::before {
	font-family: FontAwesome;
/*	content:" \f2a0";  */
	content:" \f095";
	font-size: 32px;
	font-size: 2rem;
	padding-right: 10px;
	color: #01a6a8;
	transition: all 0.3s;
}
.logobereich .whatsapp-button {
	display: block;
	width: 60px;
	height: 60px;
	padding: 12px;
	float: left;
	line-height: 1;
/*	border: 1px solid #01a6a8;  */
	margin: 0 10px;
	transition: all 0.3s;
	background-image: url(/files/_tmpl/img/Digital_Glyph_Green.svg);
	background-repeat: no-repeat;
	background-size: 36px 36px;
	background-position: center center;
	background-color: transparent;
}
.logobereich .whatsapp-button img {
	display: none;
	height: 100%;
	width: 100%;
	object-fit: contain;
	transition: all 0.3s;
}
.logobereich .whatsapp-button:hover {
	background-image: url(/files/_tmpl/img/Digital_Glyph_White.svg);
	background-repeat: no-repeat;
	background-color: var(--farbe-marke);
	background-size: 42px 42px;
	background-position: center center;
}
.logobereich .whatsapp-button:hover img {
	display: none;
}
.logobereich .telefon-button:hover {
	color: #ffffff;
	background-color: var(--farbe-marke);
}
.logobereich .telefon-button:hover::before {
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.logobereich .telefon-button::before {
		font-size: 32px;
		font-size: 2rem;
	}
}


#sidebar .openbutton {
	position: absolute;
	top: -10px;
	right: 0;
	margin: 18px 10px 0 0;
	font-size: 28px;
	font-size: 1.75rem;
}
#sidebar .closebutton {
	text-align: right;
	padding-right: 30px;
}
@media screen and (min-width: 768px) {
	#sidebar .openbutton {
		font-size: 32px;
		font-size: 2rem;
	}
}
.mod_navigation ul li a, 
.mod_navigation ul li span {
	padding: 15px 30px 15px 30px !important;
}

.mod_article {
	position: relative;
	clear: both;
}
.mod_article:after {
	clear: both;
	display: block;
	content: ' ';
}
/*
#main .mod_article:first-child {
	padding-top: 160px;
	box-sizing: border-box;
}
*/

.kopfbild.mod_article {
	position: relative;
}
.kopfbild {
	min-height: 100%;
	padding-top: 100px;
}
.standardseite .kopfbild {
	padding-top: 0;
}
.kopfbild img {
	width: 100%;
	height: auto;
/*	max-height: 440px;  */
}
.a3 .kopfbild img {
	width: 100%;
	height: auto;
	min-height: 200px;
	object-fit: cover;
}
.a4 .kopfbild img {
	width: 100%;
	height: auto;
	min-height: 150px;
	object-fit: cover;
}

figure {
	margin: 0;
}
.image_container img {
	width: 100%;
	height: auto;
}
.w3-image img {
    max-width: 100%;
    height: auto;
}


.fullscreen {
	min-height: 100%;
}
.bg_radarblitzer {
	background-image: url(/files/bilder/blitzer-502970_1920.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


.standardseite #main h1:first-child {
/*	margin: 0 0 20px 0;  */
	margin: 40px 0 20px 0;
}


#main .mod_newslist h2 {
	margin: 0;
}
#main .mod_newslist p {
	margin: 0;
}
#main .mod_newslist .layout_latest {
	margin: 0 0 30px 0;
}


#main .pagination {
	margin: 50px 0 0 0;
}
#main .pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main .pagination ul li {
	display: inline-block;
}
#main .pagination ul li span.current {
	border: 1px solid #878787;
	padding: 0 6px;
	font-weight: bold;
}
#main .pagination ul li a {
	background-color: #01a6a8;
	border: 1px solid #01a6a8;
	color: #ffffff;
	padding: 0 6px;
}



.facebook-icon {
	color: #3b5998;
}
.googleplus-icon {
	color: #dc5246;
}
.xing-icon {
	color: #046064;
}


/*  ==========  Bewertungen von anwalt.de  ==========  */
	
#widgetAnwaltde {
	border: 2px solid #01a6a8 !important;
}
#widgetAnwaltde .widgetHeadingContainer {
	background-color: #01a6a8 !important;
}
	
/*  ==========  /Bewertungen von anwalt.de  ==========  */




body.startseite2 .box-container {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: stretch;
}
.headerbox {
/*
	position: absolute;
	top: 200px;
	top: 30%;
*/
	width: 40%;
	background-color: #ffffff;
	margin: 0 5%;
	box-sizing: border-box;
	border: 2px solid #01a6a8;
	transition: all 0.3s;
}
.headerbox h6 {
	background-color: #019497;
	background-color: #01a6a8;
	color: #ffffff;
	font-size: 32px;
	font-size: 28px;
	margin: 0;
	padding: 15px 30px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.3s;
}
.headerbox p {
	font-size: 22px;
	margin: 0 30px 30px 30px;
	transition: all 0.3s;
}
.headerbox p:first-of-type {
	margin-top: 30px;
}
.headerbox ul {
	display: block;
	list-style-type: disc;
	margin: 30px;
	padding-left: 20px;
	font-size: 22px;
	transition: all 0.3s;
}
.headerbox.box1 {
	left: 0;
	right: auto;
}
.headerbox.box2 {
	right: 0;
	left: auto;
}



.uploadformular .widget {
	margin: 0 0 15px 0;
}
.uploadformular input.text, 
.uploadformular textarea {
	width: 100%;
	max-width: 520px; 
	padding: 2px 5px;
	font-size: 22px;
}
.uploadformular label {
	display: block;
	font-size: 14px;
}	
.uploadformular input.uploadbutton {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}	
.uploadformular .widget.uploadbutton label {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
	color: #fff !important;
    background-color: #01a6a8 !important;
    background-color: #AF002C !important;
    background-color: #ffa018 !important;
}
.uploadformular .widget.uploadbutton:focus label, 
.uploadformular .widget.uploadbutton label:hover {
    color: #000 !important;
    background-color: #ccc !important;
}
.uploadformular fieldset {
	width: 100%;
	max-width: 520px;
}
.uploadformular legend {
	color: #ffffff;
	padding: 0 5px;
}



.kontaktformular .widget {
	margin: 0 0 15px 0;
}
.kontaktformular input.text, 
.kontaktformular textarea {
	width: 100%;
	max-width: 520px; 
	padding: 2px 5px;
	font-size: 18px;
	background-color: #eeeeee;
	border: none;
}
.kontaktformular select {
	padding: 2px 5px;
	font-size: 18px;
	background-color: #eeeeee;
	border: none;
}
.kontaktformular label {
	display: block;
	font-size: 14px;
}	
.kontaktformular input.uploadbutton {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}	
.kontaktformular button {
    background-color: #AF002C !important;
    background-color: #ffa018 !important;
	color: #ffffff;
	border: none;
	padding: 8px 16px;
	cursor: pointer;
}
.kontaktformular button:hover {
    background-color: #cccccc !important;
	color: #000000;
}
.kontaktformular button:after {
	font-family: FontAwesome;
	content:" \f054";
}
.kontaktformular fieldset {
	width: 100%;
	max-width: 520px;
}
.kontaktformular legend {
	padding: 0 5px;
}



.headerbox a {
	background-color: var(--farbe-marke);
	border: 1px solid var(--farbe-marke);
	padding: 10px 25px;
	color: #ffffff;
}
.headerbox a:hover {
	background-color: #ffffff;
	padding: 10px 25px;
	color: var(--farbe-marke);
}
.headerbox a:after {
	font-family: FontAwesome;
	content:">";
	content:" \f054";
}
.w3-button a:after {
	font-family: FontAwesome;
	content:">";
	content:" \f054";
}

.dunkelrot {
    color: #fff !important;
    background-color: #AF002C !important;
    background-color: #ffa018 !important;
}
.dunkelrot a {
    color: #fff !important;
}
.w3-button a {
    color: inherit;
}
.dunkelgrau {
    color: #fff !important;
    background-color: #556666 !important;
    background-color: #888c8c !important;
}

a.ort:before {
	font-family: FontAwesome;
	content:" \f054\00a0";
}
.telnr {
	font-size: 24px;
}
.telnr a:after {
	font-family: FontAwesome;
	content:">";
	content:" \f054";
}
.uploadbutton label:after {
	font-family: FontAwesome;
	content:" \f054";
}
.uploadseite button {
    background-color: #AF002C !important;
    background-color: #ffa018 !important;
	color: #ffffff;
	border: none;
	padding: 8px 16px;
	cursor: pointer;
}
.uploadseite button:hover {
    background-color: #cccccc !important;
	color: #000000;
}
.uploadseite button:after {
	font-family: FontAwesome;
	content:" \f054";
}

/*  ==========  Slimbox  ==========  */

#mbCenter {
	border-radius: 0;
	background-color: #018486;
	padding: 0;
}
#mbImage {
	padding: 0;
}
#mbBottom {
	background-color: #01a6a8;
	padding: 10px;
	width: 100% !important;
}
.popup #main .inside {
	padding: 40px;
}

.map {
}

/*  ==========  /Slimbox  ==========  */


@media screen and (max-width: 930px) {
	
	.claim {
/*		width: 100%;
		margin: 0;
		text-align: center;  */
	}

}


.w3-button {
	text-transform: uppercase;
}





/*  ==================================================  */

@media screen and (max-width: 960px) {
	
	h1 {
		font-size: 4.5vw;
		transition: all 0.3s;
	}
	h2 {
		font-size: 3.0vw;
		transition: all 0.3s;
	}
	.w3-padding-64 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
		transition: all 0.3s;
	}
	.kopfbild .claim h1 {
		position: relative;
		background-color: rgba(96,96,96,0.8);
		width: auto;
		display: inline-block;
		padding: 10px 30px;
		margin: 0;
		transition: all 0.3s;
	}
	.headerbox {
		width: 45%;
		margin: 0 2%;
		transition: all 0.3s;
	}
	.headerbox h6 {
		font-size: 3.0vw;
		transition: all 0.3s;
	}
	.headerbox p, .headerbox ul {
		font-size: 2.5vw;
		transition: all 0.3s;
	}
	#abschnitt-kontaktdaten h2 {
		font-size: 20px;
		transition: all 0.3s;
	}
	
}



/*  ==================================================  */


#colorbox {
	
}
#cboxContent #main {
	min-height: 0;
}
#cboxContent #main > .inside {
	padding: 0;
}

body.popup #main > .inside {
	padding: 0;
}
.standort {
	font-size: 1.125rem;
	background-color: #018486 !important;
	color: #ffffff;
	box-sizing: border-box;
	padding: 30px;
}
.standort a {
	color: #ffffff;
}
.standort a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 640px) {
	
	#sidebar {
		background-color: #ffffff;
		position: fixed;
		width: 100%;
		height: 130px;
		z-index: 99;
	}
	#sidebar header {
		height: var(--header-hoehe-mobil);
	}
	#header > .inside, 
	.standardseite #header > .inside  {
		padding-top: var(--header-hoehe-mobil);
		transition: all 0.3s;
	}
	.standortseite:not(.popup) #main > .inside {
		padding-top: 120px;
		background-color: #018486 !important;
		color: #ffffff;
		transition: all 0.3s;
	}
	.standortseite:not(.popup) #main a {
		color: inherit;
	}
	.standortseite:not(.popup) #abschnitt-kontaktdaten {
		display: none;
	}
	.standort {
		padding: 30px 0;
	}
	a.homelink {
		width: 200px;
		height: 65px;
		transition: all 0.3s;
	}
	.logobereich {
		display: block;
	}
	.logobereich .telefonfeld {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 15px 0 15px;
		position: absolute;
		top: 75px;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.logobereich .telefon {
		position: relative;
		top: auto;
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
	}
	.logobereich .telefon::before {
		font-size: 28px;
		transition: all 0.3s;
	}
	.w3-xlarge .logobereich .telefon {
		font-size: 20px !important;
		transition: all 0.3s;
	}
	.logobereich .whatsapp::before {
		top: 0;
		line-height: 1;
	}
	.logobereich .telefon::before {
		top: 0;
		line-height: 1;
	}
}


/*  ==================================================  */

@media screen and (max-width: 600px) {
	.w3-half {
		padding-top: 15px;
		padding-left: 0;
		paddingright: 0;
	}
}


@media screen and (max-width: 480px) {
	.startseite #main > .inside {
		padding-left: 0;
		padding-right: 0;
	}
	
	h1 {
		font-size: 24px;
		transition: all 0.3s;
	}
	h2 {
		font-size: 20px;
		transition: all 0.3s;
	}
	.w3-padding-64 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
		transition: all 0.3s;
	}
	.w3-padding-32 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}
	.kopfbild .claim h1 {
		font-size: 4.5vw;
		transition: all 0.3s;
	}
	body.startseite2 .box-container {
		display: block;
		flex-direction: row;
		justify-content: space-around;
		align-items: stretch;
		transition: all 0.3s;
	}
	.headerbox {
		width: 90%;
		margin: 5%;
		transition: all 0.3s;
	}
	.headerbox.box1 {
		margin-top: 0;
		transition: all 0.3s;
	}
	.headerbox.box2 {
		margin-bottom: 0;
		transition: all 0.3s;
	}
	.headerbox h6 {
		font-size: 4.5vw;
		transition: all 0.3s;
	}
	.headerbox p, .headerbox ul {
		font-size: 4.0vw;
		transition: all 0.3s;
	}
	#abschnitt-calltoaction h2 {
		font-size: 4.0vw;
		transition: all 0.3s;
	}
	#abschnitt-kontaktdaten .w3-third {
		margin-bottom: 35px;
		transition: all 0.3s;
	}
	#abschnitt-kontaktdaten .w3-third:last-child {
		margin-bottom: 0;
		transition: all 0.3s;
	}
	#abschnitt-kontaktdaten h2 {
		font-size: 20px;
		transition: all 0.3s;
	}
	
	#footer .mod_article.links {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
		transition: all 0.3s;
	}
	#footer .mod_article.links .w3-third {
		margin-bottom: 25px;
		transition: all 0.3s;
	}
	#footer .mod_article.links .w3-third:last-child {
		margin-bottom: 0;
		transition: all 0.3s;
	}

	.map {
		width: 100%;
		margin: 0 0 25px 0;
	}

	
}

#widgetAnwaltde {
	margin: 0 auto;
}


.cookiebar {
    background-color: rgba(64,64,64,0.85);
    z-index: 999;
    top: 240px;
}
@media screen and (max-width: 480px) {
	.cookiebar {
		top: 0;
	}
}
.cookiebar__button {
    background-color: #01a6a8;
    color: #ffffff;
    margin: 10px;
}
.cookiebar__button:hover {
    background-color: #01a6a8;
    opacity: 0.8;
}
