/* CSS to ensure sidebar and content are same height (optional) */



html, body {
    height: 98%;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


a, a:focus, a:hover
{
    color: #000;
}

.mo,
.mouse-pointer
{
    cursor:pointer;
}

.mouse-move
{
    cursor:move;
}

.header{
    width: 100%;
    height: 150px;
    background-color: #b2c900;
    padding: 20px 0;
    color: #ffffff;
    margin-bottom: 30px;
}

.header-main{
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.header-sub{
    font-size: 1.25rem;
}

.container
{
    width: 80%;
    /*background-color: #ffffff;*/
    height: 75%;
}

.footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 10px;
    font-size: 0.75rem;
}

#h1-runden
{
    margin-top: 40px;
    margin-bottom: 30px;
    display: block;
} 

@media only screen and (max-width: 768px)  
{
    .header-main{
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 400;       
    }
    
    #h1-runden
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    h1{
        font-size: 1.25rem;
    }
}

/* ============================================= */

.btn{
    color: #000;
}
.square{
    position: absolute;    
}

.round{
    border-radius: 50%;
}

.circle{
    position: absolute;    
}

.circle-1{    
    background: #333;
    width: 7px;
    height: 7px;
    /*opacity: 0.2;*/
}
.circle-2{    
    background: #ff0000;
    width: 10px;
    height: 10px;    
}
.circle-3{    
    background: #00ff00;
    width: 15px;
    height: 15px;    
}
.circle-4{    
    background: #0000ff;
    width: 10px;
    height: 10px;    
}
.circle-5{    
    background: #0f00ff;
    width: 10px;
    height: 10px;    
}

.circle-6{    
    background: #0f00ff;
    width: 30px;
    height: 30px;    
}
.circle-7{    
    background: #0f00ff;
    width: 20px;
    height: 20px;    
}
.circle-8{    
    background: #ff00ff;
    width: 15px;
    height: 15px;    
}

.circle-9{    
    background: #0f00ff;
    width: 5px;
    height: 5px;    
}
.circle-10{    
    background: #0f00ff;
    width: 10px;
    height: 10px;    
}
.circle-11{    
    background: #ff00ff;
    width: 15px;
    height: 15px;    
}

.area-base
{
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    background-color: #444;
}

.area-float
{
    float: left;    
}

/*
.line1 {
    height: 50px;
  width: 200px;
  border-bottom: 2px solid red;
  border-right: 2px solid red;
  -moz-transform: skew(-45deg);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);

}
.line2 {
    width: 112px;
    
    border-bottom: 1px solid #0000ff;
    -webkit-transform:
        translateY(20px)
        translateX(5px)
        rotate(-26deg);
    position: absolute;
    top: -33px;
    left: -13px;
}
*/

#anzahl{
    font-weight: bold;
    color: #444;
}

.btn-success, .btn-success.focus, .btn-success:focus{
    background-color: #b2c900;
    border-color: #000;
    color: #333;
}
.btn-success:hover{
    background-color: #ededed;
    color: #000;
}

