/*  
Theme Name: BSMW-01
Theme URI: 
Description: Template - SteckDesign.
Version: 1.0
Author: Steck
Author URI: http://www.steckdesign.ch
*/

/* 
Farben
Verlauf Navi:
	Hell-Blau : #284B7F,  rgb(40, 75, 127)
	Dunkel-Blau: #082D59, rgb(8, 45, 89)
Verlauf Navi Hover:
	Hell: #C9AF6C,  rgb(201, 175, 108)
	Dunkel: #7C6B36,  rgb(124, 107, 54)
Hellgrau:
	Hell: #ABB3AA,  rgba(171,179,1194,1.00)
*/

@import url('grid/toast-sd.css');

/*@import url('bootstrap/css/bootstrap-responsive.css'); */
@import url("fontfacekit/stylesheet.css");
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);


html {
	font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
}
 
body {
	color: rgba(0,47,135,1.00);
	margin: 0px;
	padding: 0px;
	background-color: rgba(25,68,147,1.00);
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 768px) {
html {
	font-size: 90%;
}
}


/* --------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'droid_sansbold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 166.66%;
}

h2 {
	font-size: 133.33%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 100%;
	/*font-size: 88.88%;*/
}

h5 {
	font-size: 77.77%;
}

h6 {
	font-size: 0.66%;
}

ol {
	list-style: decimal;
	color: #FFFFFF;
}

ul {
	list-style: disc
	color: #FFFFFF;
}

li {
	margin-left: 0px
}

a, a:visited {
	color: #00DCFF;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0
}

strong {
	font-family: 'droid_sansbold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px
}

img {
/*	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
*/}

.color {
	background-color: #FF9;
}

.color2 {
	background-color: #9FC;
}


/*-------------------------------------------------------------------------------------------*/
/*** Smoothscroll ***/
/*-------------------------------------------------------------------------------------------*/


@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
}


/************* Content ****************/
.header-logo {
	height: 130px;
	text-align: center;
}
.header-logo img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	width: 500px;
	/*height: 81px;*/
}

.head-kanzlei {
	height: 75px;
	padding-top: 10px;
	background-color: rgba(171,188,220,1.00);
	cursor: pointer;
}
.head-rechtsanwaelte {
	height: 75px;
	padding-top: 10px;
	background-color: rgba(211,205,182,1.00);
	cursor: pointer;
}
.head-kontakt {
	height: 75px;
	padding-top: 10px;
	background-color: rgba(226,227,228,1.00);
	cursor: pointer;
}
.head-disclaimer {
	height: 75px;
	padding-top: 10px;
	background-color: rgba(171,188,220,1.00);
	cursor: pointer;
}

ul.navi {
	font-family: 'droid_sansbold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	font-size: 88.88%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
ul#menu-kanzlei li a {
	color: rgba(0,47,135,1.00);
	text-decoration: none;
}
ul#menu-rechtsanwaelte li a {
	color: rgba(123,111,99,1.00);
	text-decoration: none;
}
ul#menu-kontakt li a {
	color: rgba(112,113,115,1.00);
	text-decoration: none;
}
ul#menu-disclaimer li a {
	color: rgba(0,47,135,1.00);
	text-decoration: none;
}

/*------------ Content ------------------*/

.maincontent {
}
.maincontent ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
.maincontent li {
	list-style:disc;
	margin-left: 20px;
}

.kanzlei {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: rgba(213,222,237,1.00);
}

.disclaimer {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: rgba(213,222,237,1.00);
}
.disclaimer-content {
	padding-bottom: 15px;
	margin-bottom: 40px;
	/*border-bottom: 1px solid rgba(255,255,255,1.00);*/
}

/*------------ Rechtsanwälte ------------------*/
.rechtsanwaelte {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: rgba(241,239,232,1.00);
}
.rechtsanwaelte-content {
	font-size: 80%;
	color: rgba(112,113,115,1.00);
}
.rechtsanwaelte-content h3 {
	font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	padding-top: 5px;
	margin-bottom: 5px;
	color: rgba(0,47,135,1.00);
	border-top: 1px solid rgba(0,47,135,1.00);
}
.rechtsanwaelte-content h3 a {
	color: rgba(0,47,135,1.00);
	text-decoration: none;
}
.rechtsanwaelte-content a {
	color: rgba(112,113,115,1.00);
	text-decoration: none;
}

/*------------ Sekretrariat ------------------*/
.sekretariat {
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: rgba(247,246,247,1.00);
}
.sekretariat-titel h3 {
	font-family: 'droid_sansbold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
	margin: 0;
	padding: 0px;
	font-size: 88.88%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgba(142,143,145,1.00);
	text-decoration: none;
}

.sekretariat-content {
	font-size: 80%;
	color: rgba(112,113,115,1.00);
}
.sekretariat-content h3 {
	font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0em;
	padding-top: 5px;
	margin-bottom: 5px;
	color: rgba(0,47,135,1.00);
	border-top: 1px solid rgba(0,47,135,1.00);
}
.sekretariat-content h3 a {
	color: rgba(0,47,135,1.00);
	text-decoration: none;
}
.sekretariat-content a {
	color: rgba(112,113,115,1.00);
	text-decoration: none;
}
/*------------ Rechtsanwälte Single-Seiten -----------------*/
.rechtsanwaelte-single {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: rgba(241,239,232,1.00);
}
.rechtsanwaelte-single h3 {
	font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0em;
}

.rechtsanwaelte-content-left {
	font-size: 100%;
	color: rgba(112,113,115,1.00);
}
.rechtsanwaelte-content-left h3 {
	font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 100%;
	line-height: 1.6;
	text-transform: none;
	letter-spacing: 0em;
	color: rgba(0,47,135,1.00);
}
.rechtsanwaelte-content-left h4 {
	font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 100%;
	line-height: 1.6;
	text-transform: none;
	letter-spacing: 0em;
	padding-top: 5px;
	/*color: rgba(0,47,135,1.00);*/
	border-top: 1px solid rgba(0,47,135,1.00);
}
.rechtsanwaelte-content-left a {
	color: rgba(112,113,115,1.00);
	text-decoration: none;
}


.rechtsanwaelte-content-single {
	font-size: 100%;
	color: rgba(112,113,115,1.00);
}
.rechtsanwaelte-content-single h4 {
	font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0em;
}

.rechtsanwaelte-sidebar-inner {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.rechtsanwaelte-sidebar-inner {
	width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.rechtsanwaelte-sidebar-inner {
	width: 21%;
	margin-right: 5%;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.rechtsanwaelte-sidebar-inner {
	width: 20%;
	margin-right: 5%;
}
}
@media (min-width: 320px) and (max-width: 479px) {
.rechtsanwaelte-sidebar-inner {
	width: 29%;
	margin-right: 3.8%;
}
}
.rechtsanwaelte-sidebar-inner h3 {
	font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 75%;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0em;
	padding-top: 5px;
	color: rgba(0,47,135,1.00);
	/*border-top: 1px solid rgba(0,47,135,1.00);*/
	border-top: 1px solid rgba(112,113,115,1.00);
}
.rechtsanwaelte-sidebar-inner a {
	color: rgba(112,113,115,1.00);
	text-decoration: none;
}


/*------------ Kontakt ------------------*/
.kontakt {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: rgba(241,241,241,1.00);
}
.kontakt a {
	color: rgba(112,113,115,1.00);
	text-decoration: none;
}

/*------------ Accordion ------------------*/

/* The outer container of the accordion */
. ui-accordion {
}

/* The headers of the accordion. The headers will additionally have a ui-accordion-icons class if they contain icons. */
.ui-accordion-header {
}

/* The content panels of the accordion */
.ui-accordion-content {
}



/*------------ Footer ------------------*/

.footer {
	font-size: 80%;
	line-height: 18px;
	color: #FFFFFF;
	padding-top: 90px;
	padding-bottom: 40px;
	text-align: left;
}
.footer a,
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.footer {
	text-align: center;
}
}


/*------------ Copyright ------------------*/
.copyright {
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 11px;
	color: #434745;
}

.copyright a {
	text-decoration: none;
	color: #434745;
}

.copyright a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {

.copyright {
	padding-top: 10px;
	padding-bottom: 0px;
	color: #ABBCDC;
}

.copyright p {
	color: #ABBCDC;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}

/*------------ Made by... ------------------*/
.madeby,
.madeby a {
	padding-bottom: 0px;
	color: #7690C4;
}
.madeby a:visited {
	padding-bottom: 0px;
	color: #7690C4;
}



/*------------ Clear ------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/************* Content Home ****************/




/*------------ Kontakt ------------------*/
.wpcf7 {
	font-family: 'droid_sansbold', Helvetica, Arial, sans-serif;
	font-size: 15px;
}

input.wpcf7-text {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 4px;
	background-color: #F6F2E7;
	border-bottom: 1px solid #C9AF6C;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
}

input.wpcf7-text {
	width: 100%;
	height: 35px;
	padding-left: 8px;
	margin-top: 0px;
}

textarea {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	background-color: #F6F2E7;
	border-bottom: 1px solid #C9AF6C;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
}

textarea {
	width: 100%;
	height: 100px;
	padding-left: 8px;
}

.captcha-468 input {
	color: #003484;
	font-size: 15px;
	font-weight: normal;
	background-color: #F6F2E7;
	border-bottom: 1px solid #C9AF6C;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
}

.captcha-468 input {
	width: 160px;
	height: 35px;
	padding-left: 8px;
}


.wpcf7-submit {
	width: 160px;
	height: 30px;
	background-color: #003484;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
	line-height: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	cursor: pointer;
	/* --- */
	border-bottom-left-radius: 0.2em;
	border-bottom-right-radius: 0.2em;
	-moz-border-radius-bottomleft: 0.2em;
	-moz-border-radius-bottomright: 0.2em;
	border-top-right-radius: 0.2em;
	-moz-border-radius-topright: 0.2em;
	border-top-left-radius: 0.2em;
	-moz-border-radius-topleft: 0.2em;
}

.wpcf7-reset {
	width: 160px;
	height: 30px;
	background-color: #707070;
	color: #C9AF6C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
	line-height: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	cursor: pointer;
	/* --- */
	border-bottom-left-radius: 0.2em;
	border-bottom-right-radius: 0.2em;
	-moz-border-radius-bottomleft: 0.2em;
	-moz-border-radius-bottomright: 0.2em;
	border-top-right-radius: 0.2em;
	-moz-border-radius-topright: 0.2em;
	border-top-left-radius: 0.2em;
	-moz-border-radius-topleft: 0.2em;
}

.wpcf7-submit:hover {
	color: #FFFFFF;
	background-color: #666666;
}

.wpcf7-reset:hover {
	color: #FFFFFF;
	background-color: #003484;
}


div.wpcf7 .watermark {
	color: #CCCCCC;
}
div.wpcf7 .wpcf7-use-title-as-watermark {
	color: #CCCCCC;
}


/* --------------------------------------------------- */
/* Artikel-Bilder */
/* --------------------------------------------------- */
img.alignright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-left: 1em;
	margin-bottom: 0em
}

img.alignleft {
	float: left;
	clear: both;
	margin-right: 1em;
	margin-bottom: 0em;
	border: 0px solid;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a img.alignright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-left: 1em;
	margin-bottom: 0em
}

a img.alignleft {
	float: left;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 0;
	border: 0px solid;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

/* --------------------------------------------------- */
/* ---------------------Kommentare-------------------- */
/* --------------------------------------------------- */

.comment_top {
	margin-top: 30px;
}

/* --------------------------------------------------- */
/* fuer die Kommentarliste an sich*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.commentlist .quote {
/*background:url(images/bg_quote.gif) no-repeat top right;*/
}

.commentlist li {
	color: #FBB107;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	font-weight: normal;
}

.commentlist cite {
	display: block;
	font-style: normal;
	font-size: 11px;
	color: #FBB107;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.commentlist cite a:link,
.commentlist cite a:visited {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.commentlist cite a:hover,
.commentlist cite a:active {
	color: #CC006A;
	text-decoration: underline;
}

#commentform p {
}

#commentform input {
}

#commentform textarea {
	height: 100px;
	width: 366px;
}

#commentform .formtext {
	font-size: 11px;
}

#commentform #author {
	height: 20px;
	width: 396px;
	color: #FFF;
	font-family: Monaco, "Courier New", Courier, monospace;
	font-weight: normal;
	background-color: #451211;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000;
	border-bottom-color: #000;
}

#commentform #email {
	height: 20px;
	width: 396px;
	color: #FFF;
	font-family: Monaco, "Courier New", Courier, monospace;
	font-weight: normal;
	background-color: #451211;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000;
	border-bottom-color: #000;
}

#commentform #url {
	height: 20px;
	width: 396px;
	color: #FFF;
	font-family: Monaco, "Courier New", Courier, monospace;
	font-weight: normal;
	background-color: #451211;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000;
	border-bottom-color: #000;
}

#commentform #submit {
}

#respond {
}

#respond h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 5px;
}

h3#comments {
	font-size: 16px;
	font-weight: normal;
}
