html
{
  background-color: #B6DB86;
}

body
{
  background-color: white;
  width: 960px;
  margin: 50px auto;
  min-height: 900px;
  border-radius:12px;
  border: 2px #B6DB86;
  font-family: 'Gudea-normal-400' !important;
  font-style: normal;
  /*font-weight: 400;*/
  color: #666666;
  font-size: 16px;
  text-align: justify;
}

div#page
{
  margin: 0px auto;
  width: 820px;
  min-height: 900px;
  
}

div#header
{
  padding-top: 30px;
}


div#content
{}

div#footer
{
  margin-top: 60px;
  min-height: 250px;
}

div#logo
{
  background: url(../img/logo.png) no-repeat;
  width: 90px;
  height: 90px;
}


div#banner-angebot
{
  margin-top: 30px;
  width: 820px;
  height: 240px;
  background: url(../img/banner/banner-angebot.jpg) no-repeat;
}

div#banner-home
{
  margin-top: 30px;
  width: 820px;
  height: 240px;
  background: url(../img/banner/banner-home.jpg) no-repeat;
}

div#banner-kontakt
{
  margin-top: 30px;
  width: 820px;
  height: 240px;
  background: url(../img/banner/banner-kontakt.jpg) no-repeat;
}

div#banner-methode
{
  margin-top: 30px;
  width: 820px;
  height: 240px;
  background: url(../img/banner/banner-methode.jpg) no-repeat;
}

div#banner-psychotherapie
{
  margin-top: 30px;
  width: 820px;
  height: 240px;
  background: url(../img/banner/banner-psychotherapie.jpg) no-repeat;
}

div#banner-uebermich
{
  margin-top: 30px;
  width: 820px;
  height: 240px;
  background: url(../img/banner/banner-uebermich.jpg) no-repeat;
}

div#kosten
{
  display: flex; 
  width: 100%; 
  justify-content: space-between;
  margin-top: 30px;
}

div#kosten .kosten-item
{
  background-color: #B6DB86; 
  width: 140px; 
  height: 140px; 
  border-radius: 20px; 
  padding: 20px; 
  text-align: center;
  padding-top: 30px;

}
div#kosten .header {
  font-size: 1.2em; 
  font-weight: bold; 
  /* margin-bottom: 20px; */
  transform: skew(-0deg, -15deg);
}


/* kosten */
div#c327 img {
  margin-top: 24px;
}

.center
{
  text-align: center;
}

.justify
{
  text-align: justify;
}

.alignleft
{
  text-align: left;
}  

.csc-header h1
{
  font-family: 'Gudea-normal-400' !important;
  /*font-style: normal;
  font-weight: 400;*/
  font-size: 24px;
  line-height: 24px;
  margin-top: 60px;
}

h2.kontakt
{
  margin-top: 0px;
}

/* google maps */
.disabled > .message {
  width: 480px;
  height: 350px;
  background-color: lightgray;
  color: black;
  border: 1px solid darkgray;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  line-height: 25px;
}

.disabled > .message > a:hover {
  text-decoration: underline;
}
  
.disabled > .iframe {
  display: none;
}

.enabled > .message {
  display: none;
}
.enabled > .iframe {
  display: block;
}

h2.erreichbarkeit
{
  margin-top: -30px;
}

h3
{
  font-family: 'Gudea-normal-400' !important;
  /*font-style: normal;
  font-weight: 400;*/
  line-height: 24px;
  margin-top: 60px;
}


p
{
  margin-top: 30px;
  line-height: 24px;
}


ul.csc-bulletlist
{
  line-height: 28px;
  text-align: left;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.clear
{
  clear: both;
}

div#weberwihsboeck
{
  float: right;
  margin-right: -50px;
  margin-top: 0px;
}

div#weberwihsboeck a
{
  font-size: small;
  color: white;
}

a
{
  text-decoration: none;
  color: #666666;  
}

form label
{
  width: 120px;
  display: inline-block;
  line-height: 25px;
  vertical-align: middle;
}

form label.textarea
{
  vertical-align: top;
}

div#contactresult
{
  display: inline;
  padding-left: 50px;
}



#top_link {
    background: url("../img/top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 20px;
    color: #222;
    font-size: 34px;
    height: 90px;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-decoration: none;
    text-shadow: 0 0 4px #fff;
    transition: opacity 0.15s linear 0s;
    width: 79px;
    z-index: 9675309;
}
#top_link.active {
    opacity: 0.7;
}
#top_link.active:hover {
    opacity: 1;
    text-decoration: none;
}
#top_link:hover {
    opacity: 1;
}

div.rechtliches h3 {
  margin: 0;
  padding: 0;
}
div.rechtliches p {
  margin-top: 5px;
  padding-top: 0;
}