body{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300 !important;
    color: rgba(0,0,0,0.7);
}

nav{
    width: 100%;
    height: 55px !important; 
    background-color: rgb(34, 34, 34);
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
}

.xheader{
    background: linear-gradient(to top, #34c4d6 0%,#2EB0C0 100%);
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
}

.xcontent{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 25px;
    font-family: "Roboto Condensed", sans-serif;

}

.xcontent h3{
    padding-top: 20px;
        font-size: 28px;
    font-family: "Roboto Condensed", sans-serif;
        color: rgba(0,0,0,0.7);
}

.xcontent i{
    padding-right: 6px;
    color: #34c4d6;
}

.xcontent ul{
    font-size: 20px !important;
    list-style: none;
    padding-top: 20px;
}


.xurlaub{
    color: rgba(0,0,0,0.7);
    padding-top: 15px;
    font-size: 20px;
        text-align: left !important;
    
}

xurlaub a{
    color: rgb(14, 130, 145);
    padding-top: 15px;
    font-size: 20px;
    
}

.xurlaub a:hover{

}



.xapp{
    background: #e2f6f9;
    padding-top: 40px;
    padding-bottom: 40px;
}

.xapp .row{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.xapp h3{
    color: rgb(14, 130, 145);
font-family: "Roboto Condensed", sans-serif;
font-size: 34px;
font-weight: 300 !important;
}


.xapp p{
    color: rgba(0, 0, 0, 0.7);
font-family: "Roboto Condensed", sans-serif;
font-size: 21px;
font-weight: 300;
line-height: 29.4px;
}





.xsocial{
    align-content: center;
    text-align: center;
    background: linear-gradient(to top, #34c4d6 0%,#2EB0C0 100%);
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.xsocial i{
    color: #fff;
    padding-right: 20px;
}

.xsocial h4{
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    padding-bottom: 20px;
}

.xpin:hover{
    color: #C92228;
}

.xyou:hover{
    color: #ff0000;
}

.xinsta:hover{
    color: #8a3ab9;
}

.xfa:hover{
    color: #3b5998;
}


.xfooter{
    height: auto;
    padding-top: 25px;
    padding-bottom: 20px;
    background: #3e3d3d;
    margin-bottom: 0px !important;

    
}

.xfooter h6{
    font-family: "Roboto Condensed", sans-serif;
    color:#49cada;
    font-size: 21px;
    line-height: 230%;
    font-weight: 300;
}

.xfooter ul{
    list-style: square;
    color:rgba(255,255,255,0.6);
}

.xfooter li a{
    font-family: "Roboto Condensed", sans-serif;
    color:rgba(255,255,255,0.6);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.36);
    font-weight: 300;
    text-decoration: none;
    
}

.xfooter li a:hover{
    color: rgba(255, 236, 0, 0.88);
    text-decoration: none;
}


