html,body {
    font-family:'Open Sans';
}

.row{
    margin: 0 !important;
}

.container-fluid{
    padding: 0 !important;
}
hr{
    background: black;
    border: 0;
    height: 1px;
}

.arena-jumbotron-nomarginbottom{
    margin-bottom: 0px !important;
}
.visited{
    color: #428bca !important;
}

.zeroPaddingLeft{
    padding-left: 0px;
}

.zeroPaddingRight{
    padding-right: 0px;
}

.zeroMarginRight{
    margin-right: 0px;
}

.zeroMarginLeft{
    margin-left: 0px;
}
.img_wide{ 
    margin: 0 auto; 

}
li{
    list-style: none;
}
.bordernone{
    border: none;
}
@media(max-width:767px){
    h3{
        font-size: 18px;
    }
    h2{
        font-size: 23px;
    }
}

.jumbotron p{
    margin-bottom: 0px;
}

@media(max-width:767px)
{
    .jumbotron p{
        font-size: 15px;
    }

}
@media(min-width:768px){
    .jumbotron p{
        font-size: 18px;
    }

}

ul{
    list-style: none !important;
}


.cliccable{
    cursor: pointer !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px
}
a:focus {outline:none;}
a::-moz-focus-inner {border:0;}

.error_message{
    color: #881c0d;
    border: 1px #881c0d dotted; 
}

.done_message{
    color: #009871;
    border: 1px #009871 dotted; 
}
#registerform{
    margin-top: 20px;
}
.row_login{
    margin-bottom: 8px!important;
}
.button_newsletter{
    width:200px;
}
.container_button_newsletter{
    margin-top: 30px!important;
    text-align: center;
}
.newsletter_textarea{
    font-size:10px;
    width:100%; 
}
.glyphicon-ok::before{
    content: none!important;
}
.glyphicon-remove::before{
    content: none!important;
}

.jumbotron{
    margin-bottom: 0px!important;
}
.cookiecontainer{
    display: flex;
    padding:10px;
    position: fixed;
    bottom: 0;
    background: #1276c5;
    color:#ffffff;
    z-index: 99999999;
    text-align: center;
}
.close_cookie{
    color: black;
    margin-top: 3px;
    height: 30px;
    width: 30px;

}
.info_cookie{
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
}

.info_cookie a,.info_cookie a:visited{
    color: white !important;
    text-decoration: underline;
    cursor: pointer !important;
    z-index: 99999999 !important;
}

.buttonback{
    padding: 1em;
    color:white;
    background: #1276c5;
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
}

.buttonbackcenter{
    margin: 0 auto !important;
    float: none !important;
}
