body {
    font-family:Arial, Helvetica, sans-serif;
    color: rgb(245, 245, 245);
    background-color: rgb(17, 17, 31);
}
#top {
    text-align: center;
}

#top-logo img {
    width: 700px;
    margin-top: 15px;
    margin-bottom: 80px;
}

#navigation a {
    color: rgb(255, 255, 255);
    background-color: rgb(65, 182, 230) ;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
}

#navigation a:hover {
    color: rgb(65, 182, 230);
    background-color: rgb(8255, 255, 255) ;
}







#main {
    width: 800px;
    text-align: center;
    margin: auto;
    margin-top: 120px;
    line-height: 1.5;
}

#willkommen {
    display: inline-block;
    padding: 10px;
    width: auto;
    margin-bottom: 15px;

}

#intro {
    display: inline-block;
    padding: 10px;
    width: auto;
    margin-bottom: 60px;

}

#aktuelles {
    background-color: rgb(189, 250, 181) ;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    width: auto;
    margin-bottom: 60px;
    

}

#instafeed {
    width: 800px;
    align-items: center;
    margin-bottom: 60px;
}

.lightwidget-widget {
    width: 800px;
    border: 0;
    overflow: hidden;
    }

#videos {
    text-align: justify;
    margin-top: 60px;;
}

#videos-Tumbnails {
    text-align: justify;
    font-weight: bold;
    margin-bottom: 60px;
}

#videos-Tumbnails img {
width: 263px;
margin-bottom: 30px;
}

#videos-Tumbnails img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;

}

#unsere-Reiseroute{
    text-align: justify;
}
#unsere-Reiseroute-Bild img {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

#überuns {
    text-align: justify;
    margin-bottom: 60px;
}

#überuns-Bild img {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

#kontakt {
    text-align: justify;
    margin-bottom: 60px;
}


#footer {
    background:  rgb(65, 182, 230);
    color: white;
    padding: 1.5%;
}