/* define mobile font sizes */

@media 
(orientation: portrait) and
(-webkit-min-device-pixel-ratio: 2) and
(min-resolution: 192dpi) { 
    html{
		font-size: 2.4em;
	}
	
	#logo {
		font-size: 120%;
	}
	
	#logo object {
		margin-top: 0.2em;
		height: 1.6em !important;
	}
	
	#wooden-background {
		height: 5em !important;
	}
}

@media 
(orientation: landscape) and
(-webkit-min-device-pixel-ratio: 2) and
(min-resolution: 192dpi) { 
    html{
		font-size: 1.2em;
	}
	
	#logo {
		font-size: 120%;
	}
	
	#logo object {
		margin-top: 0.2em;
		height: 1.6em !important;
	}
	
	#wooden-background {
		height: 5em !important;
	}
}

@media (orientation: portrait) {
	.slider-item-desktop {
		display: none;
	}
}

@media (orientation: landscape) {
	.slider-item-mobile {
		display: none;
	}
}


/* logo and navigation */

#logo {
	margin-left: 0;
	padding-left: 0;
	font-size: 160%;
}

#logo object {
	height: 2em;
}

navigation-wrapper {
	padding-right: 0;
	margin-right: 0;
}
	
.nav-element{
	text-transform: uppercase;
}

.nav-element a{
	color: #fff !important;
}

.nav-element a:hover {
	color: #ddd !important;
	text-decoration: none;
}

.nav-sub a{
	color: #ccc !important;
}

.nav-sub a:hover {
	color: #bbb !important;
}

#nav-active {
	font-weight: bold !important;
}

/* Slider */
#slider {
	text-align: center;
}

.slider-item-desktop {
	width: 100%;
	margin: auto;
}

.slider-item-mobile {
	margin: auto;
}

/* Content */

#content-wrapper {
	margin-top: 1em;
	padding-left: 0;
	padding-right: 0;
}

#content-left-wrapper {
	margin-bottom: 2em;
}
#content-left-header {
	border-bottom: 2px solid #000;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}

#content-left-header a {
	color: #000;
}

#content-left, .side-content-text {
	margin-top: 1em;
}

.content-left-text, .content-left-images {
	margin-bottom: 1em;
}

#side-navigation, .side-content-wrapper, #side-social-media {
	padding-bottom: 1em;
}

.side-content-head {
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}

/* Sidebar Navigation */

.side-navigation-button, .p {
	display: block;
	padding-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-transform: uppercase;
	font-size: 140%;
	margin-bottom: 0.5em;
}

.side-navigation-button a {
	color: #fff;
}

.side-navigation-button a:hover {
	text-decoration: none;
}

#side-fotos {
	background-color: red;
}

#side-liefern {
	background-color: blue;
}

#side-contact {
	background-color: orange;
}

#side-publication-date {
	background-color: #ccc;
}

#publication-date {
	font-size: 140%;
}

/* Footer */

.footer-content-wrapper{
	margin-top: 1em;
}

.footer-content-head {
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}

.footer-content-text {
	margin-top: 1em;
}

.footer-link a, .footer-content-text a {
	color: #fff;
}

.footer-link {
	padding-bottom: 0.4em;
}


/* Configuring Bootstrap */
.sticky-top {
	margin-top: 0px !important;
}

.margin-5 {
	margin: 2px;
}

.magazine {
	width: 100%;
	padding: 1%;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	margin-top: 15px;
}

.height-100 {
	height: 100%;
}

.small-text {
	margin-top: 10px;
	font-size: 0.8em;
	color: #333;
}