/*     Theme Name: Go4IT Theme
    Theme Description: Go4IT Responsive Template
    Author: PXLART
    URL: http://www.pxlart.de/
    Version: 1.0
*/
@import url('bootstrap/css/bootstrap.min.css');



body, html{
    background-color:#000;
    font-family: 'PT Sans', sans-serif;
    font-size:11pt;
}

body { 
    padding-top: 50px; 
}



.container-fluid{
    max-width:1140px;
}


.jumbotron{
    margin:0px;
}

.highlight{
   background-color:#fff;
   box-shadow: 0px 0px 0px 2px #fff;
}

a{
    color:#d51030;
    transition: color 0.5s;
}

ul {
    list-style: none;
}

li:before {
    content: "■ ";
    color:#ccc;
}

.navbar li:before {
    content: "";
}


a:hover{
    color:#f00;
    transition: color 0.125s;
}

.row{
    padding-top:25px;
    padding-bottom:25px;
}

.article {
    padding-bottom:10px;
}


h2{
    color:#fff;
    font-size:1.2rem;
    padding:10px;
    background-color:#444;
    box-shadow: -15px 0px 0px 0px #d51030;
}

h3{
    color:#444;
    background-color:#eee;
    border:none;
    font-size:1rem;
    padding:5px;
}

h4{
    color:#fff;
    background-color:#d51030;
    border:none;
    font-size:1rem;
    font-weight:normal;
    padding:5px;
    display:inline-block;

}


.btn{
    border-radius: 0;
    border-width:0px;
    border-left-width:10px;
    border-color:#d51030;
    color:#d51030;
    background-color:#fff;
    font-size:0.8rem !important;
    display:inline;
    padding:0px;
    padding-left:5px;
    padding-right:5px;
    transition: 0.5s;
    margin-bottom:10px;
    white-space: normal;
    box-shadow:inset 0px 0px 0px 0px #d51030;
}

.btn:hover{
    border-color:#d51030;
    color:#fff;
    /*background-color:#d51030;*/
    transition: 0.25s;
    box-shadow:inset 768px 0px 0px 0px #d51030;
}


img{
    max-width:100%;
    max-height:100%;
    height:auto;
}

.partner img{
    height:60px;
    margin-bottom:10px;
}


/* Team */
.team img{
    margin-bottom:10px;
}

.team h4{
    margin-bottom:0px;
}


.teamrow{
    padding:0px;
}

/* Thumbnail */

@media (min-width: 480px) {
    .attachment-post-thumbnail{
       max-height:100px;
       width:auto;
       float:right;
    }
}
@media (min-width: 768px) {
    .attachment-post-thumbnail{
       max-height:300px;
       width:auto;
       float:right;
    }
}

/* Page */

.pagebg{
    background-color:#eee;
}


.pagebg .container-fluid{
    background-color:rgba(255,255,255,0.7);
}

/* NAVBAR */

.navbar-brand {
    width:100px;
}

.navbar{
    font-size:1rem;
    background-color:#444;
    background-image:url('img/ov.png');
    background-attachment:fixed;
    border:none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.navbar .container-fluid{
    background-color:#222;
    border-style:solid;
    border-color: #d51030;
    border-width:0px;
    border-left-width:15px;
}

.navbar a{
    font-weight:normal !important;
}

.navbar li .active a{
    background-color:#222;
    transition: 0.5s;
}
.navbar li .active a:hover{
    background-color:#444;
    color:#fff !important;
    transition: 0.125s;
}

.navbar li a:hover{
    color:#fff !important;
    background-color:#444; 
}

.menu-item{
    transition: 0.5s;
    box-shadow:inset 0px 0px 0px 0px #d51030;
}

.dropdown-menu .menu-item:hover{
    box-shadow:inset 0px 0px 0px 0px #d51030;
}

.menu-item:hover{
    /*background-color:#d51030;*/
    transition: 0.125s;
}

.dropdown-menu{
    border-radius: 0;
    border-color: #d51030;
    border-width:0px;
    border-left-width:15px;
    padding:0px;
    background-color:#000;
}

.dropdown-menu a{
    color:#ccc !important;
    transition: 0.5s;
    font-size:1rem;
}


.dropdown-menu a:hover{
    color:#444 !important;
    transition: 0.125s;
}

.navbar-collapse{
    max-height:none;
}


@media (min-width: 768px) {
    body { 
       padding-top: 70px; 
    }
    
    .navbar-brand {
       height:70px;
       width:164px;
    }

    .navbar{
       height:70px;
    }

    .menu-item a{
       line-height:70px !important;
       height:70px;
    }
    
    .menu-item:hover{
       box-shadow:inset 0px -70px 0px 0px #d51030;
    }
    
    .dropdown-menu a{
       line-height:normal !important;   
       height:auto;
    }
    
}

/* JUMBOTRON PAGEHEADER*/

.pageheader{
    padding:0px;
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
    background-attachment:fixed;
}

.pageheader .container-fluid{
    background-color:rgba(255,255,255,0.7);
    padding-top:20px;
}


.pageheader{
    margin-bottom:0px; /*stranger rand*/
}


.pageheader p{
    font-size:1rem;
}




/* PAGEFOOTER */
.pagefooter p, .pagefooter h1, .pagefooter h2, .pagefooter h3{
    font-size:0.8rem !important;
    font-weight:bold !important;
    color:#ccc;
}

.pagefooter{
    background-color:#444;
    background-image:url('img/ov.png');
    background-attachment:fixed;
    padding:0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}


.pagefooter h3{
    color:#fff;
    background-color:#444;
    border:none;
    font-size:0.8rem !important;
    padding:5px;  
}

.pagefooter h4{
    color:#fff;
    background-color:#d51030;
    border:none;
    font-size:0.8rem;
    font-weight:normal;
    padding:5px;
    display:inline-block;
}

.pagefooter .container-fluid{
    background-color:#222;
}



.lowerfooter{
    background-color:#000;
    padding:0px;
    clear:both;
    text-align:right;
    margin-top:px;
}

.lowerfooter .row{
    padding-top:10px;
    padding-bottom:0px;
}

.lowerfooter p{
    font-size:small !important;
    font-weight: lighter;
}

.lowerfooter a{
    font-weight: lighter;
}






/* GALLERY */
.gallery {
    display: inline-block;
}

.gallery img {
    border: none!important;
    width:100%;
    height:auto;
}

.gallery dl{
    width:50% !important;
    padding:0px !important;
    transition: opacity 0.5s ease-in-out;
}
.gallery dl:hover{
    opacity:0.7;
    transition: opacity 0.125s ease-in-out;
}

.gallery dl{
    margin-bottom:0px !important;
    margin-top:0px !important;
}


.gallery:after{
    content:"\00a0";
}

@media (min-width: 480px) {
    /* rules for mobile horizontal (480 > 768)  */
    .gallery dl{ width:25% !important;}
}
@media (min-width: 768px) {
       /* rules for tablet (768 > 992) */
    .gallery dl{ width:33.33% !important;}
}
@media (min-width: 992px) {
       /* rules for desktop (992 > 1200) */
    .gallery dl{ width:25% !important;}
}
@media (min-width: 1200px) {
       /* rules for large (> 1200) */
    
}


/* EVENTS*/
.events-table{
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}

table.em-calendar{ 
    width:100%; 
    text-align:center;
}

table.fullcalendar td{ 
    width:14.28%; 
    border-style:solid;
    border-width:1px;
    border-color:#ccc;
    padding:5px; 
}

.events-table tr{
    border:0px;
    border-bottom:1px;
    border-style:solid;
    border-color:#ccc;
}


table.em-calendar ul { 
    display:none;
}

table.em-calendar a { 
    display: block;
}

.event-time{
    width:30%;
}

.eventful{
    background-color:#eee;
    transition: background-color 0.5s;
}

.eventful:hover{
    background-color:#ccc;
    transition: background-color 0.125s;
}

.css-events-list h2{
    color:#444;
    background-color:#eee;
    border:none;
    box-shadow:none;
    font-size:1rem;
}

.events-table tr td:first-child{
        font-size:0.8rem;
    }

@media (max-width: 520px) {
    .events-table tr td:first-child{
        display:none;
    }
    .event-time{
        display:none;
    }
}

.em-pagination{
    display:block;
    text-align: center;
    background-color:#eee;
}

.current{
    font-weight:normal;
}


/* TUBEPRESS */
.tubepress_normal_embedded_wrapper, .tubepress_thumbnail_area {
    width:auto!important;
}

.tubepress_container {
    width: 100% !important;
    height: 75% !important;
    margin-top: 20px;
}

.tubepress_normal_embedded_wrapper{
    position: relative !important;
    padding-bottom: 56.25% !important;
    width:100% !important;
    padding-top: 30px !important;
    height: 0 !important;
    overflow: hidden !important;
    clear:both !important;
    margin-bottom:20px !important;
}

.youtube-player {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.nothumb-tubepress .tubepress_thumbs{
    display:none;
}

/* KONTAKTFORMULAR */
.wpcf7 input{
    width: 100%;
    font-size:1rem;
}
.wpcf7 textarea{
    width: 100%;
    font-size:1rem;
} 


/* overlay picture */
#cboxTopLeft, #cboxTopRight, #cboxTopCenter, 
#cboxBottomLeft, #cboxBottomRight, #cboxBottomCenter,
#cboxMiddleLeft, #cboxMiddleRight{
    visibility:hidden;
}

#cboxWrapper{
    background-color:#222;
}



/* login */
.wplogin{

}

.wplogin p{
    text-align:left;
}

    /* Username input. */
.wplogin .input {
    color:#000;
    background-color:#444;
    border:none;
    position:absolute;
    left:120px;
}

    /* Remember me wrapper paragraph. */
.wplogin label{
    color:#444;
    font-weight:normal;
}

.wplogin .login-remember {
    display:none;
}

    /* Submit button. */
.wplogin .login-submit .button-primary {
    color:#000;
    background-color:#444;
    border:none;
}


@media (min-width: 768px) {
    .wplogin p {
       text-align:left;
       float:left;
       display: inline;
    }
    
    .wplogin .input {
       margin-right:10px;
       position:relative;
       left:0px;
    }
    
    .wplogin .login-submit .button-primary {
       position:relative;
       left:0px;
    }
}


/* Facebook Feed */
#cff a:hover, #cff a:focus {
    text-decoration: none !important;
}

#cff.cff-half-layout .cff-photo, #cff.cff-half-layout .cff-iframe-wrap, #cff.cff-half-layout .cff-vidLink {
    overflow: hidden;
    max-height: 500px;
}


/* ----------------- clearfix ----------------- */

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}
