
body {
	
	background-color: rgb(132, 154, 68)!important;
	font-family: Arno W01 Regular,Georgia,Times New Roman,Times,serif!important;
}

h1 {
	-webkit-text-size-adjust: 100%;
    text-align: center;
    box-sizing: inherit;
    color: #3d7935;
    hyphens: manual;
    word-break: normal;
    font-weight: 400;
    line-height: 1;
    margin: .5rem 0;
    font-size: 3.75rem;
	
}

#location_text {
    padding: 0.5rem;
    -webkit-text-size-adjust: 100%;
    box-sizing: inherit;
    color: #fff;
    
    font-weight: 400;
    word-wrap: break-word;
    hyphens: none;
    line-height: 1.1;
    margin: 0;
    padding-bottom: .5rem;
    white-space: normal;
    word-break: normal;
    font-size: 25px;
}

#relisten {
	   
    color: #fff;
    line-height: 1.4;
    
    font-size: 14px;
    box-sizing: inherit;
    hyphens: manual;
    word-break: normal;
}


.navbar-collapse {
	margin-top: 35px;
}

#location_distance_wrapper {
	margin-bottom: -60px;
	
	
	/*
	    -webkit-text-size-adjust: 100%;
    box-sizing: inherit;
    color: #fff;
    
    font-weight: 400;
    word-wrap: break-word;
    hyphens: none;
    line-height: 1.1;
    margin: 0;
    padding-bottom: .5rem;
    white-space: normal;
    word-break: normal;
    font-size: 25px;
	*/
	
}

#kapitel_name {
	/*
	    -webkit-text-size-adjust: 100%;
    box-sizing: inherit;
    color: #fff;
    
    font-weight: 400;
    word-wrap: break-word;
    hyphens: none;
    line-height: 1.1;
    margin: 0;
    padding-bottom: .5rem;
    white-space: normal;
    word-break: normal;
    font-size: 25px;
	*/
		background: #3D7935;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 50px;
    margin-right: -15px;
	font-size: 35px;
	display:none;
	
	width: 100%;
	
}


#intro_2 {
  display: none;
}

#game {
  display: none;
}

#location_image,
#intro_image {

  width: 100%;
  padding: 10px;
}

#tag_audioplayer {
  position: relative;
}

.gradientback{
/*
    position:relative;
    bottom:0px;
    left:0px;
    width:100%;
    height:50px;
    background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0, 0, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%,rgba(0, 0, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#07485b',GradientType=0 ); /* IE6-9 */
*/
}


#progress {
  position: relative;
  margin-bottom: -20px;   
}

#progress-bar {
  position: absolute;
  background: #3d7935;
  height: 5px;
  width: 0%;
  top: 50%;
  left: 0;
}

#progress-num {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

#progress-num::before {
  content: "";
  background-color: lightgray;
  position: absolute;
  top: 50%;
  left: 0;
  height: 5px;
  width: 100%;
  z-index: -1;
}

#progress-num .step {
  border: 3px solid #3d7935;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 13px;
  text-align: center;
  background-color: #FFD786;
  
  font-size: 1px;    
  position: relative;
  z-index: 1;
  color: lightgray;
}


#progress-num .step.progress_active {
  border-color: #3d7935;
  background-color: #3d7935;
  color: #3d7935;
 
}

#progress-num .step.progress_active.progress_last {
  border-color: #FFD786;
  background-color: #849A44;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 26px;  
  
}

#kapitel_nr {
  border: 3px solid lightgray;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background-color: #0000ff;
  font-family: sans-serif;
  font-size: 20px;    
  position: relative;
  z-index: 1;
  color: #ff0000;
}


/*

.navbar-light .navbar-toggler-icon{
background-image: url(https://i.stack.imgur.com/mSXoO.png)!important;
}
*/

.headerpic {

	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

#interface_progressbar {
  display:none;
}
#interface_navbar {
  display:none;
}



.btn-primary {
    /* background-color: #FFD786!important; */
    background: #FFD786!important;
    border-color: #CCBA5E!important;
    border-width: thick!important;
    color: #3D7935!important;
    text-transform: uppercase;
	font-size: 12px!important;
}

.navbar-light .navbar-toggler {
    /* background-color: #FFD786!important; */
    background: #FFD786!important;
    border-color: #CCBA5E!important;
    border-width: thick!important;
    color: #3D7935!important;
    text-transform: uppercase;
	
	}

audio {
    width: 100%;
    height: 54px;
}

#page-top {
	max-width: 1000px;
	margin: auto;
}

a:link {
  text-decoration: none;
  color: yellow;
}

a:visited {
  text-decoration: none;
  color: yellow;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


.rounded-button-04 {
  background: #3D7935;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  line-height: 35px;

  
}

.rounded-button-orden {
  display:none;
  background-image: url("orden.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
 
  width: 100px;
  height: 157px;
  position: relative;
  margin-bottom: -120px;

  
}

.navbar {
    
}

.navbar-brand {

}

.nextstation {
	background: #3D7935;
    border-radius: 5px;
    padding: 10px;
    
    margin-right: -15px;
	font-size: 15px;

}

.img-thumbnail {
    background-color: #3D7935!important;
	border: none!important;
	
	}
	
	
#intro_content {
	background: #3d7935;

    border-radius: 5px;
    padding: 10px;
    
    
	font-size: 25px;

}

/*
audio::-webkit-media-controls-play-button {
    transform: scale(5, 5);
}

audio::-webkit-media-controls-timeline {
    height: 5px;
    transform: scale(1, 1.5);  
}


audio {
    position: relative;
    right: -600px;
    transform: scale(3, 3);
}
*/


.bg-primary {
	background-color: rgba(65, 125, 57, 1)!important;

}


.list-group-item {
  background-color: rgba(65, 125, 57, 0.8);
  color: white;
  padding:5px!important;

}

.ui-dialog {
	width: 100%!important;
}