/* lobster-regular - latin */
@font-face {
	font-family: 'Lobster';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/lobster-v20-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Lobster Regular'), local('Lobster-Regular'),  url('../../fonts/lobster-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../../fonts/lobster-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */  url('../../fonts/lobster-v20-latin-regular.woff') format('woff'), /* Modern Browsers */  url('../../fonts/lobster-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */  url('../../fonts/lobster-v20-latin-regular.svg#Lobster') format('svg'); /* Legacy iOS */
}


html {scroll-behavior: smooth;}

body {
	background-color: hsla(44,56%,86%,1.00);
	background-image: url(../../bilder/background.jpg);
	background-position: center center;
	font-family: source-sans-pro, arial, sans-serif;
	font-size: 16px;
	color: black;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-style: normal;
}
.unicode {
	font-family: "Arial Unicode", "Arial Unicode MS", "Zapf Dingbats", sans;
	border-bottom: none;
}
main {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 200px;
}

@media screen and (max-width: 768px) {
main {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 300px;
}
}
img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
blockquote {
	border-left: none;
	background-color: hsla(0,100%,100%,0.3);
	color: hsla(0,0%,0%,0.80);
	border-radius: 10px;
}
cite {
	font-size: 16px;
}
.f blockquote p {
	color: hsla(0,0%,0%,0.80);
}
.f .icons i {
	font-size: 18px;
	padding: 5px;
}

@media (min-width: 768px) {
main {
	width: 750px;
}
}

@media (min-width: 992px) {
main {
	width: 970px;
}
}

@media (min-width: 768px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 {
	padding-left: 45px;
	padding-right: 45px;
}
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	margin-top: 2em;
	margin-bottom: 2em;
}
.heading {
	background-color: hsla(359,85%,43%,1);
	padding: 0 10px;
	-webkit-box-shadow: 6px 6px 0 hsla(56,100%,50%,1);
	box-shadow: 6px 6px 0 hsla(56,100%,50%,1);
	opacity: 0.9;
}
.f h2.rotateleft {
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	font-size: 24px;
	max-width: 800px;
	;
	margin-left: auto!important;
	margin-right: auto!important;
}
iframe, .embed-responsive, .carousel, .schatten {
	-webkit-box-shadow: 10px 10px 0 hsla(56,100%,50%,1);
	box-shadow: 10px 10px 0 hsla(56,100%,50%,1);
	margin-bottom: 3em;
}
iframe.soundcloud {
	max-width: 388px;
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	background: #666;
}
#contact + .f .schraegundweiss {
	max-width: 300px;
	margin: auto;
}
#bio + .f .schraegundweiss {
	max-width: 800px;
	margin-left: auto!important;
	margin-right: auto!important;
}
.schraegundweiss {
	-ms-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	background-color: hsla(0,0%,100%,0.33);
	padding: 30px!important;
}
.schraegrechts {
	-ms-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}
.schraeglinks {
	-ms-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.carousel .center-block {
	opacity: 0.8;
}
.schraegundweiss b {
	text-transform: uppercase;
	color: hsla(198,100%,45%,1);
	font-weight: bold;
}
.circle {
	background: hsla(198,100%,45%,1.00);
	padding: 20px;
	border-radius: 300px;
	color: white;
	height: 300px;
	font-weight: bold;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.7;
	-webkit-box-shadow: 6px 6px 0 hsla(56,100%,50%,1);
	box-shadow: 6px 6px 0 hsla(56,100%,50%,1);
	position: relative;
}
.center-vertical {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.f .circle p {
	color: white;
	font-size: 15px;
}
.f .circle p a {
	color: yellow;
}
.f .circle p a {
	color: white;
}
#bio + .f {
	margin-top: 0;
}
footer p {
	margin-bottom: 0.5em;
}
/* Paragraph & Typographic */
p {
	line-height: 130%;
	margin-bottom: 1em;
}
.centered {
	text-align: center;
}
/* Links */
a {
	color: hsla(198,100%,45%,0.84);
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: hsla(198,100%,45%,1.00);
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	margin-top: 40px;
	padding-top: 0px;
	text-align: center;
	background-position: center center;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* [disabled]background-color: black;
*/
}
#headerwrap h1 {
	margin-top: 15px;
}
/* Footer Wrap */

.f {
	padding-top: 28px;
	padding-bottom: 40px;
	text-align: center;
	margin-top: 80px;
	border-radius: 10px;
	z-index: 9999;
}
*[id=hoeren] + .f {
	margin-top: 0;
}
h1, h2, h3 {
	font-family: lobster!important;
	color: hsla(359,85%,43%,1);
}

@media (min-width: 768px) {
h1, h2, h3 {
}
}
.f p small {
	font-size: 14px;
	line-height: 15px;
}
.f h2 {
	margin-top: 12px;
	font-size: 36px;
	margin-bottom: 40px;
	color: white;
	-ms-transform: rotate(3deg); /* IE 9 */
	-webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
	transform: rotate(3deg);
}
.f h3 {
	color: hsla(359,85%,43%,0.90);
	font-size: 26px;
}
.f h4 {
	color: hsla(0,0%,0%,0.80);
	font-size: 22px;
}
.f i {
	font-size: 8px;
	color: #fff;
	padding: 3px;
}
.f p {
	font-size: 17px;
	color: #000000;
}
.f img {
	text-align: center;
}

@media screen and (max-width: 768px) {
.f h2 {
	font-size: 30px;
}
.f h3 {
	font-size: 24px;
}
.f p {
	font-size: 16px;
}
}
/* MENU CONF*/


.navbar {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(255,237,0,0.82);
	-moz-box-shadow: 0px 2px 2px 0px rgba(255,237,0,0.82);
	box-shadow: 0px 2px 2px 0px rgba(255,237,0,0.82);
}
.navbar-nav li a {
	text-transform: uppercase;
	letter-spacing: 1px!important;
	font-size: 13px!important;
	font-style: normal!important;
	font-weight: bold;
	color: white;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: yellow!important;
}

@media (min-width: 768px) {
.navbar {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(255,237,0,0.82);
	-moz-box-shadow: 0px 2px 2px 0px rgba(255,237,0,0.82);
	box-shadow: 0px 4px 2px 0px rgba(255,237,0,0.72);
	background-color: hsla(198,100%,0%,0.8)!important;
	border: none!important;
	min-height: 32px!important;
}
.navbar-nav {
	width: 100%!important;
	text-align: center!important;
}
.navbar-nav > li {
	float: none!important;
	display: inline-block!important;
}
.navbar-nav > li > a {
	padding: 6px 13px!important;
	color: white;
}
.navbar-nav {
	position: absolute!important;
	left: 50%!important;
	top: 0!important;
	margin-left: -388px!important; /* negative margin equal to half the width */
	max-width: 776px!important;
}
}
