/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20.01.2019, 11:27:04
    Author     : Sauseng
*/

.vorimg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.vorimg:hover {opacity: 0.7;}

/* Remove the navbar's default margin-bottom and rounded borders */
.menu1 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1em;
    text-align: left;
    list-style: none;
    background-color: green;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.nav-link:hover ,.menu1 > a:hover {
    color: #f69210;
    background-color: green;
}
.menu1 > a, .navbar-dark .navbar-nav .nav-link  {
    color: gold;
    font-size: 1em;
    font-weight: bold;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: gold;
    font-size: 1em;
    font-weight: bold;
}
.navbar {
    background-color: green;
    margin-bottom: 0;
    border-radius: 0;
}

.auto-style1 {
    text-align: center;
}
ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
li{
    display:initial;
}

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
    height: 100%;
}
/* Optional: Makes the sample page fill the window. */
html, body {
    height: vh;
    margin: 0;
    padding: 0;
}
.flage {
    padding: 5px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
@media (max-width: 700px) {
    .hand {
        display:none;	
    }
}
.hand1 {
    float: right;
    padding: .5rem;
    display:none;	
}
@media (max-width: 900px) {
    .hand1 {
        display:none;	
    }
}

.topnav {
    overflow: hidden;
    background-color: green;
}

.topnav a {
    float: left;
    display: block;
    color: gold;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;
}

.reise {
    overflow: scroll; 
}

@media screen and (max-width: 600px) {
    /*  .topnav a:not(:first-child) {display: none;}  */
    .topnav a {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .reise {
        overflow: hidden;   
        height: 100%;
    }

