@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/
*/
img,
object,
embed,
video {
  height: auto;
  max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
  width: 100%;
}

/*
    Dreamweaver-Eigenschaften für fließende Raster
    ----------------------------------
    dw-num-cols-mobile:		6;
    dw-num-cols-tablet:		6;
    dw-num-cols-desktop:	12;
    dw-gutter-percentage:	25;

    Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte
    http://www.alistapart.com/articles/responsive-web-design

    und "Golden Grid System" von Joni Korpi
    http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 82%;
  padding-left: 4%;
  padding-right: 4%;
}
#Head {
  clear: both;
  float: none;
  margin-left: 0;
  width: 100%;
  display: block;
}
#Nav {
  clear: none;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}
#Nav.nav-home {
  margin-bottom: 40px;
}
#Nav-1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 32%;
  display: block;
}
#Nav-2 {
  clear: none;
  float: left;
  margin-left: 3%;
  width: 65%;
  display: block;
}
#Inhalt {
  clear: both;
  float: left;
  margin-left: 0;
  margin-top: 40px;
  width: 100%;
  display: block;
}
#HotTopic {
  clear: none;
  float: left;
  margin-left: 0;
  width: 100%;
  display: none;
}
#Footer-left {
  clear: both;
  float: left;
  margin-left: 0;
  width: 65.5172%;
  display: block;
}
#Footer-right {
  clear: none;
  float: left;
  margin-left: 3.4482%;
  width: 31.0344%;
  display: block;
}
#LayoutDiv1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}
#LayoutDiv2 {
  clear: none;
  float: left;
  margin-left: 3.4482%;
  width: 100%;
  display: block;
}
#LayoutDiv-App {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}
#LayoutDiv-Intro {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}
#LayoutDiv-Irb {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}
#LayoutDiv-row1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 25%;
  display: block;
}
#LayoutDiv-row2 {
  clear: none;
  float: left;
  margin-left: 5%;
  width: 70%;
  display: block;
}
#ibrOnlineUrteilsfensterDiv {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
  .gridContainer {
    width: 85.9666%;
    padding-left: 2.5166%;
    padding-right: 2.5166%;
  }
  #Head {
    clear: both;
    float: none;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  #Nav-1 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 30%;
    display: block;
  }
  #Nav-2 {
    clear: none;
    float: left;
    margin-left: 2%;
    width: 68%;
    display: block;
  }
  #Inhalt {
    clear: both;
    float: left;
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
    display: block;
  }
  #HotTopic {
    clear: none;
    float: left;
    margin-left: 0;
    width: 100%;
    display: none;
  }
  #Footer-left {
    clear: both;
    float: left;
    margin-left: 0;
    width: 82.7586%;
    display: block;
  }
  #Footer-right {
    clear: none;
    float: left;
    margin-left: 3.4482%;
    width: 13.7931%;
    display: block;
  }
  #LayoutDiv1 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  #LayoutDiv2 {
    clear: none;
    float: left;
    margin-left: 3.4482%;
    width: 100%;
    display: block;
  }
  #LayoutDiv-App {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }

  #LayoutDiv-row1 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 10%;
    display: block;
  }
  #LayoutDiv-row2 {
    clear: none;
    float: left;
    margin-left: 5%;
    width: 85%;
    display: block;
  }
  #ibrOnlineUrteilsfensterDiv {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
  .gridContainer {
    width: 86.5%;
    max-width: 1232px;
    padding-left: 1.75%;
    padding-right: 1.75%;
    margin: auto;
  }
  #Head {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  #Nav {
    clear: none;
    float: left;
    margin-left: 0;
    width: 40.6779%;
    display: block;
  }
  #Nav.nav-home {
    clear: both;
    float: left;
    margin-left: 0;
    width: 15.2542%;
    display: block;
  }
  #Nav-1 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 40%;
    display: block;
  }
  #Nav-2 {
    clear: none;
    float: left;
    margin-left: 2%;
    width: 58%;
    display: block;
  }
  #Inhalt {
    clear: none;
    float: left;
    margin-left: 3.6949%;
    margin-top: 0px;
    width: 55.6271%;
    display: block;
  }
  #Inhalt-home {
    clear: none;
    float: left;
    margin-left: 1.6949%;
    width: 83.0508%;
    display: block;
  }
  #HotTopic {
    clear: none;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    margin-top: 50px;
  }
  #Footer-left {
    clear: both;
    float: left;
    margin-left: 0;
    width: 40.6779%;
    display: block;
  }
  #Footer-right {
    clear: none;
    float: left;
    margin-left: 3.6949%;
    width: 55.6271%;
    display: block;
  }
  #LayoutDiv-App {
    clear: both;
    float: left;
    margin-left: 0;
    width: 15.2542%;
    display: block;
    padding-top: 107px;
  }
  #LayoutDiv-Intro {
    clear: none;
    float: left;
    margin-left: 1.6949%;
    width: 50.0508%;
    display: block;
    padding-top: 40px;
  }
  #LayoutDiv-Irb {
    clear: none;
    float: left;
    margin-left: 5%;
    width: 28%;
    display: block;
    padding-top: 117px;
  }
  #LayoutDiv-row1 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 35%;
    display: block;
  }
  #LayoutDiv-row2 {
    clear: none;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  #ibrOnlineUrteilsfensterDiv {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
}

a {
  color: #369;
  text-decoration: none;
}
a:visited {
  color: #369;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

#ibrOnlineUrteilsfensterDiv iframe[scrolling='no'] {
  overflow-x: hidden;
  overflow-y: hidden;
  border: none;
}

#app {
  margin-bottom: 20px;
  font-size: 0.85em;
}
@media only screen and (min-width: 481px) {
  #app {
    background-color: #fff;
    padding: 1em;
  }
}

@media only screen and (min-width: 769px) {
  #app {
    background-color: transparent;
    padding: 0;
  }
}

#app a {
  display: inline-block;
  margin-top: 1em;
  margin-right: 1em;
}

#LayoutDiv-Irb p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

/* NAVIGATION */
#Nav,
#Nav-home {
  margin-top: -2px;
}
#Nav ul,
#Nav-home ul {
  margin: 0;
  padding: 0;
}
#Nav ul li,
#Nav-home ul li {
  list-style: none;
}
#Nav a,
#Nav-home a {
  padding: 5px 8px 7px 8px;
  color: #6b7c8d;
  margin-top: 2px;
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  background: #e6ebef url(img/bg-menu.png);
  transition: background ease-in 0.2s; /* explorer 10 */
  -webkit-transition: background ease-in 0.2s; /* chrome & safari */
  -moz-transition: background ease-in 0.2s; /* firefox */
  -o-transition: background ease-in 0.2s; /* opera */
}
#Nav a.current,
#Nav-home a.current {
  background: #b2beca;
  color: #fff;
}
#Nav ul li:hover a,
#Nav-home ul li:hover a {
  background: #e5e9ed;
  color: #6b7c8d;
}

a#pull {
  display: none;
  top: 20px;
  right: 5%;
  position: absolute;
  z-index: 800;
  padding: 7px 7px 9px 7px;
  background: #e5e9ed;
}
a#pull:hover {
  background: #b2beca;
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width: 480px) {
  #Nav {
    width: 100%;
    display: none;
    height: auto;
  }
  a#pull {
    display: block;
  }
}

/* ANWÄLTE */
.anwalt-box {
  background: transparent;
  margin-left: 1%;
  margin-right: 1%;
  width: 28.3%;
  padding: 1.5%;
  float: left;
  -webkit-transition: background ease-in 0.2s;
  transition: background ease-in 0.2s; /* explorer 10 */
  -webkit-transition: all 0.2s; /* chrome & safari */
  -moz-transition: background ease-in 0.2s; /* firefox */
  -o-transition: background ease-in 0.2s; /* opera */
}
#Inhalt .anwalt-box p {
  padding: 8px 8px 7px 8px;
  margin: 0;
  font-size: 0.9em;
  line-height: 1.2em;
  height: 25px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 3px rgba(73, 73, 73, 0.3);
}
.anwalt-box a {
  padding: 0;
  color: #369;
  text-decoration: none;
}
.anwalt-box:hover {
  width: 31.3%;
  padding: 0 0 1.09% 0;
}
.anwalt-box:hover img {
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.reihe {
  display: block;
  height: 5px;
  width: 100%;
  float: left;
}

#HotTopic .anwalt-box {
  background: transparent;
  margin-left: 42%;
  width: 58%;
  padding: 0%;
  margin-right: 0;
  margin-bottom: 2%;
}
#HotTopic .anwalt-box img {
  width: 30%;
  float: left;
  margin-right: 4%;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s; /* explorer 10 */
  -webkit-transition: all 0.2s; /* chrome & safari */
  -moz-transition: ease-in 0.2s; /* firefox */
  -o-transition: ease-in 0.2s; /* opera */
}
#HotTopic .anwalt-box p {
  margin-top: 3%;
  padding: 0;
}
#HotTopic .anwalt-box a {
  padding: 0;
  margin: 0;
  color: #369;
  text-decoration: none;
}
#HotTopic .anwalt-box:hover {
  width: 58%;
  padding: 0;
  background: #fff;
}
#HotTopic .anwalt-box:hover img {
  width: 50%;
}

/* PROFIL ANWALT*/
h1 {
  font-size: 2.2em;
  font-weight: 400;
  color: #435a8c;
  margin: 0 0 35px 0;
  line-height: 1.2em;
  padding: 0 0 0 0;
  text-shadow: 1px 1px 3px rgba(73, 73, 73, 0.3);
}
h1 span {
  display: block;
  font-size: 0.5em;
  font-style: italic;
  line-height: 0.4em;
  padding-top: 15px;
}
h2 {
  font-size: 1.2em;
  font-weight: 400;
  color: #435a8c;
  margin: 1em 0 10px 0;
  line-height: 1.2em;
  text-shadow: 1px 1px 3px rgba(73, 73, 73, 0.3);
}
.profil-image .profil-bild {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.profil-image .profil-bild img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.profil-social {
  padding-right: 10px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .profil-image .profil-bild {
    padding-right: 0;
  }
}
.gridContainer {
  background: url(img/bg-luthernierer.png) no-repeat;
  background-color: #E5EBEC;
  -webkit-box-shadow: 2px 5px 15px 0 #c4c4c4;
  box-shadow: 2px 5px 15px 0 #c4c4c4;
  margin-top: 20px;
  margin-bottom: 100px;
}
.profil-image {
  padding-bottom: 30px;
}
.profil-image img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

iframe {
  padding-bottom: 30px;
}

#Inhalt li {
  margin: 0 0 8px 0;
  color: #435a8c;
  list-style-image: url(img/list_style_image.gif);
  font-size: 0.9em;
}
#Inhalt #accordion li {
  margin-left: 23px;
  padding-left: 0;
}
#Inhalt #accordion ul {
  margin-bottom: 30px;
}

#Inhalt p {
  font-family: 'Droid Serif', serif;
  font-size: 1.1em;
  line-height: 1.5em;
  padding-top: 0;
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#Inhalt .profil-schwerpunkt p {
  text-align: left;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#LayoutDiv-Intro p {
  font-family: 'Droid Serif', serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin-top: 0;
  padding-top: 0;
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#Inhalt #accordion p {
  padding-left: 50px;
  padding-top: 20px;
  margin-top: 0;
}

/* TABS*/
/* root element for tabs  */
ul.css-tabs {
  margin: 50px 0 0 0 !important;
  padding: 0;
  height: 40px;
  border: 0;
}

/* single tab */
ul.css-tabs li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
  float: left;
  font-size: 1.4em;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  border: 0px solid #666;
  border-bottom: 0px;
  height: 30px;
  background-color: #d2dbdd;
  color: #6b7c8d;
  margin-right: 2px;
  position: relative;
  top: 0px;
  outline: 0;
}
@media only screen and (max-width: 480px) {
  #Inhalt ul.css-tabs li {
    display: block;
    width: 100%;
    margin-bottom: 2px;
  }
  ul.css-tabs a {
    width: 90%;
    margin-right: 0;
    padding: 5px 5%;
  }
  #Inhalt p {
    font-size: 0.9em;
  }
}

ul.css-tabs a:hover {
  background-color: #eaeff0;
  color: #5a6672;
}

/* selected tab */
ul.css-tabs a.current {
  background-color: #fff;
  border-bottom: 0px solid #fff;
  color: #6b7c8d;
  cursor: default;
}

/* tab pane */
.css-panes div {
  display: none;
  border: 1px solid #fff;
  border-width: 0 1px 1px 1px;
  min-height: 150px;
  padding: 15px 20px;
  background-color: #fff;
}
/* TABS ENDE */

/* ACCORDION START */

/* buttons horizontal für toggler */
#accordion {
  margin-bottom: 50px;
}
#accordion h2 a {
  display: block;
  height: 30px;
  overflow: hidden;
  padding: 12px 10px 3px 50px;
  color: #5a6672;
  text-decoration: none;
  background: #fff url(img/scrollable/hori_toggler_tab.png);
}
#accordion h2 {
  margin: 0px 0px 10px 0px;
}
#accordion h2 a:hover {
  background-position: 0px -45px;
}
#accordion h2.open a {
  background-position: 0px -90px;
}
#accordion h2.open a:hover {
  background-position: 0px -135px;
}
#accordion h3 {
  padding: 20px 0 0 50px;
  margin: 0;
}

/* ACCORDION ENDE */

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

#Inhalt .rslides li {
  list-style: none;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* Weiter Button */
span.btn-weiter {
  display: block;
  margin-top: 1em;
  font-family: 'Open Sans', sans-serif;
}

.btn-weiter a,
a span.btn-weiter {
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
  padding: 3px 5px 3px 5px;
  background-image: url(img/bg-btn.jpg);
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.btn-weiter > a:after,
a span.btn-weiter:after {
  content: url(img/arrow-right.png);
}
.btn-weiter a:hover,
a span.btn-weiter:hover {
  text-decoration: none;
  color: #044e39;
  border-radius: 4px;
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
}

/* ENDE Weiter Button */

/* FOOTER */
#Footer-right {
  text-align: right;
  font-size: 0.8em;
}
#Footer-left p,
#Footer-right p {
  padding: 1.5%;
  font-size: 0.8em;
}

/* FIRMA.DE LINK */
.firma-de {
  position: absolute;
  left: 30px;
  bottom: 30px;
  height: 98px;
  width: 68px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

/* INFOBOX STARTSEITE */
.infobox {
  background: white;
  border-radius: 6px;
  padding: 2em;
  margin-bottom: 2em;
}
.infobox h2 {
  line-height: 1.7;
}
