/*
Theme Name: Perfect Starter Theme
Theme URI: https://starter.netperfection.de
Description: Perfect Starter Theme
Version: 0.1
Author: NetPerfection - Denis Metten
Author URI: https://starter.netperfection.de
 */

html, body{height:100%;}

html { 
  background-repeat: no-repeat; 
  background-position: center center;
  background-attachment: fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {font-family: 'Nunito Sans', sans-serif;font-weight:400;font-size:100%;font-size:16px;color:#073044;padding:0 !important;margin:0 !important;background-color:#fff;}

/*##############################*/
/*### BOOTSTRAP ANPASSUNGEN #####*/
/*##############################*/

body *{border-radius:0px !important;}
.card-body{
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
}
.card-footer {
    background-color: rgba(0,0,0,0);
    border-top: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
}
.card{
    border:none;
}
.jumbotron {
    margin-bottom: 0px;
}

/*##########################*/
/*### IMAGE FULL WIDTH ########*/
/*##########################*/

.image-full-width{
    padding-top:150px;
    padding-bottom:100px;
    margin-top: 50px;
}

/*##########################*/
/*### MEDIA QUERIES ##########*/
/*##########################*/

@media screen and (min-width: 991px) {
}

@media screen and (max-width: 991px) {
    
    /*##########################*/
    /*### IMAGE FULL WIDTH ########*/
    /*##########################*/
    
    .image-full-width{
        margin-top: 0px;
    }   
    
}

