@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('https://fonts.googleapis.com/css?family=Cabin:400,700');
@import url('https://fonts.googleapis.com/css?family=Quattrocento');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; 
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; 
}

@-webkit-keyframes bounce {
  0% { 
      opacity: 0; 
      transform: scale(.3);
   }
   80% {
        opacity: 1;
        transform: scale(1);
   }
}
@keyframes bounce {
  0% { 
      opacity: 0; 
      transform: scale(.3);
   }
  80% {
       opacity: 1;
      transform: scale(1);
   }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

img { 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


html {
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-size: 20px;
    color: #0c2042;
    text-shadow: 1px 1px 1px 1px rgba(0,0,0,0.005);
}

body{
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    
}

b{
    color: #0d3153;
}

#btn_goTop{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 32px;
    background: white;
    padding: 0;
    margin: 0;
    width: 64px;
    height: 64px;
}

#btn_goTop:hover{
    filter: brightness(110%);
}

#header{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-height: 125px;
    text-align: center;
}

#header .header-box{
    box-sizing: border-box;
    height: auto;
    width: 49%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

#header h1{
    padding: 0;
    margin: 0;
    color: #0d3153;
    font-family: "Cabin", sans-serif;
    font-size: 34px;
    font-weight: 700;
    max-height: 100px;
    padding-top: 5px;
}

#header h1 span{
    font-size: 24px;
    position: relative;
    top: -50px;
    left: 132px;
}

#header h1 img{
    height: 100px;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    top: 5px;
}

#header h2{
    padding: 0;
    margin: 0;
    color: white;
    font-family: "Cabin", sans-serif;
    color: black;
    font-weight: 700;
    font-size: 28px;
    text-align: right;
    padding-top: 25px;
}

#header h2 img{
    position: relative;
    top: 22px;
    left: -5px;
    height: 40px;
    width: 40px;
}

#header h2 span{
    font-size: 16px;
    color: #3e3e3e;
    position: relative;
    top: -10px;
}

#navigation{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    height: 80px;
    background: #0d3153;
    text-align: center;
    position: relative;
    display: block;
}

#navigation ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#navigation ul li {
	display: inline-block;
	vertical-align: top;
	width: 170px;
    min-width: 100px;
}

#navigation a{
    font-size: 0.8rem;
    display: block;
    text-decoration: none;
    line-height: 80px;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
}

#navigation a:hover{
    background: rgb(255, 201, 40);
}

#content{
    height: auto;
    width: 100%;
    min-height: 300px;
    background: white;
    padding-bottom: 100px;
    box-sizing: border-box;
}

#content .app .title-img-box{
    min-height: 100px; 
    text-align: center;
    padding: 20px;
    margin-top: -40px;
    z-index: -1;
}

#content .app .title-img-box h1{
    font-size: 42px;
    color: white;
    font-family: "Quattrocento", sans-serif;
    letter-spacing: 0.1em;
    line-height: 75px;
    margin-top: 75px;
}

#content .app .home{
    background: url("../img/mountain.jpg");
    background-attachment: fixed;
    overflow: hidden;  
}

#content .app .impressum{
    background: url("../img/mountain.jpg");
    background-attachment: fixed;
    background-position-y: -200px;
    overflow: hidden;  
}

#content .app .vorsorge{
    background: url("../img/grass.jpg");
    background-attachment: fixed;
    background-position-y: -200px;
    overflow: hidden;  
}

#content .app .trauerfall{
    background: url("../img/willow.jpg");
    background-attachment: fixed;
    background-position-y: -300px;
    overflow: hidden;  
}

#content .app .bestattung{
    background: url("../img/graveyard.jpg");
    background-attachment: fixed;
    background-position-y: -200px;
    overflow: hidden;  
}

#content .app .kontakt{
    background: url("../img/grass.jpg");
    background-attachment: fixed;
    background-position-y: -200px;
    overflow: hidden;  
}

#content .app .galerie{
    background: url("../img/graveyard.jpg");
    background-attachment: fixed;
    background-position-y: -200px;
    overflow: hidden;  
}


#content #home.app .title-img-box p{
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    text-align: center;
    width: 100%;
    max-width: 900px;
    background: rgba(0,0,0,0.7);
    border: 2px solid white;
    color: white;
    margin-top: 150px;
    font-size: 60px;
    font-family: "Quattrocento", sans-serif; 
    padding: 50px; 
    outline: 20px solid rgba(0,0,0,0.3); 
    margin-bottom: 120px; 
    box-sizing: border-box;
}

#content #home.app #welcome{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    box-sizing: border-box;
    text-align: center;
}

#content #home.app #welcome img{
    display: inline-block;
    width: 40%;
    
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}

#content #home.app #welcome p{
    font-family: "Open Sans", sans-serif;
    padding-left: 50px;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.h1-border-dove{
    background: url("../img/logo1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    background-position-y: 100px;
    font-size: 50px;
    height: 150px;
    line-height: 100px;
    color: #0d3153;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
}

#content .content-textcontainer{
   width: 100%;
   margin-top: 50px;
   padding-left: 20px;
   padding-right: 20px;
   box-sizing: border-box;
}

#content .content-textcontainer ul.contact{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    padding: 0;
    text-align: center;
}

#content .content-textcontainer ul.contact li{
    display: inline-block;
	vertical-align: top;
    width: 30%;
    box-sizing: border-box;
    min-height: 200px;
    padding-top: 25px;
}

#content .content-textcontainer ul.contact li img{
   margin-bottom: 50px;
}

#content .content-textcontainer p{
    width: 60%;
    max-width: 1000px;
    min-width: 500px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

#content .content-textcontainer h1{
    width: 60%;
    max-width: 1000px;
    min-width: 500px;
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

#content .content-textcontainer h2{
    width: 60%;
    max-width: 1000px;
    min-width: 500px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

#content .content-textcontainer ul{
    margin-top: -20px;
    width: 60%;
    max-width: 1000px;
    min-width: 500px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

#content .content-textcontainer li{
    margin-left: 25px;
}

#content .content-textcontainer iframe{
    margin: 0;
    padding: 0;
    margin-bottom: -85px;
}

#content .content-galerie{
   width: 100%;
   margin-top: 50px;
   padding-left: 20px;
   padding-right: 20px;
   box-sizing: border-box;
}

#content .content-galerie img{
   width: 300px;
   height: 200px;
   border: 1px solid #999999;
   padding: 2px;
   float: left;
   object-fit: cover;
}

#content .content-galerie ul{
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    min-width: 500px;
    list-style-type: none;
    text-align: center;
}

#content .content-galerie ul li {
	display: inline-block;
	vertical-align: top;
    width: 300px;
    height: 200px;
    margin: 15px;
}

#content .content-galerie p {
    width: 100%;
    text-align: center;
}


#prefooter{
    height: auto;
    width: 100%;
    background: #1a1a1a;
    color: white;
    font-size: 16px;
    text-align: center;
}

#prefooter .pr-box{
    color: rgb(95, 95, 95);
    padding: 50px 20px;
    box-sizing: border-box;
    min-width: 500px;
    height: auto;
    max-width: 700px;
    display: inline-block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    vertical-align: top;
}

#prefooter h1{
    padding: 0;
    margin: 0;
    color: #8E8E8E;
    font-family: "Cabin", sans-serif;
    font-size: 24px;
    font-weight: 400;
    height: 60px;
    margin-bottom: 20px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#prefooter p{
    line-height: 22px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#prefooter h1 img{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
    position: relative;
    top: 5px;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

#footer{
    height: 75px;
    width: 100%;
    background: #0d3153;
    line-height: 75px;
    text-align: center;
}

#footer a{
    text-decoration: none;
    color: white;
}

[type="checkbox"], label {
    display: none;
}

@media screen and (max-width: 1100px) {
    #content #home.app #welcome img{
        width: 100%;
        max-width: 90%;
        padding: 20px;
    }
    
    #content #home.app #welcome p{
        width: 100%;
        padding: 50px;
    }

    #prefooter .pr-box{
        width: 100%;
        min-width: none;
        max-width: 90%;
        padding: 50px;
    }

    #navigation{
        width: 100%;
        height: auto;
        background: #0d3153;
        text-align: center;
        display:none;
    }
    
    #navigation ul{
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    
    #navigation ul li {
        width: 100%;
    }

    #navigation ul li a {
        line-height: 60px;
    }

    label {
        margin-top: 20px;
        display: block;
        background: #0d3153;
        width: 100%;
        height: 100px;
        cursor: pointer;
        padding-top: 17px;
        padding-right: 10px;
        box-sizing: border-box;
        
    }

    label:after{
        content:'';
        display: block;
        width: 30px;
        height: 5px;
        background: #FFF;
        box-shadow: 0px 10px 0px #FFF, 0px 20px 0px #FFF;
        float: right;
    }

    [type="checkbox"]:checked ~ #navigation {
        display: block;
        z-index: 9999;
        margin-top: -40px;
        border-top: 5px solid white;
    }

    #header .header-box{
        width: 100%;
        text-align: center;
    }

    #header img{
        display: none;
    }

    #header h1{
        font-size: 40px;
    }

    #header h2{
        text-align: center;
        font-size: 32px;
    }

    #header h1 span{
        position: static;
        font-size: 36px;
    }

    #header h2 span{
        left: 10px;
        font-size: 24px;
    }

    #content .content-textcontainer p{
        width: 90%;
    }

    #content .content-textcontainer ul{
        width: 90%;
    }

    #content .content-textcontainer h1{
        width: 90%;
    }

    #content .content-textcontainer h2{
        width: 90%;
    }

    #content .content-textcontainer ul.contact li{
        display: block;
        margin-top: 50px;
        width: 100%;
    }
}
