/*----- Generelle CSS -----*/
* {
    padding: 0;
	margin: 0;
}

html, body, section {
	width: 100%; /*Dringend benötigt für die korrekte Darstellung //Höhenverhältnisse// */
	height: 100%; /*Dringend benötigt für die korrekte Darstellung //Höhenverhältnisse// */
    padding: 0;
	margin: 0;
}

body{
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 2px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
    background: #494948;

} 
.container-fluid {
    width: 100%;
}
.container {
    width:80%;
    margin: 0 auto;
}
p {
    text-decoration: none;
    color: #fff;
    
}
a {
    color: #e7af11;
}

a:focus, a:hover, a:active{
	text-decoration: none; /*Keine unterstrichenen Links*/
    color: #f6e835;
    
}

h1, h2  {
	color: #e7af11; /*gelb*/
	text-transform: uppercase;
	font-weight: bold;
    
}


h1 { /*Große Headline per Section*/
	font-size: 3.8em;
	margin-bottom: 0.5em;
}

h2 { /*Textüberschriften*/
    font-size: 1.5em;
	margin-bottom: 0.8em;
    font-weight: 600;
}

h3 { /*Unterüberschriften in den Texten*/
    font-size: 1.2em;
	line-height: 1.5em;
    color:#fff;

}

ol, ul {
	font-weight: normal;
	margin-bottom: 1.3em;
}

#galerie, #hallo, #info
{ 
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, transparent 4em);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,transparent 4em);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,transparent 4em);
    width:100%;
    
    

    padding-top: 2em;
    margin-top: 4em;
    

    
}




#icon-bb {
    background-color: transparent;
}
nav li a {
    font-size: 1em;
    font-weight: 600;
}
.heading {
	font-weight: 600;
}

.col{
    margin:0;
    padding:0;
    top:0;
    left:0;
}

/*----- Navigation -----*/

nav {
	z-index: 1000; /*Damit liegt die Nav über dem Headerbild*/
}

.navbar-default { /*Keine HG-Farbe für die Nav*/
    background-color: rgba(255,255,255,0); 
    border:0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
	text-shadow: 0 0 25px #000;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active {
    color: #e7af11; /*gelb*/
}

.navbar ul {
	margin-left: 0em;
	text-transform: uppercase;
	font-weight: 600;
	display: inline;
    box-shadow: 0 0 40px #2b2b2b;
}

.navbar-brand { /*Ornament/Logo-Bild*/
	top: 0;
	position: absolute;
    width: 15rem;
    height: 10rem;
    padding-left:3rem;
}
.navbar-brand img{ /*Ornament/Logo-Bild*/
    background-color: transparent;
top: 0;
left: 35px;
padding: 0;
margin: 0;
position: absolute;
    width:83px;
    height:auto;
}

.xs-nav { /*Nav für die kleinen Devices soll nicht angezeigt werden */
	visibility: hidden;
	display: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #e7af11; /*gelb*/
    background-color: transparent;
}

/*---- Header mit Bild und Bilder-Navi -----*/

header { /*Umschließt den oberen Teil der immer die gesamte Browserbreitgallerye/Browserhöhe einnimmt*/
	height: 100%;
	width: 100%;
}

#banner { /*Hat das HG Bild oben und das Logo*/
    
    
    background-image: url(../img/Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 65%;
    overflow: hidden;
}
#banner .headbild{
min-width: 100%;
min-height: 100%;
object-fit: cover;
overflow: hidden;
    margin-left:0;
    margin-top:0;
    object-position: left;
}


/*----- Seitliche Navi (rechts) -----*/

aside { /*seitliche Navi rechts*/
	z-index: 1200;
	background: #f6e835;
background: -moz-linear-gradient(top, #f6e835 0%, #ff9900 100%);
background: -webkit-linear-gradient(top, #f6e835 0%,#ff9900 100%);
background: linear-gradient(to bottom, #f6e835 0%,#ff9900 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e835', endColorstr='#ff9900',GradientType=0 );
	
	width: 75px;
	position: fixed;
	right: 0;
	top: 15%;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	padding: 1em;
}

.sidebar-o ul { /*Liste für die seitliche Navi rechts*/
	margin-top: 1.6em;
}

.sidebar-o li { /*Listenpunkte für die seitliche Navi rechts*/
	text-decoration: none;
	list-style-type: none;
	text-align: center;
}

.sidebar-o li a {
	color: #fff;
	font-size: 1.6em;
	line-height: 2.2em;
	margin-left: .1em;
}

.sidebar-o li a:hover {
	color: #666; /*Dunkelgrau*/
	text-decoration: none;
}

.sidebar-o img { /*Icons der Listenpunkte für die seitliche Navi rechts*/
	width: 30px;
	height: 30px;
}


/*---- Bilder-Navi im Article ------*/
.content-nav-frame { /*umschließt die Content/Bilder-Navi*/
	width: 100%;
	height: 35%;
	bottom: 0;
	position: absolute;
	margin: 0;
	overflow: hidden!important;
	padding: 0;
	left:0;
}







#content-nav { /*Bilder Navigation im Article*/
	z-index: 1400;
	margin-top: 9rem;

	padding-left: 5em;
	padding-right: 5em;

}
.well { /*Bilder mit Links*/
	border-radius: 0;
	text-align: center;
	color: #fff;
	position: relative;
	background: rgba(255,255,255,0);
	border: 0;
	overflow: hidden!important;
}

.well p { /*Bilder mit Links; Überschrift*/
	text-shadow: 0 0 30px #000;
	margin-bottom: 2em;
	margin-top: 1em;
	font-size: 1.7em;
	text-transform: uppercase;
	letter-spacing: 3px;
	z-index: 500;
	color: #fff;
}

.well img { /*Bilder mit Links; HG-Bild*/
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: -1; /*hinter Text*/
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	object-fit: cover; /*ausfüllen aber nicht stretchen*/
}

.darken { /*Benötigt für die Abdunklung der Bilder*/
	position: relative;
}

.darken:before { /*Verdunkelt die Bilder*/
  	content:"";
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
    position:absolute;
    top:0;
    left:0;
    z-index:1 /*Setzt die dunkle überlagernde Fläche nach hinten */
}

.well:focus, .well:hover, .well:active { /*Verdunkelt die Bilder*/
    background-color:rgba(0,0,0,0.4);
	text-decoration: none;
}

.darken > * { /*Text und Button wird wieder nach oben geholt und nicht mehr durch die dunkle Fläche überlagert*/
    position:relative;
    z-index:2; 
}

/*----- Buttons -------*/

.btn { /*Grundlegendes Aussehen der Buttons*/
	border-radius: 0;
	border: 2px solid #000;
	/*background: #c3002e;*/
    background:transparent;
	color: #fff;
	width: 100%;
	font-size: .8em;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}


/*Button Effekt auf dunklem HG*/
.bttn {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s ease all;
	background: transparent;
	z-index: 100;
}

.bttn:hover {
  	color: #fff!important;
	border:2px solid rgba(255,255,255,0);
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
  	transition: 0.5s all ease;
}

.bttn:focus {
  	color: #fff;
	background: transparent;
}

.bttn {
    border-radius: 0;
	color: #fff;
	border: 2px solid #fff;
	/*background: #c3002e;*/
    background:transparent;
	width: auto;
    min-width: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    padding:10px 30px;
    margin:0;
}

.bttn:before {
  	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
  	transition: 0.5s all ease;
  	position: absolute;
  	top: 0;
  	left: 50%;
  	right: 50%;
  	bottom: 0;
  	opacity: 0;
  	content: '';
  	border:0px solid rgba(255,255,255,0);
	color: #fff!important;
    
background: #f6e835;
background: -moz-linear-gradient(top, #f6e835 0%, #ff9900 100%);
background: -webkit-linear-gradient(top, #f6e835 0%,#ff9900 100%);
background: linear-gradient(to bottom, #f6e835 0%,#ff9900 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e835', endColorstr='#ff9900',GradientType=0 );
   
    z-index: -2;
}
.bttn:hover:before {
  	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
  	transition: 0.5s all ease;
  	left: 0;
  	right: 0;
  	opacity: 1;
	color: #fff!important;
	border:0px solid rgba(255,255,255,0);
}
.bttn:focus:before {
  	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
  	transition: 0.5s all ease;
  	left: 0;
  	right: 0;
  	opacity: 1;
	color: #fff!important;
}

#content-nav .btn:hover, article .btn:hover {
	border: 2px solid transparent;
	color: #fff;
}
/*----- Galerie mit Modal -----*/




.gallery-item {/*Einzelne Bilder der Galerie*/
	width: 100%;
    height:20em;
	max-height: 40rem;
	margin-bottom: 1.5em;
	position: relative;
}

#gallery .well {/*Einzelne Bilder der Galerie*/
	height: 100%;
	position: relative;
}

#gallery .well img { /*Bilder werden in den HG gebracht und manipuliert*/
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	z-index: 1; /*hinter Text*/
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover; /*ausfüllen aber nicht stretchen*/
	
	display: block;
}

#gallery .overlay {/*Bei Hover, focus etc wird der Verlauf mit Text und Button angezeigt, noch nicht sichtbar */
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
  	transition: 0.5s ease all;
  	
background: #f6e835;
background: -moz-linear-gradient(top, #f6e835 0%, #ff9900 100%);
background: -webkit-linear-gradient(top, #f6e835 0%,#ff9900 100%);
background: linear-gradient(to bottom, #f6e835 0%,#ff9900 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e835', endColorstr='#ff9900',GradientType=0 );
}

#gallery .well:focus .overlay, #gallery .well:hover .overlay, #gallery .well:active .overlay {/*Bei Hover, focus etc wird der Verlauf mit Text und Button angezeigt, sichtbar */
  	/*opacity: 0.8;*/
    opacity:1;
	z-index: 800;
}
.overlay h2 {
    color:#fff;
}

#gallery .gallery-text { /*Text auf den Galerie-Bildern*/
  	color: #fff;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	text-align: center;
    opacity:1;
}


#gallery .heading { /*Überschrift auf den Galerie-Bildern*/
	margin-top: 0;
	text-shadow: none;
}

#gallery .btn {/*Buttons auf den Galerie-Bildern*/
	
	width: 100%;
}



/*Button Effekt auf hellem HG*/
#gallery .bttn {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s ease all;
	/*background: #c3002e;*/
    background:transparent;
	z-index: 100;
}

#gallery .bttn:hover {
  	color: #000000!important;
	/*background: #c3002e;*/
    background:transparent;
	border:2px solid rgba(255,255,255,1);
}

#gallery .bttn:focus {
  	color: #000000;
	background: #c3002e;
}

#gallery .bttn {
    border-radius: 0;
	color: #fff;
	border: 2px solid #fff;
	/*background: #c3002e;*/
    background:transparent;
	width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    padding:10px 30px;
}

#gallery .bttn:before {
  	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
  	transition: 0.5s all ease;
  	position: absolute;
  	top: 0;
  	left: 50%;
  	right: 50%;
  	bottom: 0;
  	opacity: 0;
  	content: '';
  	border:2px solid rgba(255,255,255,1);
	color: #000000!important;
    background: #fff;
    z-index: -2;
}

#gallery .bttn:hover:before {
  	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
  	transition: 0.5s all ease;
  	left: 0;
  	right: 0;
  	opacity: 1;
	color: #000000;
	border:2px solid rgba(255,255,255,1);
}

#gallery .bttn:focus:before {
  	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
  	transition: 0.5s all ease;
  	left: 0;
  	right: 0;
  	opacity: 1;
	color: #000000!important;
}

#gallery .btn:hover {
	border: 2px solid #fff;
	color: #000000;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
  	transition: 0.5s all ease;
}
/*Button Effekt Ende*/

/*Modale Start*/
#gallery .modal-header {
    padding: 0 0 5px 0;
    border-bottom: 0;
	opacity: 1;
}

#gallery .modal-body {
	padding: 0;
}
.modal-body p, .modal-body a{
	color: #000;
}
.modal-body a:hover{
	color: #999;
}

#gallery .modal-body img {
	width: 100%;
	height: 100%;
}

#gallery .modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
 
	padding: 0;
	width:100%;
}

.glyphicon-remove {
	color: #fff;
	opacity: 1;
}

.glyphicon-remove:hover {
	/*color: #c3002e; /*Hell Orange*/*/
    color:#fff;
	opacity: 1;
}

#gallery .close {
    float: right;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    filter:none;
    opacity: 1;
}

#gallery .close:focus, .close:hover {
    color: #c3002e; /*Hell Orange*/
    text-decoration: none;
    cursor: pointer;
    filter: none;
    opacity: 1;
}

#gallery .modal-dialog {
    position: relative;
    margin:20px;
	top: 10%;
	margin: 0 auto;
	/*width: 700px;*/
	height: 700px;
    bottom:0;
}

#gallery .modal-open .modal {
    padding: 15px;
}

#myModal img, #myModal2 img, #myModal3 img, #myModal4 img, #myModal5 img, #myModal6 img, #myModal7 img, #myModal8 img, #myModal9 img, #myModal10 img{
	max-height: 100%;
	z-index: 100000;
}
/*Modale Ende*/

/*---- Adresse ------*/



address a:focus, address a:hover, address a:active, #info a:focus, #info a:hover, #info a:active {
	color: #e7af11;; /*gelb*/
	text-decoration: none;
}

/*Modale Start*/
#info .modal-dialog, #info .modal-content p {
	text-align: left;
	opacity: 1;
}

#info .modal-content {
	background: #ececec; /*Dunkelgrau*/
	border-radius: 0;
	padding: 0;
}

.modal-footer, .modal-header {
	border:0;
    
}
.modal-footer .bttn  {
    background-color: #e7af11;
    border:none;
}

#info .close {
	font-size: 2em;
	color: #fff;
	opacity: 1;
}

#info .modal-dialog {
	font-size: .7em;
	line-height: 1.6em;
}

#info .modal-dialog h2 {
	font-size: 3em;
}

#info li {
	margin-bottom: 1.3em;
}

#info ul li {
	margin-bottom: .5em;
}
/*Modale Ende*/



.footer-links {
		margin-top: 2em;
        margin-bottom:5em;

	}


address .col-xs-6, address .col-sm-6, address .col-md-12, address .col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}


#logo-bg {
    position:absolute;
    width:80%;
    background-color: transparent;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 2500;
}


#logo-sm { /*Logo für die kleine Ansicht //3zeilig// soll nicht angezeigt werden */
	visibility: hidden;
	display: none;
	overflow: hidden;
}

.modal-dialog {
    width:auto;
    max-width:80%;
    max-height:80%;
}
button-info {
    border: solid 0px #fff;
    background:transparent;
}

.btn-info:hover {
    color: #fff;
    background-color: transparent;
    border-color: none;
}
#map_canvas {
  width: 100%;
  height: 150px;
}




@media only screen and (min-width: 1200px) {
	.m-nav {
		visibility: visible;
		/*display: default;*/
	}
	
	.navbar {
		position: fixed;	
	}
	
	.navbar ul {
		background-color:#494948;
		border:0;
		position: absolute;
		width: 100px;
		border-bottom-right-radius: 30px;
		border-top-right-radius: 30px;
		/*top: 10em;*/
		top: 400%;
		left: 0;
		font-size: .7em;
		padding-top: 1em;
		padding-bottom: 1em;
		
	}

	.navbar-default .navbar-nav>li>a {
		text-shadow: none;
	}
	.gallery-item {/*Einzelne Bilder der Galerie*/
	width: 100%;
    height:20em;
	max-height: 40rem;
	margin-bottom: 1.5em;
	position: relative;
}




}

@media only screen and (max-width: 1199px) {
	h2 {
		font-size: 1.4em;
	}
    h3 {
		font-size: 1.1em;
		line-height: 1.5em;
	}
	
	p, ol {
		font-size: .9em;
		line-height: 1.4em;
	}
	
	.m-nav {
		visibility: visible;
		/*display: default;*/
	}
	
	.navbar {
		position: fixed;	
	}
	
	.navbar ul {
		background-color:#494948;
		border:0;
		position: absolute;
		width: 100px;
		border-bottom-right-radius: 30px;
		border-top-right-radius: 30px;
		/*top: 10em;*/
		top: 400%;
		left: 0;

		font-size: .7em;
		padding-top: 1em;
		padding-bottom: 1em;
		
	}

	.navbar-default .navbar-nav>li>a {
		text-shadow: none;
	}
	
	nav hr {
		visibility:visible;
		width: 80%;
		opacity: .5;
	}
	
	.gallery-item {
		width: 100%;
        max-height: 25rem;
		margin-bottom: 1.5em;
		position: relative;
	}
}

@media only screen and (max-width: 991px) {
	h2 {
		font-size: 1.1em;
	}
	
	.well p  {
		font-size: 1.1em;
	}
	
	.btn {
		font-size: .8em;
	}
	
	.btn {
		padding: 1em;
		font-size: .57em;
	}
	.gallery-text .heading {
		font-size: 2em;
	}
    #logo-bg {
	visibility: hidden;
	display: none;
    overflow: hidden;
}
    #logo-sm { 
    position:absolute;
    width:80%;
    display:block;
    background-color: transparent;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
        padding-left:5%;
    z-index: 2500;
        visibility: visible;
}


}

@media only screen and (max-width: 900px) { /*Die seitliche Icon-Navi soll schon vorher umbrechen, da sie sonst in den Text läuft*/
	aside {
		width: 100%;
		position: fixed;
		right: 0;
		top: initial;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		padding: 1em;
		bottom: 0;
		height: 70px;
		margin: 0;
		overflow: hidden;
	}

	.sidebar-o ul {
		margin:0 auto;
		width: 100%;
		display: table;
		left: 0;
		right: 0;
		margin-bottom: 2em;
		overflow: hidden;
        padding:0 2.5rem;
	}

	.sidebar-o li {
		display: inline-block;
		display: table-cell;
  		text-align: center;
		line-height: 1em;
		overflow: hidden;
	}
	
	.sidebar-o li a {
		font-size: 1.6em;
		line-height: 1em;
	}
	
	h1 {
		font-size: 3.4em;
	}
	
    h3 {
		font-size: 1em;
	}
	
	
	p, ol {
		font-size: .8em;
	}
	
	.content-nav .btn {
		font-size: .55em;
	}
    .gallery-item {
		width: 100%;
		max-height: 20rem;
		position: relative;
	}
}



@media only screen and (max-width: 767px) {
	.navbar-brand {/*Ornament/Logo-Bild*/
		padding: 0 0;
		margin: 0 1em;
	}
	.container {
        width:100%;
        
    }
	.navbar-brand img {
		width: 55px;
		height: auto;
	}
	
	.m-nav {
		visibility: hidden;
		display: none;
	}
	
	.xs-nav {
		visibility: visible;
		/*display: default;*/
	}
	
	.navbar {
		position: fixed;	
	}
	
	.navbar ul {
		background-color:#494948;
		border:0;
		position: absolute;
		width: 45px;
		border-bottom-right-radius: 30px;
		border-top-right-radius: 30px;
		/*top: 10em;*/
		top: 200%;
		left: 0;
		font-size: .7em;
		padding-top: 1em;
		padding-bottom: 1em;
		
	}

	.navbar-default .navbar-nav>li>a {
		text-shadow: none;
	}
	
	.nav hr {
		visibility: hidden;
		display: none;
	}
	
	#content-nav .btn {
		border: 0 solid transparent; 
		
background: #f6e835;
background: -moz-linear-gradient(top, #f6e835 0%, #ff9900 100%);
background: -webkit-linear-gradient(top, #f6e835 0%,#ff9900 100%);
background: linear-gradient(to bottom, #f6e835 0%,#ff9900 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e835', endColorstr='#ff9900',GradientType=0 );
		
		color: #fff;
		font-size: .75em;
        width:100%;
	}
	
	#content-nav .btn:focus, #content-nav .btn:hover, #content-nav .btn:active {
		border-radius: 0;
		border: 0 solid #fff;
		background: rgba(255,255,255,0);
		color: #fff;
		width: 100%;
		padding: 1em;
	}
	
	.well p, .darken:before, .noshow {
		visibility: hidden;
		display: none;
	}
	
	.well {
		margin-bottom: 0;
		padding: 0;
		padding-bottom: 1em;
	}
	
	.well:focus, .well:hover, .well:active { /*Verdunkelt die Bilder*/
		background-color:rgba(0,0,0,0);
	}
	
	article .btn {
		padding: .8em;
	}
	
	.gallery-item {
		width: 100%;
        
		margin-bottom: 1em;
		position: relative;
	}
	
	#info .modal-dialog h2 {
		font-size: 2em;
	}
	
	#info .modal-dialog, #info .modal-content p, #info li  {
		font-size: .8em;
		line-height: 1.3em;
	}
	
	#info .modal-dialog li {
		margin-bottom: 1.1em;
	}
	
	#info .modal-dialog ul li {
		margin-bottom: .2em;
	}
	
	#info .modal-dialog ol {
		-webkit-padding-start: 0;
		padding-left: 0;
	}
	
	#info .modal-dialog li ul {
		padding-top: 1em;
		padding-left: 1.3em;
	}
	
	#info .modal-dialog li ul li {
		font-size: 1em;
	}
}



@media only screen and (max-width: 554px) {
    .container {
        width:100%;
  
    }
    #content-nav {
        width:100%;
        padding: 2rem;
        margin: 10rem auto;

    }
    
	.navbar-brand img {
		width: 45px;
		height: auto;
	}
	
	.navbar ul {
		width: 100%;
		font-size: .7em;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	.m-nav, .m-nav li {
		visibility: hidden;
		display: none;
	}
	
	.xs-nav {
		visibility: visible;
		/*display: default;*/
	}

	aside {
		height: 50px;
		margin-top: 0;
		padding-top: .45em;
	}
	
    .col {
    float:left;
    padding-left: 0;
	padding-right: 0;
}

	
	#content-nav .btn, #content-nav .bttn {
		padding: .5em;
	}
	
	#content-nav .btn:hover, #content-nav .bttn:hover {
		padding: .5em;
	}
	
	h1 {
		font-size: 2em;
	}
	
	h2 {
		font-size: 1em;
	}
	
	h3 {
		font-size: .8em;
	}
	
	p {
		font-size: .65em;
	}
	
	.gallery-item {
		width: 100%;
		margin-bottom: 1em;
		position: relative;
	}
	
	label {
		font-size: .7em;
	}
	
	.checkbox label, .radio label {
		min-height: 10px;
		padding-left: 10px;
		font-weight: bold;
	}
}