html, body {
    font-family: 'Open Sans', sans-serif;
    padding:0; margin:0;
    zoom: 1;
    font-size: 18px;
}

body {
    background-color: #7A6F6B;
    color: #6A605D;
}

.bg-grey { background: rgb(118, 107, 103); }
.bg-dark { background: rgb(43, 52, 67); }

img {border:none}

.hardware {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.clearfloat {clear: both; line-height: 0px; white-space: nowrap; margin:0; padding:0; height:0px}
.fltrt, .alignright {float:right}
.fltlt, .alignleft {float:left}
a {
    font-weight: bold;
    /*font-size: 13px;*/
    color: #66B8CD;

    text-decoration: none;

    transition: color 0.25s;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
}
a:visited { color: #418692 }
a:hover {
    color: #418692;
}

.in-space {
    margin-top:25px;
}
#Content .widget .in-space a:after{
    content: ""
}
.in-space i {
    font-size: 60px;
    padding: 10px;
    color: #2B3443;
}

h1,h2,h3,h1 a, h2 a, h3 a {
  font-weight: 100; margin-top:0
}
h2.h2 {
    margin: 0; font-size: 26px; font-weight:normal
}
h2 a {
    font-size: 24px;
}
h3 {
    font-size: 24px;
    margin: 10px 0;
}
h1.primary {position: absolute;top:0;left:0}small {font-size: 16px;}

ul.no-list {
    list-style: none;
    margin:0;
    padding:0;
}

.block {
    text-align: left !important;
}

/** Elements Stuff **/
.stripes {
    background-image: url(/gfx/bg-stripes.png);
}
.widget {
    background-image: url(/gfx/bg-stripes.png);
    height: 100%;
    position: relative;
    display: block;
}
.widget.accent-bottom {
    padding-bottom: 3px;
}
.widget.accent-top {
    padding-top: 226px;
}
.widget .gradient {
    background-image: url(/gfx/bg-gradient.png);
}
.dark {
    color: white;
}

.widget .teaser {
    position: absolute;
    top: 0px; left: 0px;
    width: 100%;
    height: 225px;
    overflow: hidden;
}
.widget .teaser img {
    width: 100%;
}
.inner p, .inner td, .inner table, .inner ul, .inner li{
    font-size: 20px;
    line-height: 30px;
}

.inner ul {
    list-style: square;
}

.box {
    background-color: white;
    padding: 10px 25px;
    border-radius: 2px;
    box-shadow: 0 1px 10px -4px black;
    margin-bottom:25px;
}
.box img {
    max-width: 100%;
}

.box.top-image {
    padding: 0;
}
.box.top-image h1, .box.top-image h2, .box.top-image h3 {
    padding: 25px 25px 0;
}
.box.top-image p {
    padding: 0px 25px 25px;
}

.circle-slot {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    background-color: white;
}
.dark .circle-slot {
    background-color: rgb(43, 52, 67);
}

.circle-slot-50 { width: 50px; height: 50px; }
.circle-slot-75 { width: 75px; height: 75px; }
.circle-slot-100 { width: 100px; height: 100px; }
.circle-slot-150 { width: 150px; height: 150px;  }
.circle-slot-200 { width: 200px; height: 200px;  }
.circle-slot-250 { width: 250px; height: 250px;  }

.circle-slot i {
    display: block;
    width: 100%;
    height: 100%;
}
.circle-slot ins.cover {
  box-shadow: inset 0 -2px 10px -1px black;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  /*border: 5px solid rgba(255,255,255,0.25);*/
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/** Images **/
.image-fratze {
    background-image: url(/gfx/inhaber-martin-rudolph.jpg);
    background-size: 100%;
    background-position: center center;
}
.image-standort-erfurt {
    background-image: url(/gfx/standort-erfurt-circle.jpg);
    background-size: 100%;
    background-position: center center;
}
.image-standort-jena {
    background-image: url(/gfx/standort-jena-circle.jpg);
    background-size: 100%;
    background-position: center center;
}
.image-logo-1 {
    background-image: url(/gfx/logo1.png);
    background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
}
.image-logo-2 {
    background-image: url(/gfx/logo-lohnsteuerhilfeverein-large.png);
    background-size: 100%;
    background-position: center center;
}
.image-logo-3 {
    background-image: url(/gfx/logo3.png);
      background-size: 125%;
  background-position: -15px center;
  background-repeat: no-repeat;
}
.image-logo-4 {
    background-image: url(/gfx/logo4.png);
    background-size: cover;
  background-position: -25px center;
  background-repeat: no-repeat;
}




/** Texte **/
span.t1 {
    font-size: 26px;
    font-weight: normal;
}

/** Layout Stuff **/
#Header {
    height: 100px;
    margin-bottom: 225px;
    overflow: visible;
    position: fixed;
    width: 100%;
    top:0px; left: 0px;
    z-index: 1000;
    box-shadow: 0 5px 30px 5px;
}

#Header .inner {
    height: 100px;
}

#Logo {
    height: 120px;
    margin-left: 120px;
    margin-top: 5px;
}

#Prev {
    display: block;
    font-size: 42px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(57, 57, 65);
    width: 25%;
    height: 100px;
}
#Prev i {
    position: absolute;
    left: 30px;
    top: 30px;
}


a#Phone{
    display: block;
    font-size: 42px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: rgb(57, 57, 65);
    width: 25%;
    height: 85px;
}
#Phone i {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #53B3C9;
}
#Content .widget a#Phone:after {
    content: "";
}


#Menu {
      display: block;
  font-size: 42px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: rgb(57, 57, 65);
  width: 25%;
  height: 100px;
}
#Menu i {
  position: absolute;
  right: 30px;
  top: 30px;
}
#Menu i.icon-close {
  font-size: 24px;
  right: 36px;
  top: 36px;
}

#MenuContent {
  visibility: hidden;
  opacity: 0;

  position: fixed;
  right: 0px;
  top: 100px;

  transition: visibility 0.25s, opacity 0.25s;
  -webkit-transition: visibility 0.25s, opacity 0.25s;
  -moz-transition: visibility 0.25s, opacity 0.25s;
  -o-transition: visibility 0.25s, opacity 0.25s;
}
.menu-open #MenuContent {
    visibility: visible;
    opacity: 1;
}
#MenuContent ul {
     padding: 25px 25px 25px 30px
}
#MenuContent li {
  padding: 15px 0;
}
#MenuContent a {
  color: white;
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase;
}

.menu-open #Content {
    margin-left: -325px;
}
#MenuContent ul.dark {
  background-color: rgb(57, 57, 65);
  padding-bottom: 100%;
}

#Content {
    position: absolute;
    width: 100%;
    margin-top: 100px;

    transition: margin-left 0.25s ease-in-out;
    -webkit-transition: margin-left 0.25s ease-in-out;
    -moz-transition: margin-left 0.25s ease-in-out;
    -o-transition: margin-left 0.25s ease-in-out;
}

#Content .widget .inner {
  padding: 25px;
  display:block;
  z-index: 1;
}

#Content .widget a.inner {
  color: #6A605D
}
#Content .widget .inner.dark {
    color: white;
    background-color: rgb(43, 52, 67);
    background-image: none;
}

#Content .widget a:after {
  content: "»";
  font-size: 91px;
  color: rgba(0,0,0,0.66);
  position: absolute;
    right: 20px;
  bottom: -4px;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
}
#Content .widget .dark:after {
    color: white
}

#Content #TeaserProfil .inner {
    position: relative;
    padding: 15px 25px 20px 115px
}
#Content #TeaserProfil .circle-slot{
    position: absolute;
    left: 10px;
    top: 10px;
}

#Content #TeaserKompetenzen ul {
    position: absolute;
    top: 35px; left: 25px;
}
#Content #TeaserKompetenzen ul li {
    background-repeat: no-repeat;
    width: 156px; height: 156px;
      position: absolute;
}
#Content #TeaserKompetenzen ul li a {
      color: #fff;
  font-size: 17px;
  font-weight: 100;
  display: block;
  width: 156px;
  height: 156px;
  text-align: center;
}
#Content #TeaserKompetenzen ul li a span {
    margin-top: 104px;
  display: inline-block;
    padding: 0 15px;
}
#Content #TeaserKompetenzen ul li.slot2 a span {
    margin-top:97px;
}
#Content #TeaserKompetenzen ul li.slot1 {
    background-image: url(/gfx/mobile-website-1-slot1.png);
}
#Content #TeaserKompetenzen ul li.slot2 {
    background-image: url(/gfx/mobile-website-1-slot2.png);
    top: 0;
  left: 138px;
  z-index: 1;
}
#Content #TeaserKompetenzen ul li.slot3 {
    background-image: url(/gfx/mobile-website-1-slot3.png);
      left: 275px;
  top: 0px;
}
#Content #TeaserKompetenzen ul li a:after {
  font-weight: 600;
  bottom: 45px;
  right: 47px;
}
#Content #TeaserKompetenzen ul li.slot2 a:after {
  font-weight: 600;
  bottom: 50px;
  right: 47px;
}
#Content #TeaserKompetenzen .inner {
    padding: 10px 25px;
}
#Content #TeaserKompetenzen small {font-size: 12px}

#Content #TeaserStandorte a.inner {
    padding-top: 10px;
}
#Content #TeaserStandorte span.t1 {
  display: block;
  padding-top: 12px;
}
#Content #TeaserStandorte span.t1 small {
    line-height: 14px;
    display: block;
}
#Content #TeaserStandorte a:after {
    bottom: 0px;
}

#Content #TeaserPartner a.inner {
    padding-top: 10px;
}
#Content #TeaserPartner span.t1 {
  display: block;
  padding-top: 12px;
}
#Content #TeaserPartner span.t1 small {
    line-height: 14px;
    display: block;
}
#Content #TeaserPartner a:after {
    bottom: 0px;
}
#Content #TeaserPartner .circle-slot {
    margin-top:12px
}

footer {
    padding: 25px;
    color: white;
    font-size: 14px;
}
footer small{
    font-weight: 100;
    font-size: 12px;
}
footer li {
    text-align: right
}
footer li a {
    color: white;
    font-weight: 100;
    font-size: 12px;
}
footer li a:visited,footer li a:active,footer li a:hover {
    color: white;
}

#Kontaktformular fieldset {
    border: medium none;
    display: block;
    margin: 0; padding:0;
    width: 100%;
}

.form-item label {
    margin-top:10px;
    display:block;
    font-size: 14px;
}
.form-item textarea {font-weight: 100}
.form-item input,
.form-item textarea,
.form-item select {
    display:block;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 18px;
    color: white;
    background-color: #766B67;
    border-style: solid;
    border-color: #66B8CE;
    border-width: 0 0 0 3px;
    font-family: calibri; line-height: 22px;

    transition: border-color 0.5s;
}

address {
    line-height: 28px;
}

.form-item input[type=checkbox] {
    width: auto; display: inline-block
}
.form-item input[type="submit"] {
    background: none repeat scroll 0 0 transparent;
    border-width: 0 3px 0 0;
    color: #333333;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 15px;
    text-align: right;
    width: 100%;
    cursor: pointer;
    border-color: #7A6F6B
}
.form-item.invalid input, .form-item.invalid textarea, .form-item.invalid select {
    border-color: #D3492C;
    border-width: 1px 2px 1px 3px;
    box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.5);
}

.form-item:hover input[type="submit"] { border-color: #66B8CE}

#Kontaktformular div.callback { margin-bottom:15px; display:none}

#Impressum h2 {
    margin-top: 15px;
}
#Impressum a {
    font-size: 18px;
}