/*******************
rosa: #dd006e
grün: #97bf0d
*******************/

@charset "utf-8";
/* CSS Document */
*{
  padding: 0px;
  margin: 0px;
}
body,html{
  background-color:#fff;
  font-size:12px;
  line-height:140%;
  font-family:Arial, Verdana, sans-serif;
  color:#0e0e0e;
  padding: 0;
  margin: 0;
}
.buttons .button2 img, .buttons .button1 img, .box_finder{
  
  display: block;
  
  box-shadow: 0px 0px 10px #000;
}

.box_finder{
  
  height: 179px;
}
.box_fb{
  
  display: block;
  padding: 5px;
  box-shadow: 0px 0px 10px #000;
}


h1{
  font-family: "Arial", Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color:#0e0e0e;
  text-decoration:none;
  line-height:140%;
  font-weight: 600;
}



h1 a,
h1 a:active,
h1 a:visited,
h1 a:hover{
  font-family: "Arial", Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 19px;
  color:#ef7c00;
  text-decoration:none;
  font-weight:normal;
  line-height:140%;
  font-weight: 600;
}
img{
  border:0px;
}
a,
a img,
input {
  outline: none;
}

a,
a:active,
a:visited{
  font-size:12px;
  font-family:Arial, Verdana, sans-serif;
  color:#0e0e0e;
  text-decoration:underline;
}
a:hover{
  text-decoration:underline;
  color:#dd006e;
}

#container{
  position: absolute;
  text-align: left;
  margin: auto;
  width:100%;
  height: 700px;
  
  clear:both;
  z-index: 10;
}
#content{
  width: 960px;
  margin:0 auto;
  position:relative;
  margin-bottom:30px;
}
.column{
  padding-bottom: 40px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
#content p{
  margin-top: 10px;
  margin-bottom: 10px;  
  font-size: 15px;
  line-height: 22px;
}
#content .column p{
  margin: 0;
}
#headercontainer{
  width:100%;
  background: #FFF url("../img/bh_header2.jpg");
  background-repeat:repeat-y;
  background-size:100%;
  height:618px;
  box-shadow: 0px 2px 10px black;
}
.skizzencontainer{
  background: url("../img/skizzen.png") no-repeat center center;
  width:100%;
  margin:0 auto;
  height:520px;
  position:absolute;
  top:0px;
  left:0px;
}
#header{
  margin-bottom: 5px;
  width: 960px;
  height: 618px;
  margin:0 auto;
  position:relative;
}
#imgslider{
  background: url("../img/slider_bg.png") no-repeat;
  position: absolute;
  width: 815px;
  height: 535px;
  left: 145px;
  top: 20px;
  z-index: 2;
}
#slideshowcontainer{
  background: url("../img/sliderbg.png") no-repeat;
  position: absolute;
  width: 807px;
  height: 567px;
  left: -23px;
  top: 20px;
  z-index: 2;
}
#slideshow{
  width:760px;
  height:530px;
  border:1px solid #fff;
  position: absolute;
  left: 23px;
  top: 17px;
  background-color:#fff;
}
.pix_diapo{
  width:760px;
  height:529px;
}

#imgslider #images{
  position: absolute;
  top: 20px;
  left: 25px;
}
#sticker{
  position: absolute;
  top: 260px;
  right: 700px;
  z-index: 2;
  box-shadow: -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white, 1px 1px 10px white;
  border-radius: 80px;
}
.buttons{
  position: absolute;
  left: 760px;
  top: 67px;
  width: 200px;
  height: 300px;
  z-index: 1;    
}
.button2{
  position:relative;
  top:67px;
}

/******************************
FORMULAR
******************************/

#formular{
  
  width: 720px;
  height: 390px;
}
#bgForm{
  background-color: #abbd00;  
  position: absolute;
  width: 660px;
  height: 310px;
  padding: 25px;
  margin: 0px;  
  box-shadow: 0px 0px 10px #000;
}
#submit{
  position:absolute;
  bottom:20px;
  left:480px;
  width:190px;
  height:254px;
  padding:10px;
  background: url("../img/2015/button.jpg") no-repeat;
  border:0;
  cursor:pointer;
  background-size: auto 100%;
}
form{
  position: absolute;
  width: 500px;
}
form p{
  width: 450px;
}

form div .formCol{
  width: 310px;
  padding-bottom: 5px;
  -moz-column-count: 2;
  -moz-column-gap: 5px;
  -webkit-column-count: 2;
  -webkit-column-gap: 5px;
  column-count: 2;
  column-gap: 5px;
}
input.large{
  width: 200px;
  height:22px;
}
input.medium{
  width: 148px;
  height:22px;
}
input.small{
  width: 43px;
  height:22px;
}
button.send{
  position:absolute;
  bottom:0px;
  right:-165px;
  width:218px;
  height:261px;
  cursor:pointer;
}
label{
  float:left;
  display:block;
}
label.right{
  margin-left:6px;
}
.cell.leftfloat{
  clear:both;
  float:left;
  width:48%;
  margin:4px;
}
.cell.rightfloat{
  float:right;
  width:48%;
  margin:4px;
}
.gender_text{
  float:left;
  width:50px;
  margin-left:10px;
}
.tb_text{
  float:left;
  width:400px;
  margin-left:10px;
}

form #frau{
  margin-left: 5px;
  margin-bottom: 8px;
}
form #herr{
  margin-left: 30px;
  margin-bottom: 8px;
}

.columnForm{
  padding-bottom: 0px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

.datenschutz{
  padding:15px;
}
.impressum{
  float:right;
}

.leftcontent{
  width:719px;
  float:left;
  margin-right:40px;
}
.rightcontent{
  width:201px;
  float:right;
  margin-top:25px;
}

#right{
  position: absolute;
  width: 200px;
  height: 300px;
  left: 960px;
  top: 640px;
}
.leftfloat{
  float:left;
}
.rightfloat{
  float:right;
}
.cleardiv{
  clear:both;
}

/*** siwa_simpleform ***/
.tx-siwa-simpleform .typo3-messages .typo3-message{
  background-color:#ef7c00;
  width:660px;
  padding:0 25px;
  line-height:35px;
  margin-bottom:20px;
  box-shadow: 0px 0px 10px #000;
  text-align:center;
  font-weight:bold;
  font-size:18px;
  color:#fff;
  text-transform:uppercase;
}



