html {
    height: 101%;
}

body {
    width:100%;
    height: 100%;
    background-color: #fff;
    color:#333;
    font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    
    opacity:0; 
    -webkit-animation:fadeIn ease-in 1;  
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:.5s;
    -moz-animation-duration:.5s;
    animation-duration:.5s;
    
    -webkit-animation-delay:.4s;
    -moz-animation-delay:.4s;
    animation-delay:.4s;
}

/* fade in animation for whole page onload */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.container-own {
    margin: auto auto;
    width:1150px;
    padding-top:30px;
    padding-bottom:30px;
}

.row{
    
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Amatic SC', Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 40px;
    margin: 0 0 0 0;
}

h4 {
    font-size:20px;
    font-weight: 300;
}

h5 {
    font-size:14px;
    margin: 0 0 0px 0;
    font-weight: 500;
}

.font-medium{
    font-weight: 400;
}

strong {
    font-weight: 600;
}

a {
    text-decoration:none;
    color: #333;
    font-weight: 600;
}

a:hover{
    text-decoration:none;
    color: #777;
    font-weight: 600;
}


hr {
    border: solid 1px #333;
    margin: -2px 0 0 0;
}

.medium-font {
    font-weight: 500;
}

.border {
    border: 2px solid #333;
}





/***************************************
col
***************************************/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}


/***************************************
panel
***************************************/
.panel{
    margin-bottom:0px;
}

/***************************************
header
***************************************/

.text-header{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    
    color:#fff;
    
}

.text-header h1{
    font-size:80px;
    text-shadow: -1px 2px 8px rgba(40,40,40,1);
}

.text-header p{
    font-size:23px;
    text-shadow: -1px 3px 8px rgba(30,30,30,1);
}


/***************************************
icons
***************************************/
.circle{
    width:150px;
    height:150px;
    border-radius: 500px;
    background-color: #eee;
    margin: 0 auto 20px auto;
    
}

.icons p{
    width:90%;
    text-align: center;
    margin: auto auto;
}


.icon{
    margin: 20px auto 20px auto;
    width: 40%;
}

.icon img{

}



/***************************************
info  #d9eff7
***************************************/
.info{
    background-color: #fff;
}

.info h1{
    margin-bottom: 10px;
}

.info img{
    width:100%;
}


/***************************************
info-1
***************************************/
#intro{
    background-color: #fff;
}


/***************************************
info-2
***************************************/
#icons{
    
}


/***************************************
info-3
***************************************/
#aktivitaeten{
        background-color: #e4f7e4;
}


/***************************************
info-4
***************************************/
#bilder{
    

}

/***************************************
info-5
***************************************/
#ausstattung{
    background-color: #e4f7e4;
}

/***************************************
info-6
***************************************/
#kontakt{

}

/***************************************
wohnungsbilder
***************************************/

.wohnungsbilder-div {
    margin-bottom:20px;
}

.wohnungsbilder-div p {
    margin-top:5px;
}


#panel-1{
    background: url(../bilder/bullay.jpg) no-repeat center center fixed;
    height: 100%;
    
    display: table;
    position: relative;
    
    width: 100%;
    
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    image-rendering: -webkit-optimize-contrast;
}

/***************************************
panel-2
***************************************/
#panel-2{
    background: url(../bilder/weinbergsweg.jpg) no-repeat center center fixed;
    height:400px;
    
    display: table;
    position: relative;
    width: 100%;
    
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/***************************************
panel-3
***************************************/
#panel-3{
    background: url(../bilder/weinblaetter.jpg) no-repeat center center fixed;
    height:400px;
    
    display: table;
    position: relative;
    width: 100%;
    
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/***************************************
panel-4
***************************************/
#panel-4{
    background: url(../bilder/zell.jpg) no-repeat center center fixed;
    height:400px;
    
    display: table;
    position: relative;
    width: 100%;
    
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*************
responsive
*************/

/*Smaller screens*/
@media screen and (max-width: 1250px) {
    .container-own {
        width:92%;
    }
  
    #bilder h1{
        margin-top: -19px;
    }
}

/*Very Small Screens*/
@media screen and (max-width: 991px) {
  
}


/*Smartphones*/
@media screen and (max-width: 767px) {
 .second-h{
    margin-top: 20px;
 }
    
 #bilder h1{
    margin-top: 0px;
 }
    
 .icon{
    margin-top: 50px;
 }
    
 
}


