* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

	* {  } 

html, body, #wrap {
	height: 100%;
}

body > #wrap {
    height: auto; 
    min-height: 100%;
}

#main { 
    padding-bottom: 65px; /* must be same height as the footer */
}  

#footer { 
    position: relative;
    margin-top: -65px; /* negative value of footer height */
    height: 65px;
    clear:both;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}


[class*="col-"] {
  float: left;
  padding: 15px;
  border: 1px solid red;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

html {
  font-family: Verdana, Arial, sans-serif;
}

body {
	margin: 0px;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #cdddce;
  overflow: hidden;
  min-height: 60px;
  z-index: 1000;
}

/* Style the links inside the navigation bar */
.topnav a {
  color: #888888;
  text-align: center;
  padding: 23px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #dddddd;
  color: #888888;
}

/* Change the color of links on hover */
.topnav a:hover.nohover {
  background-color: #cdddce;
  color: #888888;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #eeeeee;
  color: #888888;
  width: 79%;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.topnav input {
	margin-top: 14px;
	margin-right: 30px;
	border-width: 0px;
	outline: none;
	padding: 5px;
}

.topnav-col {
	display: inline-flex;
}

.w-100 {
	width: 100%;
	display: flex;
}

::placeholder {
  color: #CCCCCC;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #CCCCCC;
}

div.site-header {
	background-color: #EEEEEE;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 373px;
}

div.site-footer {
	background-color: #EEEEEE;
	padding-top: 25px;
	height: 65px;
}

div.site-content-first {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 15px;
}

.header-image {
	width: 100%;
	padding-top: 10px;
}

.summit-name {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 0px;
}

.summit-name-a {
	text-decoration: none;
}

.summit-reference {
	font-size: 17px;
	font-weight: bold;
/*	margin-bottom: 25px;
	margin-top: 0px;*/
	float: left;
}

.reference-points {
	width: 100%;
	height: 25px;
	margin-bottom: 10px;
}

.reference-pota {
	font-size: 17px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.reference-pota-a {
	text-decoration: none;
}

.points {
	text-align: center;
	margin-left: 25px;
	width: 40px;
	float: left;
	border-radius: 4px 0px 0px 4px;
}

.points-nobonus {
	text-align: center;
	margin-left: 25px;
	width: 40px;
	float: left;
	border-radius: 4px 4px 4px 4px;
}

.points-1 {
	font-size: 17px;
	background-color: #4d7a20;
	color: #FFFFFF;
}

.points-1-bonus {
	font-size: 17px;
	background-color: #335115;
	color: #FFFFFF;
	margin-left: 0px;
	border-radius : 0px 4px 4px 0px;
}

.points-2 {
	font-size: 17px;
	background-color: #6da536;
	color: #FFFFFF;
}

.points-2-bonus {
	font-size: 17px;
	background-color: #4d7425;
	color: #FFFFFF;
	margin-left: 0px;
	border-radius : 0px 4px 4px 0px;
}

.points-4 {
	font-size: 17px;
	background-color: #aea727;
	color: #FFFFFF;
}

.points-4-bonus {
	font-size: 17px;
	background-color: #7d781c;
	color: #FFFFFF;
	margin-left: 0px;
	border-radius : 0px 4px 4px 0px;
}

.points-6 {
	font-size: 17px;
	background-color: #efa818;
	color: #FFFFFF;
}

.points-6-bonus {
	font-size: 17px;
	background-color: #a7730c;
	color: #FFFFFF;
	margin-left: 0px;
	border-radius : 0px 4px 4px 0px;
}

.points-8 {
	font-size: 17px;
	background-color: #dc5d04;
	color: #FFFFFF;
}

.points-8-bonus {
	font-size: 17px;
	background-color: #964003;
	color: #FFFFFF;
	margin-left: 0px;
	border-radius : 0px 4px 4px 0px;
}

.points-10 {
	font-size: 17px;
	background-color: #c8101e;
	color: #FFFFFF;
}

.points-10-bonus {
	font-size: 17px;
	background-color: #760a13;
	color: #FFFFFF;
	margin-left: 0px;
	border-radius : 0px 4px 4px 0px;
}

.summit-info {
	font-size: 17px;
	float: left;
/*	clear: both; */
	margin-left: 30px;
}

.summit-additionalinfo {
	/*clear: both;
	margin-top: 40px;*/
	font-size: 17px;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.header-icon {
	display: inline-block;
	width: 25px;
}

.space {
	display: inline-block;
	width: 30px;
}

.tags {
	float: left;
	margin-top: 15px;
}

.external-link {
	margin-top: 10px;
}

.subtitle-single {
	font-size: 24px;
	font-weight: bold;
}

.subtitle {
	font-size: 24px;
	font-weight: bold;
}

/*.subsubtitle {
	font-size: 18px;
	font-weight: bold;
}*/

.subsubtitle-single {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: green;
}

.subsubtitle-multi {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: blue;
}

.subsubtitle-car {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #2ad2f0;
}

.notrailfound {
	font-weight: normal;
	color: red;
	padding-bottom: 30px;
}

.smallmap {
	width: 100%;
	margin-bottom: 10px;
}

.divider {
	height: 15px;
}

.divider-l {
	height: 30px;
}

.btn {
border-width: 1px;
    border-color: #999999;
    margin-top: 10px;
    border-style: solid;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #999999;
}

.traildata {
	padding-top: 15px;
}

p {
	margin: 0px;
}

.span-m {
	display: inline-block;
	width: 180px;
}

.hiking-time {
	border-width: 0px;
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
	color: green;
	background-color:#e9f6ed; 
	margin-right: 15px;
}

.ascend {
	border-width: 0px;
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
	color: green;
	background-color:#e9f6ed; 
}

.track-additionalinfo {
	margin-top: 20px;
}

.spacing {
	height: 30px;
}

.photo-container {
/*	float: left;*/
	padding: 16px;
}
.div-photo-out {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.photo-group-div {
}

.photo-group-title {
	float: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	font-family: Verdana, Sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	color: #666666;
}
.div-photo-in {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.comment-icon {
	position: relative;
	left: 30px;
	bottom: -50px;
	color: #CCCCCC;
	margin-left: -20px;
}

.panorama {
	width: 100%;
	padding-top: 20px;
}

a.text {
	text-decoration: none;
	color: blue;
}

a.pota-map {
	text-decoration: none;
}

a.pota-map:hover {
	text-decoration: underline;
}

[id^="map-"] { // Falls die id mit "map-" beginnt, dann gilt diese Definition
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
	.topnav a {display: none;}
	.topnav input:not(:first-child) {display: none;}
  	.submit-button {
  		float: right;
  		display: block;
  		padding: 16px 16px;
  	}
	.topnav a.icon {
    float: right;
    display: block;
    padding: 16px 16px;
	}
  .topnav .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  div.s1 {
  	display: none;
  }
	.summit-name {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 25px;
		margin-top: 20px;
	}
}
