#home,
.preloader {
	display: -webkit-flex;
	display: -ms-flexbox
}

#home,
#work .fa,
body,
html {
	text-align: center
}

#home,
#team .team-des,
body {
	position: relative
}

#reference,
#reference h2,
#team h4,
.title h2 {
	color: #202020
}

#reference h3,
#team h3 {
	font-size: 20px;
	line-height: 10px;
	padding-bottom: 2%
}

#cz-flag,
#gb-flag,
#optionen {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px
}

#bio,
#contact,
#price,
#reference,
#team,
#work {
	padding-top: 10px
}

#portfolio h3,
#work h3,
footer {
	padding-bottom: 60px
}

#home .btn:hover,
#price .plan .btn,
#work .fa,
.social-icon li a {
	transition: .4s ease-in-out
}

#portfolio a,
#price a,
.social-icon li a {
	text-decoration: none
}

body {
	background: #f8f8f8;
	color: #606060;
	font-family: Proxima, sans-serif;
	font-size: 16px;
	font-weight: 400
}

body,
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	vertical-align: middle
}

@font-face {
	font-family: Proxima;
	src: url(../fonts/ProximaNova-Regular.otf)
}

@font-face {
	font-family: 'Proxima Bold';
	src: url(../fonts/ProximaNova-Bold.otf)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Proxima Bold";
	font-weight: 700
}

p {
	letter-spacing: 1px;
	line-height: 28px
}

hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px;
	width: 100px !important
}

h1 {
	font-size: 80px
}

h2 {
	font-size: 48px
}

h3 {
	font-size: 30px
}

h4 {
	font-size: 24px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

.arrow,
.arrow a {
	color: #f8f8f8
}

.title p {
	padding-top: 14px;
	padding-bottom: 30px
}

.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f9f9f9
}

#price,
.navbar {
	background: #fff
}

.sk-spinner-rotating-plane.sk-spinner {
	width: 40px;
	height: 40px;
	background-color: #7a1825;
	border-radius: 50%;
	-webkit-animation: 1.2s ease-in-out infinite sk-rotatePlane;
	animation: 1.2s ease-in-out infinite sk-rotatePlane
}

@keyframes sk-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0)
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

#home {
	background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
	color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh
}

#work,
#work .fa:hover {
	background-color: #fff
}

#contact b,
#home h2 {
	letter-spacing: 2px
}

#home .btn {
	background: #7a1822aa;
	border-radius: 4px;
	border: none;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 5px;
	padding: 20px 40px;
	margin-top: 60px
}

#home .btn:hover {
	background: #fff;
	color: #7a1825
}

.navbar {
	border: none;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, .04);
	/* margin: 0 !important */
}

.navbar .navbar-brand {
	font-size: 40px;
	font-weight: 700;
	/* margin: 0; */
	line-height: 40px !important
}

.navbar .navbar-nav li a {
	color: #606060;
	font-weight: 700;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px
}

.navbar .navbar-nav li a:hover,
.social-media-playlists a:hover,
footer .copyright a {
	color: #7a1825
}

.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover {
	color: #606060;
	background-color: transparent
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
	color: #7a1825;
	background-color: transparent
}

.navbar .navbar-toggle {
	border: none;
	padding-top: 12px
}

.navbar .navbar-toggle .icon-bar {
	background: #7a1825;
	border-color: transparent
}

.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
	background-color: transparent
}

#intro {
	padding-top: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%
}

#intro h4 {
	padding-bottom: 16px
}

#work .container {
	max-width: 100%;
	padding: 0;
	margin: 0
}

#work .title {
	padding: 100px 60px 60px
}

#team .bg-black,
#work .bg-black {
	background-color: #303030;
	color: #fff
}

#team .bg-red,
#work .bg-red {
	background-color: #7a1825;
	color: #fff
}

#work .fa {
	color: #fff;
	cursor: pointer;
	font-size: 40px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-top: 40px
}

#bio,
#reference .card {
	width: 100%
}

#work .fa:hover {
	border-radius: 50%;
	color: #303030
}

#team {
	background: url('../images/studio_big2.jpg') 50% 0 repeat-y fixed #202020;
	color: #fff;
	padding-bottom: 100px
}

#contact h2,
#team h2 {
	color: #fff
}

#team h3 {
	padding-top: 5%
}

#team h4 {
	line-height: 10px;
	font-weight: 700
}

#team .team-des {
	background-color: #eb5424;
	color: #fff;
	padding: 20px 12px
}

#team img {
	max-width: 100%;
	height: auto;
	padding-top: 60px
}

#team li {
	text-align: left
}

#reference {
	background-color: #f8f8f8
}

#reference .card-body {
	padding-top: 5%
}

#reference .card-title {
	margin: 1%;
	text-align: center
}

#bio p,
#reference p {
	text-align: center;
	margin-bottom: 0
}

#reference h5 {
	font-size: medium
}

#reference .text-genre {
	font-size: small;
	padding: 0
}

#optionen {
	background-image: url('/images/gb.png')
}

#portfolio h2,
footer p {
	line-height: 20px
}

#portfolio h3 {
	color: #eb5424
}

#portfolio .badge-danger {
	color: #f6f6f6;
	background-color: #7a1825;
	font-size: .7em;
	display: inline;
	margin-left: 1rem
}

#portfolio .card-img-overlay {
	top: 59%;
	right: 0;
	bottom: 0;
	left: 0;
	align-items: flex-end;
	color: #fff;
	text-align: left
}

#price {
	padding-bottom: 120px
}

#price .plan {
	background: #f6f6f6;
	color: #202020;
	padding: 0 0 60px;
	display: flex;
	flex-direction: column;
	overflow: hidden; /* Adjust if you want the content to be clipped */
	margin-bottom: 20px; /* Ensure spacing between plans */
}


#price .plan .plan_title {
	background-color: #7a1825;
	color: #fff;
	padding-top: 18px;
	padding-bottom: 10px
}

#price .plan .plan_sub_title {
	border-bottom: 1px solid #fff;
	padding: 20px
}

#price .plan ul {
	padding: 0 15px;
}

#price .plan ul li {
	display: block;
	font-family: Proxima;
	font-size: 16px;
	padding: 40px 0 10px
}

#price .plan .btn {
	background: #fff;
	border: none;
	border-radius: 0;
	color: #202020;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 40px;
	margin-top: 20px
}

#price .plan .btn:hover {
	background: #202020;
	color: #fff
}

#price a {
	font-weight: 700;
	color: #fff
}

#price a:hover {
	color: #ed7373
}

#map-canvas {
	border: none;
	width: 100%;
	height: 400px
}

#contact {
	background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed #f6f6f6;
	color: #fff;
	padding-bottom: 80px
}

#contact .form-control {
	border-radius: 4px;
	border: none;
	box-shadow: none;
	margin-top: 12px;
	margin-bottom: 14px
}

#contact input {
	height: 50px
}

#contact input[type=submit] {
	background-color: #7a1825;
	color: #fff;
	height: 60px;
	font-weight: 700;
	transition: .4s ease-in-out
}

#contact input[type=submit]:hover {
	background-color: #202020
}

footer {
	background: #202020;
	color: #fff;
	border-bottom: 10px solid #fff;
	padding-top: 20px
}

footer h2 {
	padding-top: 40px;
	padding-bottom: 20px
}

.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle
}

.social-icon li {
	list-style: none;
	display: inline-block
}

.social-icon li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #7a1825;
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0 6px 40px
}

.social-icon li a:hover {
	background: #080808
}

@media screen and (max-width:980px) {
	.navbar .navbar-nav li a {
		padding-right: 14px;
		padding-left: 14px;
		font-size: 13px
	}

	#bio h2,
	#contact h2,
	#intro h2,
	#price h2,
	#reference h2,
	#team h2,
	#work h2 {
		font-size: 32px
	}

	#work .title {
		padding: 80px 20px 20px
	}

	.portfolio-thumb .portfolio-overlay {
		padding-top: 24px
	}
}




i.fa-link,
i.fa-youtube {
	color: #000
}

#home .arrow {
	position: absolute;
	right: 20px;
	bottom: 60px;
	z-index: 10
}

.bounce {
	-moz-animation: 2s bounce;
	-webkit-animation: 2s bounce;
	animation: 2s bounce
}

@keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-30px)
	}

	60% {
		transform: translateY(-15px)
	}
}

.glyphicon-small {
	font-size: 1.2em
}

.glyphicon-medium {
	font-size: 2em
}

.glyphicon-big {
	font-size: 4em
}

.card-link,
i.fa-youtube {
	font-size: 2em;
	margin-left: 1rem;
	padding-top: 5%
}

.card-link {
	color: #1db954
}

i.fa-link {
	font-size: 1.5em;
	margin-left: 1rem;
	padding-top: 5%
}

@media (max-width:340px) {
	.navbar-brand.smoothScroll {
		white-space: normal
	}
}

@media (max-width:860px) {
	.navbar .navbar-brand {
		font-size: 24px;
		font-weight: 700;
		margin: 0;
		line-height: 40px !important;
		/*text-align: center*/
	}

	#home {
		background-attachment: scroll;
		background-position: 30% 0 !important;
		background-size: cover
	}

	#bio,
	#contact,
	#home,
	#work {
		padding-top: 20px
	}

	.intro-title-mobile {
		padding-top: 90px
	}

	.social-media-playlists {
		flex-direction: column;
		align-items: center
	}

	.plan {
		padding: 10px
	}

	.plan .plan_sub_title h3,
	.plan .plan_title h3 {
		font-size: 18px
	}

	.plan .plan_sub_title small,
	.plan ul li {
		font-size: 12px
	}

	.plan ul li {
		padding-top: 5px
	}

	#price .plan_title {
		padding-top: 18px;
		padding-bottom: 10px
	}
}

@media (max-width:400px) {
	
	.navbar {
		padding: 10px 0; /* Adjust padding to ensure more vertical space */
	  }
	  
	  .navbar-brand {
		font-size: 14px; /* Reduce font size on small screens */
		max-width: 75%; /* Limit width to prevent overflow */
		white-space: normal; /* Prevent text from wrapping */
		overflow: hidden; /* Hide overflow */
		text-overflow: ellipsis; /* Use ellipsis for overflow text */
	  }
	  
	  .navbar-toggler {
		position: absolute; /* Position toggler absolutely within navbar */
		right: 15px; /* Align to the right */
		top: 50%; /* Center vertically */
		transform: translateY(-50%); /* Adjust for exact centering */
	  }
	  
	  .container {
		position: relative; /* Ensure the .navbar-toggler is positioned relative to the container */
	  }
	

	#home h1 {
		font-size: 24px
	}

	#home h2 {
		font-size: 22px
	}

	#bio h2,
	#contact h2,
	#intro h2,
	#price h2,
	#reference h2,
	#team h2,
	#work h2 {
		font-size: 20px
	}

	.portfolio-thumb .portfolio-overlay {
		padding-top: 60px
	}
}

.arrow {
	text-align: right
}


.social-media-playlists {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 0;
	margin-bottom: 30px
}

.social-media-playlists a {
	text-decoration: none;
	color: #606060;
	font-size: 18px;
	font-weight: 700;
	align-items: center;
	display: flex
}

.social-media-playlists i {
	font-size: 22px;
	margin-right: 8px
}

.spotify-link i {
	color: #1db954
}

.youtube-link i {
	color: red
}

.tidal-link i {
	color: #000
}

.social-media-playlists span {
	display: inline-block;
	vertical-align: middle
}

.service-description {
	display: none;
	padding: 20px;
	text-align: left;
	color: #fff;
	border-radius: 5px
}

#price .plan ul a {
	color: #000 !important
}