Description: Theme fuer Brinkmann_Dewert in Essen - CSS3
Customer URI: https://bdp-essen.de
Author: Ralph Segert
Version: 02/2016
Last Update: 04/2022
Author URI: https://segert.net


 @font-face {
  font-family: 'Rubik-Light';
  font-display: swap;
  src: url("https://bdp-essen.de/fonts/Rubik-Light.woff") format("woff"); }
  
@font-face {
  font-family: 'Ubuntu-Light';
  font-display: swap;
  src: url("https://bdp-essen.de/fonts/Ubuntu-Light.woff") format("woff"); }
  
@font-face {
  font-family: 'Ubuntu-Regular';
  font-display: swap;
  src: url("https://bdp-essen.de/fonts/Ubuntu-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Ubuntu-Medium';
  font-display: swap;
  src: url("https://bdp-essen.de/fonts/Ubuntu-Medium.woff") format("woff"); }

 @font-face {
  font-family: 'Ubuntu-RegularItalic';
  font-display: swap;
  src: url("https://bdp-essen.de/fonts/Ubuntu-RegularItalic.woff") format("woff"); }  
  
 @font-face {
  font-family: 'Ubuntu-RegularItalic';
  font-display: swap;
  src: url("https://bdp-essen.de/fonts/Ubuntu-RegularItalic.woff") format("woff"); }
  
 @font-face {
  font-family: 'Ubuntu-LightItalic';
  font-display: swap;
  src: url("https://bdp-essen.de/fonts/Ubuntu-LightItalic.woff") format("woff"); }


* {
margin: 0;
padding: 0;
box-sizing: border-box;
}


body {
font-family: 'Ubuntu-Light', Verdana, sans-serif; 
font-weight: 300;
}

a:focus {
outline: none;
}

img, fieldset {
border: 0;
}

img {
vertical-align: middle;
}

a {
border: 0;
text-decoration: none;
}

.hide {
  display: none;
}

/* Navigation */


.nav ul li {
float: left;
list-style: none;
}

.nav li {
float: left;
width: 47%;
font-family: 'Rubik-Light', Verdana, sans-serif;  
font-weight: 300;
margin: 1.5% 0 0.5% 2%;
}


.nav li a {	
display: block;
color: #000;
text-align: center;
padding: 28px 0 12px 0;
letter-spacing: 1px;
height: 76px;
border: 1px solid #aaa;
-moz-box-sizing: border-box; 
box-sizing: border-box;
}


.nav .aktiv {
color: #000;
border-bottom: 4px solid #64b243;
}



/* Logo */



.logo {
float: left;
width: 100%;
padding-top: 7%;
}

.logostart {
padding-top: 2%;
}


.logo h1 a { /* Logo Box */
display: block;
padding: 0% 0 26% 0;
background: url(images/bdp-logo-2024.png) center top no-repeat;
background-size: 80%;
background-position: 10% 0;
}

.logo b {
display: none;
}


/* Contentbereich Startseite */

.section {
float: left;
max-width: 800px;
width: 100%;
}

.startmotiv {
float: left;
}

.startmotiv img {
width: 100%;
height: auto;
}



/* Boxen uebergreifend */

.wrapper-cont {	
float: left;
margin-bottom: 2%;
width: 100%;
}

.wrapper-cont2 {	
float: left;
margin-top: 12%;
margin-bottom: 3%;
width: 100%;
}


/* Headlines uebergreifend */



.section h3 {
font-size: 1em;
font-weight: 300;
padding: 20px 0 20px 0;
}



/* Sidenavi uebergreifend */


.side-navi {
float: left;
width: 100%;
margin-bottom: 1.4%;
}


.side-navi-ul {
list-style-type: none;
font-size: .8em;
}

.side-navi-ul li {
float: left;
margin-left: 2%;
margin-bottom: 2%;
width: 22.2%;
line-height: 1.4em;
border: 1px solid #aaa;
color: #000;
background-color: #fff;
}

.aktuell-navi-ul li { 
margin-bottom: -2%;
border: 0
}

.side-navi-ul li:last-of-type {
width: 20.8%;
}


.side-navi-ul a {
float: left;
display: block;
width: 100%;
height: 76px;
color: #000;
padding: 8px 12px 6px 12px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}

.side-navi-ul li:hover {
background-color: none;
}

.side-navi-ul .aktiv {
border-bottom: 4px solid #64b243;

}

.side-datum {
float: left;
color: #000;
width: 100%;
padding: 2% 2% 0 1%;
-moz-box-sizing: border-box; 
box-sizing: border-box;
}



/* Linkfarben */

.anwalt-info p a, .anwalt-info ul a, .aktuelles-info p a, .aktuelles-info ul a, .kanzlei-info p a, .kanzlei-info ul a, .footer a, .team a {
color: #999933;
border-bottom: 1px dotted #ddd;
}

.anwalt-info p a:hover, .anwalt-info ul a:hover, .aktuelles-info p a:hover, .aktuelles-info ul a:hover, .kanzlei-info p a:hover, .kanzlei-info ul a:hover, .footer a:hover, .team a:hover {
color: #333;
border-bottom: 1px dotted #c00;
}


/* Listen */



.anwalt-info ul, .kanzlei-info ul {
list-style-type: square;
font-size: .8em;
padding-left: 8%;
padding-bottom: 4%;
color: #444;
}

.anwalt-info li, .kanzlei-info li {
line-height: 1.8em;
}


/* Contentbereich Aktuelles  */


.wrapper-aktuell {	
float: left;
width: 76.25%;
margin-bottom: 50px;
}

.aktuelles-info {
float: left;
width: 96%;
min-height: 236px;
color: #000;
padding: 3% 5% 3% 1%;
background-color: #fff;
margin: 0 2% 2% 2%;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}

.aktuelles-recht {
min-height: 236px;
}

.aktuelles-small {
width: 72.25%;
}

.aktuelles-thema {
padding-bottom: 0;
}


.aktuelles-kategorien {
float: left;
width: 21.75%;
margin-right: 2%;
margin-bottom: 32px;
}

.h2-aktuell {
font-size: 1.3em;
line-height: 1.3em;
font-weight: 300;
padding-top: 0;
padding-bottom: 12px;
}

.h2-aktuell a {
color: #908A0C;
}

.h2-aktuell a:hover {
color: #333;
}

.aktuelles-info p {
font-size: .9em;
line-height: 1.8em;
padding-bottom: 10px;
}


.aktuelles-kat-ul {
list-style-type: none;
font-size: .8em;
}

.aktuelles-kat-ul li {
float: left;
color: #000;
width: 100%;
margin-bottom: 2px;
background-color: #fff;
}

.aktuelles-kat-ul .aktiv {
border: 1px solid #aaa; 
border-bottom: 4px solid #64b243;
}


.aktuelles-kat-ul a {
display: block;
width: 100%;
color: #000;
border: 1px solid #fff; 
border-bottom: 4px solid #fff;
padding: 8px 1px 8px 12px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}


.aktuelles-kat-ul li:hover {
background-color: none;
}



.aktuelles-info img {
width: 94%;
height: auto;
}


/* Contentbereich Kanzlei */


.kanzlei-info {
float: left;
width: 47%;
min-height: 453px;
color: #000;
padding: 3% 2% 3% 1%;
background-color: #fff;
margin-right: 2%;
margin-left: 2%;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}

.kanzlei-foto {
float: left;
width: 47%;
margin-right: 2%;
}

.h2-kanzlei {
font-size: 1.4em;
font-weight: 300;
padding-bottom: 12px;
}

.kanzlei-info p {
font-size: .9em;
line-height: 1.8em;
padding-bottom: 10px;
}

.kanzlei-foto img {
width: 100%;
height: auto;
}




/* Contentbereich Anwaelte */


.kachel-anwalt {
float: left;
width: 47%;
margin-left: 2%;
margin-bottom: 2%;
}

.kachel228x152 {
float: left;
color: #000;
width: 100%;
background: transparent;
}

.kachel228x152 a {
display: block;
color: #000;
height: 152px;
padding: 5% 7% 5% 7%;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
background-color: #fff;
border: 1px solid #aaa;
transition: .8s;
}

.kachelleer {
display: block;
color: #000;
height: 152px;
padding: 5% 7% 5% 7%;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
background-color: #fff;
border: 1px solid #aaa;
transition: .8s;
}


h2.anwalt-name {
font-size: 1.3em;
font-weight: 300;
font-variant:small-caps;
padding-bottom: 6px;
}

p.anwalt-fach {
font-size: .9em;
line-height: 1.5em;
color: #555;
}

.anwalt-foto {
display: none;
}



/* Contentbereich Anwalt */


.anwalt-info {
float: left;
width: 50.25%;
min-height: 453px;
color: #000;
padding: 3% 5% 3% .5%;
background-color: #fff;
margin-right: 2%;
margin-left: 2%;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}

.anwalt-portrait {
float: left;
width: 43.75%;
margin-right: 2%;
}

h2.anwalt-name-big {
font-size: 1.6em;
font-weight: 300;
font-variant:small-caps;
padding-bottom: 2%;
padding-top: 3%;
}

h3.anwalt-h3 {
font-size: 1em;
font-weight: 300;
padding: 7% 0 2% 0;
}

p.anwalt-text {
font-size: 1em;
line-height: 1.6em;
}

.anwalt-portrait img {
width: 100%;
height: auto;
}

p.anwalt-phone {
font-size: .9em;
padding-top: 3%;
line-height: 1.8em;
}



/* Contentbereich Team-Anwaelte */


.team {
float: left;
width: 96%;
border-top: 1px solid #aaa;
margin: 0 2% 0 2%;
}

.team:last-of-type {
border-bottom: 1px solid #aaa;
}

.team-info {
float: left;
width: 58.25%;
min-height: 220px;
color: #000;
padding: 5% 4% 2% 4%;
background-color: #fff;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}

.team-foto {
float: left;
width: 41.75%;
padding-top: 2%;

}


h2.anwalt-name-team {
font-size: 1.4em;
font-weight: 300;
font-variant:small-caps;
padding-bottom: 2%;
}

p.anwalt-text-team {
font-size: .8em;
line-height: 1.6em;
}

.team-foto img {
width: 100%;
height: auto;
}


/* Contentbereich Fachgebiete */


.fachgebiete-start {
float: left;
width: 46%;
margin-left: 2.5%;
margin-bottom: 2.5%;
}


.fachgebiete-ul {
list-style-type: none;
font-size: .9em;
}

.fachgebiete-ul li {
color: #000;
border: 1px solid #aaa;
border-bottom: 1px;
background-color: #fff;
}



.fachgebiete-ul a {
display: block;
color: #000;
width: 100%;
height: 76px;
padding: 4% 5% 3% 5%;
-moz-box-sizing: border-box; 
box-sizing: border-box;
}




/* Footerbereich */

.footer {
width: 100%;
padding: 3% 0 12% 0;
background-color: #fff;
margin-top: 1px;
}

.footerstart {
padding: 3% 0 22% 0;
}

.footer p {
margin: 0 auto;	
max-width: 800px;
text-align: center;
letter-spacing: 1px;
line-height: 1.4em;
font-size: .9em;
}


/* Formular */


legend {
	padding-top: 2%;
	font-size: 1.1em;
	padding-bottom: 6%;
	padding-top: 6%;
}

label {
	font-size: 1em;
	width: 26%;
	float: left;
	margin: 1% 0 2% 0;
}

.section form p {
	width: 100%;
	font-size: .9em;
	line-height: 1.8em;
	float: right;
}

.section form p label  {
	font-size: 1em;
}

.section .textfeld {
	font-size: 1em;
	padding: 1.5%;
	width: 55%;
	background-color: #fff;
	opacity: 1;
}



.section textarea {
	margin-top: 1%;
	font-size: 1em;
	padding: 1.5%;
	width: 55%;
	height: 115px;
}

.sendbutton {
	padding: 2.5% 5% 2.5% 5%; 
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 1px;
	background-color: #777978;
	letter-spacing: 1px;
	width: 57%;
	cursor: pointer;
	margin: 2% 0 5% 0;
} 

.chosebutton {
	display: block;
	float: left;
	padding: 2% 4% 2% 4%; 
	border: 1px solid #fff;
	color: #fff;
	font-size: .9em;
	letter-spacing: 1px;
	background-color: #64B243;
	letter-spacing: 1px;
	width: 90%;
	text-align: center;
	cursor: pointer;
	margin: 3% 4% 3% 4%;
	border-radius: 6px;
	transition: 0.4s;
} 

.chosebutton:hover {
  color: #000;
  background-color: #ccc;
}

.sendbutton:hover {
  color: #fff;
  background-color: #445089;
  border: 1px double #777978;
  transition: 0.4s;
}


.suchergebnis {
list-style-type: square;
font-size: .9em;
line-height: 1.6em;
color: #424242;
font-weight: normal;
padding: 4% 0 4% 0;
}

.suchergebnis li {
padding-bottom: 3%;
}


.suchfeld {
width: 47%;
height: 25px;
color: #000;
border: 2px solid #999;
vertical-align: bottom;
margin-bottom: 2%;
}

.suchbutton {
margin-left: 0;
font-size: .8em;
height: 29px;
padding-left: 0;
padding-right: 0;
padding-bottom: 2px;
width: 46%;
border: 2px solid #fff;
background-color: #777;
color: #fff;
vertical-align: bottom;
margin-bottom: 2%;
}


.sichtlos {
display: none;
}



/* _____ Misc _____ */


.cf:after {
content: "";
display: table;
clear: both;
}


/*  Cookie disclaimer */


.cc_container .cc_btn {
background-color: #64B243 !important; 
color: #fff !important;
font-size: 120% !important;
margin: 5% 0 4% 0 !important;
border-bottom: 0;
padding: 2% !important;
}
 
.cc_container {
background: #333 !important;
color: #ddd !important; 
font-size: 90% !important;
padding: 4% !important;
}
 
.cc_container a {
color: #fff !important;
border-bottom: 2px solid #c00;
}

.cc_container a:hover {
color: #000 !important;
background-color: #ccc !important;
}




/*Styles for screen 640px and lower*/
@media only screen and (max-width : 640px) {


.logo {
padding-top: 3%;
}


.logo h1 a { /* Logo Box */
display: block;
padding: 0 0 29% 0;
background: url(images/bdp-logo-2024.png) center top no-repeat;
background-size: 90%;
background-position: 25% 0;
}


.nav {
margin: 1.75%;
}

.nav li {
float: left;
width: 48%;
padding: 1%;
margin: 0;
}


.wrapper-cont {	
margin-bottom: 2%;
}



.startmotiv {
float: left;
width: 95%;
margin: 2.5%;
}


.side-navi-ul {
list-style-type: none;
font-size: .7em;
}

.side-navi-ul li {
width: 21.5%;
line-height: 1.4em;
text-align: justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.side-navi-ul li:last-of-type {
width: 23%;
}


.side-navi-ul a {
padding: 8% 6% 4% 8%;
}

.side-datum {
padding: 8px 2% 8px 2%;
}

.wrapper-aktuell {	
width: 100%;
margin-bottom: 0;
}

.aktuelles-info {
width: 96%;
margin: 0 2% 2% 2%;

}

.aktuelles-kategorien {
width: 96%;
margin-right: 2%;
margin-left: 2%;
}


.aktuelles-kat-ul li {
text-align: center;
}

.kanzlei-info {
width: 96%;
padding: 6% 5% 6% 5%;
margin: 0 2% 0 2%;
min-height: 0;
}

.kanzlei-info p {
text-align: justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.kanzlei-foto {
float: left;
width: 96%;
margin-right: 2%;
margin-left: 2%;
padding: 0 15% 7% 15%;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
background-color: #fff;
}

.kanzlei-foto img {
border: 1px solid #999;
}

.kachel-anwalt {
float: left;
width: 96%;
margin-left: 2%;
margin-bottom: 2%;
}


.anwalt-info {
width: 96%;
padding: 6% 5% 6% 5%;
margin: 0 2% 0 2%;
min-height: 0;
}

.anwalt-portrait {
float: left;
width: 96%;
margin-right: 2%;
margin-left: 2%;
padding: 0 15% 7% 15%;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
background-color: #fff;
}

.anwalt-portrait img {
border: 1px solid #999;
}


h2.anwalt-name-big {
padding-top: 1%;
}

.team-info {
width: 96%;
padding: 6% 5% 5% 10%;
margin: 0 2% 0 2%;
min-height: 0;
}

.team-foto {
float: left;
width: 96%;
margin-right: 2%;
margin-left: 2%;
padding: 0 15% 7% 10%;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
background-color: #fff;
}

.team-foto img {
border: 1px solid #999;
}

h2.anwalt-name-team {
font-size: 1.6em;
padding-bottom: 1%;
}

.footer {
width: 96%;
padding: 5% 0 10% 0;
margin-left: 2%;
margin-right: 2%;
}


  
  
#back-to-top { /* scriptgesteuerter Top-Balken */
  position: fixed; /* Fixiert den Balken unten */
  display: none;
  width: 40%;
  font-family: "OpenSans-Semibold", Helvetica, Verdana, sans-serif;
  right: 0;
  bottom: 5%;
  padding: 12px 0 12px 0;
  background: #333;
  color: #fff;
  font-size: 95%;
  text-align: center;
  letter-spacing: 1px;
  z-index: 1000;
  cursor: pointer; }

}


