/**
 * Place your custom styles here.
 */


/*

Alfa+Slab+One|Pattaya|Anton|Roboto:300,400

*/

@font-face {
    font-family: 'Alfa Slab One';
    src: url('../fonts/alfaslabone-regular-webfont.woff2') format('woff2'),
         url('../fonts/alfaslabone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'RobotoReg';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'Anton';
    src: url('../fonts/anton-regular-webfont.woff2') format('woff2'),
         url('../fonts/anton-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pattaya';
    src: url('../fonts/pattaya-regular-webfont.woff2') format('woff2'),
         url('../fonts/pattaya-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/*  BREITEN   */


.container-fluid {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#navbar.container-fluid {
    max-width: 100%;
    width: 90%;    
}

.ds-2col > .group-left {
    float: none;
    width: auto;
}


/*  GLOBALS   */


html {
    height: 100%;
}
body.path-frontpage,
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #4D4D4D;
	line-height: 26px;
    height: 100%; 
}
body.path-frontpage  {
    background: url(../img/bg_footer.jpg) no-repeat bottom center;
    background-attachment:  fixed;
}
a, a:hover {
    color: #CD1417;
}
h1 {
    font-family: 'Pattaya', cursive;
    color: #CD1417;
    margin-bottom: 8px;
    margin-top: 4px;
    font-weight: normal;
}

h2 {
    font-family: 'Anton', cursive;
    font-size: 20px;
    font-weight: normal;
    color: #666;
    display: block;
    padding-bottom: 5px;
    letter-spacing: 0.5px;
}
.page-header {
    border: none;  
}
.region-header {
    width: 520px;
    height: 181px;
    margin: 30px auto 60px auto;
}
.logo.navbar-btn.pull-left {
    padding: 25px 95px;
    background: rgba(255,255,255,0.6);
    border-radius: 12px;
}
.region-header img {
    width: 100%;
    height: auto;
}

.page-node-1 .region.region-content,
.path-user .region.region-content,
.path-user .region.region-content {
    margin: 0 auto 40px auto;
    text-align: center;
    padding: 40px 0;    
    width: 40%;
    background: rgba(255,255,255, 0.6);
    border-radius: 12px;
}
.page-node-1 #user-login-form,
.path-user #user-pass,
.path-user #user-login-form {
    width: 400px;
    margin: 0 auto;
}
label {
    font-weight: normal;
}
.page-node-1 ul,
.path-user ul {
    list-style-type: none;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    font-family: 'Alfa Slab One', cursive;
    font-size: 21px;
    font-weight: normal;
    text-decoration: none;
    background-color: #1a1a1a;
    background: rgba(26,26,26,1);
    background-color: rgb(26, 26, 26);
    border: 1px solid #cd1417;
    border-radius: 6px;
    padding: 10px 30px 10px 50px;
    color: #fff; 
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    background-color: #fff;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.btn .glyphicon.icon-before, 
.btn.icon-before .glyphicon {
    margin-left: -.25em;
    margin-right: .25em;
    color: #cd1417;
}

/*  Text unter Logo raus   */
.navbar-brand {
    display: none;
}


/*  NAVBAR   */
.page-node-1 #navbar,
.path-user #navbar,
.path-user #navbar {
/*    display: none;*/
}
.navbar-nav {
    margin: 7px 0;
}
.navbar-default {
    background-color: transparent;
    border: none;
}
#navbar .nav > li {
    position: relative;
    display: inline-block;
}
#block-cdc-main-menu .nav > li > a {
    position: relative;
    display: block;
    padding: 8px 10px;
    font-size: 14px;
}






/*  CONTENT   */

.region-content {
    margin-bottom: 60px;
}



.footer.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.footer {
    margin-top: 450px;
    padding-top: 35px;
    padding-bottom: 0;
    border-top: none;

    display: block;
    position: fixed;
    bottom: 0; 
}




@media (max-width: 1200px) {

    .page-node-1 .region.region-content,
    .path-user .region.region-content,
    .path-user .region.region-content {

        width: 60%;
    }
    
    
}  /* 1200  */









@media (max-width: 860px) {
    
    .page-node-1 .region.region-content,
    .path-user .region.region-content,
    .path-user .region.region-content {
        width: 80%;
    }
    
    
}  /* 860    */






@media (max-width: 600px) {
	
    .page-node-1 #user-login-form,
    .path-user #user-pass,
    .path-user #user-login-form{
        width: 80%;
    }
    .region-header {
        width: 90%;
    }
    .logo.navbar-btn.pull-left {
        padding: 3% 10%;
        
    }
     .btn {
        font-size: 16px;
    }   
    
}  /* 600    */


@media (max-width: 360px) {
    
    .page-node-1 .region.region-content,
    .path-user .region.region-content,
    .path-user .region.region-content,
    .region-header {    
        width: 100%;
    }
     .region-header {
        height: 100px;
    }   
    
}  /* 360    */