body {
    margin-right: 0;
}
/* Farben */
.bg-green{
    background-color: rgb(201,196,168);
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.f-green {
    color: rgb(181,176,121);
}
.f-gray {
    color: rgb(88,88,88);
}
.f-white {
    color: white;
    margin: 0px;
}
/* Progress */
.fixed {
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.progress {
	height: 15px;
	width: 0%;
	background-color: rgb(202,152,131);
    border-radius: 0px;
    overflow: hidden;
}
.bg-progress {
    z-index: 1;
    height: 15px;
	width: 100%;
    background: white;
    position: fixed;
	top: 0;
	left: 0;
    overflow: hidden;
}
header {
	overflow: hidden;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 3em;
    color: white;
    background-color: rgba(202,152,131,0.9);
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 220px;
}
h3 {
    font-family: 'Merriweather', serif;
    color: rgb(88,88,88);
}
h4 {
    font-family: 'Merriweather', serif;
    color: rgb(181,176,121); 
}
.header-image {
	display: block;
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
    border-bottom: 1px solid;
    border-color: rgba(0,0,0,0.125);
}
p {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
}
a {
    color: white;
}
a:hover {
    color: rgb(88,88,88);
    text-decoration: none;
}
/* Cards */
.flipping-card {
    perspective: 800;
    -moz-perspective: 800;
    -webkit-perspective: 800;
    -o-perspective: 800;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s linear;
    -moz-transition:  all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;

}
.flipping-card.flipped {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.flipping-card .face {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.flipping-card .front {
    display: block;
}
.flipping-card.flipped .front {
    display: none;
}
.flipping-card .back {
    top: 0;
    height: 100%;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: none;
}
.flipping-card.flipped .back {
    display: block;
}
.row {
    margin: 0px;
}
.card {
    border: none;
    border-radius: 0px;
}
.card-deck {
    width: 100%;
    margin-bottom: 0px;
}
.card-title {
    padding: none;
}
.card-body {
    padding: 0.75rem;
}
.card-footer {
    background: none;
}
#icon-flip {
    color: rgb(88,88,88);
    background: none;
}
#icon-flip:hover {
    color: rgb(202,152,131);
}
/* Bild-Slider */
.carousel,
.position-initial {
  position: initial !important;
}

.carousel {
    margin-top: 15px;
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    color: black;
    margin-top: 15px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23CA9883' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23CA9883' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-next, .carousel-control-prev {
    width: 25%;
    height: 20%;
    top: 35%;
    margin: 0px 5%;
}

.carousel-indicators li {
    background-color: rgb(150,150,150);
}
.carousel-indicators .active{
    background-color: rgb(202,152,131);
}
.carousel-indicators:hover {
    cursor: pointer;
}
.col-md-9{
    padding: 0px;
}
.col-12 {
    padding: 0px;
}
/* Karte*/
.point {
    position: absolute;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
#w1{
    left:69%;
    top:64%;
    border: 2px solid;
    border-color: rgb(202,152,131);
}
#w2{
    left:46%;
    top:52%;
    border: 2px solid;
    border-color: rgb(202,152,131);
}
#w3{
    left:41%;
    top:46%;
    border: 2px solid;
    border-color: rgb(202,152,131);
}
#w4{
    left:31%;
    top:67%;
    border: 2px solid;
    border-color: rgb(202,152,131);
}
#karte{
    position: relative;
    margin-top: 15px;
}
.karte {
    margin-top: 0px;
    margin-bottom: 0px;
}
.befallen {
    display: none;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(202,152,131,0.9);
    color: white;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    top: 10%;
    left: 50%;
}
.gebiet {
    display: none;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 2px;
    top: 10%;
    left: 5%;
    max-width: 150px;
}
.popup5 {
    background-color: rgba(255,222,120,0.9);
    color: rgb(88,88,88);
}
.popup6 {
    background-color: rgba(170,165,143,0.9);
    color: white;
    }
.quelle-karte {
    display: none;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    color: rgb(88,88,88);
    font-size: 0.5em;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    padding: 1px;
    bottom: 2%;
    right: 0.2%;
}
.cls-3:hover {
    fill: rgb(255,222,120);
    cursor: pointer;
}
.cls-4:hover {
    fill: rgb(170,165,143);
    cursor: pointer;
}
/* Videos Einheimische */
.themen {
    margin-top: 15px;
    background-color: rgb(201,196,168);
    border-radius: 0px;
    text-align: center;
    padding: 0px;
}
.themen-active {
    background-color: rgb(202,152,131);
}
.themen:hover {
    background-color: rgb(202,152,131);
    cursor: pointer;
}
#vid-thema-2 {
    display: none;
}
#vid-thema-3 {
    display: none;
}
#vid-thema-4 {
    display: none;
}
/* Footer */
footer {
	background-color: rgb(202,152,131);
	padding-top: 20px;
	padding-bottom: 20px;
    text-align: center;
    margin-top: 30px; 
}
/* Mobile */
/* kleiner als 767*/
@media only screen and (max-width: 767px) {
    .hide {
        display: none;
    }
    .carousel-control-next, .carousel-control-prev {
    width: 10%;
    height: 20%;
    top: 35%;
    }
}
/* kleiner als 600px*/
@media only screen and (max-width: 600px) {
    h1 {
        bottom: 100px;
    }
    .fixed {
	   display:none;
    }
    .progress {
        display:none;
    }
    .bg-progress {
        display:none;
        }
    .bg-green{
        padding-bottom: 0px;
    }
    .card-deck {
        margin-bottom: 0px;
    }
    .carousel {
        padding-right: 0px;
        padding-left: 0px;
    }
    .karte {
        margin-top: 0px;
        margin-bottom: 7px;
    }
    #karte {
        margin-top: 0px;
    }
    .befallen {
        top: 4%;
        left: 2%;
    }
    .gebiet {
        top: 4%;
        left: 2%;
    }
    .point {
        width: 18px;
        height: 18px;
    }
    #w1{
        left:69%;
        top:61%;
    }
    #w2{
        left:46%;
        top:49%;
    }
    #w3{
        left:41%;
        top:43%;
    }
    #w4{
        left:31%;
        top:64%;
    }
}
/* grösser als 574px*/
@media only screen and (min-width: 574px) {
    .card-deck {
        margin-bottom: 15px;
    }
    
}
@media only screen and (min-width: 900px) {
    .card-deck {
        margin-bottom: 0px;
    }
    
}