/*
Theme Name: klangkiosk theme neu
Theme URI: http://klangkiosk.com/
Author: Sebastian Thewes
Author URI: http://lightra.com/
Description:
Version: 0.01
Text Domain: klangkiosktheme
*/

body{
  font-family: 'source_sans_proregular';
  font-size: 15px;
}
.main{
  margin:0 0 0 100px;
  width:600px;
  position:relative;
}
.right{
  width:300px;
  float:right;
}
.left{
  width:300px;
  float:left;

}
.horicontal{
  margin:0 0 50px 0;
}
.clear{
  clear:both;
}
a{
  color:rgb(100,100,100);
}
a h2{
  color:rgb(0,0,0);
}
.logo{
  width:600px;
  height:170px;
}
.logo img{
  position:absolute;
  left:-35px;
}
.border-top{
  border-top:1px solid rgb(220,220,220);

}
.subitems{
  height:110px;
}
h2{
  margin-top:10px;
}
@media(max-width:767px){
  body{
    width:100%:;
    font-size: 12px;
  }
  h1{

  }
  h3{
    font-size: 13px;
  }
  .logo{
    width:100%;
    height:170px;
  }
  .logo img{

  }
  .main{
    margin:0;
    width:100%;
    position:relative;
  }
  .right{
    width:50%;
    float:right;
  }
  .left{
    width:50%;
    float:left;

  }
  .subitems{
    height:110px;
  }
}
@media(max-width:450px){
  body{

    font-size: 10px;
  }
  h1{

  }
  h3{
    font-size: 10px;
  }
  .subitems{
    height:130px;
  }
}

.accordion {
/*margin: 50px;*/
}
.accordion dt, .accordion dd {
padding: 10px 10px 10px 0;

border: 0px solid black;
border-left:0px;
border-right:0px;
border-bottom: 0;
}
.accordion dt:last-of-type, .accordion dd:last-of-type {
border-bottom: 0px solid black;
border-left:0px;
border-right:0px;
}
.accordion dt a{
display: block;
color: black;
font-weight: bold;
}
.accordion dd {
border-top: 0;
font-size: 12px;
margin:0;
padding-bottom: 40px;
color:rgb(100,100,100);
}
.accordion dd h3 {

font-size: 13px;

}
.accordion dd:last-of-type {
border-top: 0px solid white;
position: relative;
top: -1px;
}

a {
text-decoration: none;
}
