@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700);

/* ALLE DESKTOP --------------------------------------- */

#ref-row .col-md-1
{
	margin-bottom: 30px !important;
	display: none;
}

@media (min-width: 1024px)
{
	body
	{
		font-family : 'Ubuntu', sans-serif;
		font-weight : 300;
		color       : #1d1d1b;
	}

	/* HEADER */
	#header
	{
		width            : 100%;
		position         : fixed;
		top              : 0;
		background-color : #f9f9f9;
		z-index          : 100000;
	}

	#header-logo
	{
		float : left;
	}

	#header-logo img
	{
		width : 100%;
	}

	#header-nav
	{
		float : right;
	}

	#header-nav ul
	{
		list-style : none;
	}

	#header-nav ul li
	{
		float          : left;
		font-weight    : 300;
		text-transform : uppercase;
	}

	#header-nav ul li.header-nav-active a
	{
		color : #2a8d86;
	}

	#header-nav ul li.first-nav
	{
		margin-left : 0;
	}

	#header-nav li a:link, #header-nav li a:visited
	{
		text-decoration    : none;
		color              : #1d1d1b;
		-webkit-transition : all 0.3s;
		-moz-transition    : all 0.3s;
		-o-transition      : all 0.3s;
		transition         : all 0.3s;
	}

	#header-nav li a:hover
	{
		color : #2a8d86;
	}

	/* SUBNAV */
	#header-subnav
	{

	}

	#header-subnav ul
	{
		list-style     : none;
		padding        : 0;
		text-transform : uppercase;
	}

	#header-subnav li
	{
		float : left;
	}

	#header-subnav li.header-subnav-active
	{
		border-bottom : 1px solid #f9f9f9;
	}

	#header-subnav li a:link, #header-subnav li a:visited
	{
		text-decoration : none;
		color           : #f9f9f9;
	}

	/* SECTIONS */
	.around-container
	{
		margin-top : 0;
	}

	#sec-home-news
	{
		background              : #856760 url(../img/bg_home_news.jpg) no-repeat center center;
		-webkit-background-size : cover;
		-moz-background-size    : cover;
		-o-background-size      : cover;
		background-size         : cover;
	}

	.uberuns-around-text
	{
		background-color : rgba(0, 0, 0, 0.7);
	}

	.sec-content
	{
		position          : absolute;
		width             : 100%;
		z-index           : 200 !important;
		color             : #ffffff;
		top               : 50%;
		-o-transform      : translateY(-50%);
		-moz-transform    : translateY(-50%);
		-webkit-transform : translateY(-50%);
		-ms-transform     : translateY(-50%);
		transform         : translateY(-50%);
	}

	.sec-bg
	{
		-webkit-background-size : cover;
		-moz-background-size    : cover;
		-o-background-size      : cover;
		background-size         : cover;
		background-position     : center center;
		background-repeat       : no-repeat;
		position                : absolute;
		top                     : 0;
		width                   : 100%;
		height                  : 100%;
		z-index                 : -2;
	}

	video#bgvid
	{
		position                : fixed;
		top                     : 50%;
		left                    : 50%;
		min-width               : 100%;
		min-height              : 100%;
		width                   : auto;
		height                  : auto;
		z-index                 : -100;
		-ms-transform           : translateX(-50%) translateY(-50%);
		-webkit-transform       : translateX(-50%) translateY(-50%);
		-moz-transform          : translateX(-50%) translateY(-50%);
		-o-transform            : translateX(-50%) translateY(-50%);
		transform               : translateX(-50%) translateY(-50%);
		background              : #ba849f url(../img/bg_home_welcome.jpg) no-repeat;
		background-size         : cover;
		-webkit-background-size : cover;
		-moz-background-size    : cover;
		-o-background-size      : cover;
		background-size         : cover;
	}

	.bg-dots
	{
		width      : 100%;
		height     : 100%;
		background : url(../img/bg_dots9.png);
		position   : absolute;
		top        : 0;
		z-index    : -1;
	}

	/* SLIDER */
	.slide .container
	{
		position          : relative;
		top               : 50%;
		-webkit-transform : translateY(-50%);
		-ms-transform     : translateY(-50%);
		transform         : translateY(-50%);
	}

	#sec-home-news .slide
	{
		background : url(../img/bg_dots9.png) center center;
	}

	.fp-controlArrow
	{
		-webkit-transition : all 0.3s;
		-moz-transition    : all 0.3s;
		-o-transition      : all 0.3s;
		transition         : all 0.3s;
		cursor             : pointer;
	}

	.fp-controlArrow.fp-prev
	{
		cursor : pointer;
	}

	.fp-controlArrow.fp-next
	{
		cursor : pointer;
	}

	/* CONTENT */
	h1
	{
		text-transform : uppercase;
		text-align     : center;
		margin         : 0;
		padding        : 0;
		font-weight    : bold;
	}

	h1.h1start
	{
		font-weight    : 300;
		text-align     : center;
		margin         : 0;
		color          : #f5f4f4;
		text-transform : none;
	}

	h2
	{
		font-weight : 300;
		text-align  : center;
		margin      : 0;
		color       : #f5f4f4;
	}

	h2.h2start
	{
		text-transform : uppercase;
		text-align     : center;
		margin         : 0;
		padding        : 0;
		font-weight    : bold;
	}

	h3
	{
		color          : #2a8d86;
		text-align     : center;
		margin         : 0;
		text-transform : uppercase;
		font-weight    : bold;
	}

	/* IMPRESSUM */
	#impressum
	{
		display        : block;
		position       : absolute;
		text-transform : uppercase;
		z-index        : 100000;
		color          : #f5f4f4;
	}

	#impressum a:link, #impressum a:visited
	{
		color : #f5f4f4;
	}

	#impressum a:hover
	{
		text-decoration : none;
	}

	/* HOME */
	span.showreal-button
	{
		text-transform     : uppercase;
		display            : block;
		cursor             : pointer;
		-webkit-transition : all 0.3s;
		-moz-transition    : all 0.3s;
		-o-transition      : all 0.3s;
		transition         : all 0.3s;
	}

	span.showreal-button:hover
	{
		background-color : #f9f9f9;
		color            : #2a8d86;
	}

	/* LIGHTBOX */
	.lightbox
	{
		position         : absolute;
		top              : 0;
		height           : 0;
		width            : 100%;
		height           : 100%;
		background-color : rgba(0, 0, 0, 0.9);
		z-index          : 10000000;
		opacity          : 0;
		display          : none;
	}

	.lightbox iframe
	{
		width  : 100%;
		height : 100%;
	}

	.lightbox .showrealbox
	{
		position          : relative;
		top               : 50%;
		-o-transform      : translateY(-50%);
		-moz-transform    : translateY(-50%);
		-webkit-transform : translateY(-50%);
		-ms-transform     : translateY(-50%);
		transform         : translateY(-50%);
		margin            : 0 auto;
	}

	/* BOXES*/
	.rabatt-icon
	{
		background              : url(../img/rabatt.png) no-repeat;
		-o-background-size      : 100%;
		-moz-background-size    : 100%;
		-ms-background-size     : 100%;
		-webkit-background-size : 100%;
		background-size         : 100%;;
		position                : absolute;
		right                   : 0;
	}

	.rabatt-icon span
	{
		font-weight : bold;
		text-align  : center;
		display     : block;
		font-size   : 135%;
	}

	/* Box 3*/
	.box-3-img
	{
		-webkit-background-size : cover;
		-moz-background-size    : cover;
		-o-background-size      : cover;
		background-size         : cover;
	}

	.box-3-headline
	{
		background-color : #ffffff;
	}

	.box-3-text
	{
		background-color : #f7f7f7;
		text-align       : center;
		color            : #1d1d1b;
	}

	.box-3-text p
	{
		display           : block;
		position          : relative;
		top               : 50%;
		-o-transform      : translateY(-50%);
		-moz-transform    : translateY(-50%);
		-webkit-transform : translateY(-50%);
		-ms-transform     : translateY(-50%);
		transform         : translateY(-50%);
	}

	a.box-3-button, a:link.box-3-button, a:visited.box-3-button
	{
		background-color   : #cfb58f;
		font-weight        : 500;
		text-align         : center;
		text-transform     : uppercase;
		display            : block;
		-webkit-transition : all 0.4s;
		-moz-transition    : all 0.4s;
		-o-transition      : all 0.4s;
		transition         : all 0.4s;
		text-decoration    : none;
		color              : #f9f9f9;
		cursor             : pointer;
	}

	a:hover.box-3-button
	{
		background-color : #2a8e86;
	}

	/* Box 6 */
	.box-6
	{
		background-color : #f7f7f7;
		position         : relative;
	}

	.box-6-img
	{
		-webkit-background-size : cover;
		-moz-background-size    : cover;
		-o-background-size      : cover;
		background-size         : cover;
	}

	.box-6-headline
	{
		background-color : #ffffff;
	}

	.box-6-headline h3
	{
		text-align  : left;
		margin      : 0;
		line-height : 90%;
	}

	.news-date
	{
		font-weight : 300;
		color       : #92928e;
		display     : block;
	}

	.box-6-bottomstroke
	{
		width            : 100%;
		background-color : #cfb58f;
		position         : absolute;
		bottom           : 0;
	}

	/* Tonstudio */
	.slide-relative
	{
		position : relative;
	}

	.sec-studio
	{
		color : #f9f9f9;
	}

	.sec-studio span.studio-desc
	{
		text-align       : center;
		font-weight      : 300;
		display          : block;
		background-color : rgba(0, 0, 0, 0.5);
		line-height      : 120%;
		margin           : 0 auto;
	}

	.sec-studio h1
	{
		text-transform : none;
		font-weight    : bold;
	}

	#sec-studio-regie-a #regie-a-1 .sec-bg
	{
		background-color : #f2e1b3;
		background-image : url(../img/bg_High_Tide_Tonstudio_Regie_A_Amek_Hendrix_Tageslicht.jpg);
	}

	#sec-studio-regie-a #regie-a-2 .sec-bg
	{
		background-image : url(../img/bg_High_Tide_Tonstudio_Regie_A_Amek_Hendrix_Close.jpg);
	}

	#sec-studio-regie-a #regie-a-3 .sec-bg
	{
		background-image : url(../img/bg_High_Tide_Tonstudio_Regie_A_Amek_Hendrix_Recording.jpg);
	}

	#sec-studio-regie-b #regie-b-1 .sec-bg
	{
		background-image : url(../img/bg_High_Tide_Tonstudio_Regie_B_Sony_Oxford_Mixing.jpg);
	}

	#sec-studio-regie-b #regie-b-2 .sec-bg
	{
		background-image : url(../img/bg_High_Tide_Tonstudio_Regie_B_Sony_Oxford_Close.jpg);
	}

	#sec-studio-regie-b #regie-b-3 .sec-bg
	{
		background-image : url(../img/bg_High_Tide_Tonstudio_Regie_B_Sony_Oxford_Rack.jpg);
	}

	#sec-studio-room-1 #room-1-1 .sec-bg
	{
		background-image : url(../img/bg_High_Tide_Aufnahmeraum_1.jpg);
	}

	#sec-studio-room-1 #room-1-2 .sec-bg
	{
		background-image : url(../img/bg_High_Tide_Tonstudio_Aufnahmeraum_1_Neumann_U87.jpg);
	}

	#sec-studio-room-2 #room-2-1 .sec-bg
	{
		background-image : url(../img/bg_High_Tide_Aufnahmeraum_2.jpg);
	}

	#sec-studio-room-2 #room-2-2 .sec-bg
	{
		background-image : url(../img/bg_High_Tide_Tonstudio_Aufnahmeraum_2_Amp.jpg);
	}

	#sec-studio-lounge #lounge-1 .sec-bg
	{
		background-image : url(../img/bg_High_Tide_Lounge_Lobby_1.jpg);
	}

	#sec-studio-lounge #lounge-2 .sec-bg
	{
		background-image : url(../img/bg_High_Tide_Lounge_Lobby_2.jpg);
	}

	#sec-studio-lounge #lounge-3 .sec-bg
	{
		background-image : url(../img/bg_High_Tide_Lounge_Lobby_3.jpg);
	}

	/* Referenzen */
	#sec-references .sec-bg
	{
		background-color : #fde9cf;
		background-image : url(../img/bg_referenzen.jpg);
	}

	.box-2-img img
	{
		width : 100%;
	}

	.box-2-img a:link, .box-2-img a:visited, .box-2-img a:active, .box-2-img a:hover
	{
		color : #ffffff;
	}

	.box-2-img span
	{
		display            : block;
		position           : absolute;
		bottom             : 0;
		text-align         : center;
		width              : 100%;
		background         : rgba(0, 0, 0, 0.8);
		padding            : 10px 0 12px 0;
		opacity            : 0;
		-webkit-transition : opacity 0.4s;
		-moz-transition    : opacity 0.4s;
		-o-transition      : opacity 0.4s;
		transition         : opacity 0.4s;
	}

	.box-2-img:hover span
	{
		opacity : 1;
	}

	.slideshow-box > div
	{
		position : absolute;
		top      : 0;
		left     : 15px;
		right    : 15px;
	}

	/* Kontakt */
	#sec-contact .sec-bg
	{
		background-image : url(../img/bg_kontakt.jpg);
	}

	.sec-contact .box-3 .box-3-headline
	{
		height : 100px;
	}

	.sec-contact .box-3 .box-3-headline h2
	{
		text-transform : uppercase;
		text-align     : center;
		margin         : 0;
		font-weight    : bold;
		color          : #2a8d86;
		text-shadow    : none;
	}

	.sec-contact .box-9 .box-9-map
	{
		background-color : #f9f9f9;
	}

	.sec-contact .box-9 .box-9-map iframe
	{
		width : 100%;
	}

	.contact-info
	{
		margin           : 0 auto 0 auto;
		text-align       : left;
		background-color : #ffffff;
	}

	.contact-info a:link, .contact-info a:visited
	{
		text-decoration : none;
		color           : #1d1d1b;
	}

	#sec-home-welcome .contact-info-mail
	{
		margin-top : 0;
	}

	.contact-info-icon
	{
		border-radius : 50%;
		float         : left;
	}

	.contact-info-text
	{
		float : left;
	}

	.contact-info-mail .contact-info-icon
	{
		background      : #cfb58f url(../img/icon_mail.png) center center;
		background-size : 100%;
	}

	.contact-info-tel .contact-info-icon
	{
		background      : #2a8d86 url(../img/icon_tel.png) center center;
		background-size : 100%;
	}

	/* Kontaktformular */
	.contact-form-headline
	{
		background-color : #ffffff;
	}

	.contact-form-headline h2
	{
		text-transform : uppercase;
		text-align     : center;
		margin         : 0;
		font-weight    : bold;
		color          : #2a8d86;
		text-shadow    : none;
	}

	.contact-form form
	{
		background : #f7f7f7;
	}

	.contact-form-left, .contact-form-right
	{
		float : left;
	}

	.contact-form form h3
	{
		color          : #505050;
		font-weight    : bold;
		text-transform : none;
		text-align     : left;
	}

	.contact-form button
	{
		margin             : 0;
		padding            : 0;
		width              : 50%;
		float              : left;
		border             : 0;
		text-transform     : uppercase;
		font-weight        : bold;
		color              : #ffffff;
		-webkit-transition : all 0.4s;
		-moz-transition    : all 0.4s;
		-o-transition      : all 0.4s;
		transition         : all 0.4s;
	}

	.contact-form button:hover, .contact-form button.contact-form-btn-success:hover
	{
		background-color : #288d87;
	}

	.contact-form .contact-form-btn-back
	{
		background-color : #272725;
	}

	.contact-form .contact-form-btn-submit
	{
		background-color : #cfb590;
	}

	.contact-form button.contact-form-btn-success
	{
		background-color : #cfb590;
		width            : 100%;
	}

	.contact-form .contact-form-left input, .contact-form textarea
	{
		background : #ffffff;
		display    : block;
	}

	.contact-form .contact-form-left input:focus, .contact-form textarea:focus
	{
		outline : none;
	}

	.contact-form textarea
	{
		width : 100%;
	}

	.contact-form-checkboxes label
	{
		font-weight : 300;
	}

	.contact-form form .error-feedback h3
	{
		margin-top  : 0;
		padding-top : 0;
		color       : #b41414;
	}

	.error-feedback span
	{
		display : block;
		color   : #b41414;
	}

	/* Leistungen */
	.cc_btn, .cc_btn_accept_all
	{
		padding : 2px !important;
	}

	#sec-leistungen-home .sec-bg
	{
		background-color : #684f3d;
		background-image : url(../img/bg_High_Tide_Tonstudio_Leistungen_Team.jpg);
	}

	#sec-leistungen-kreatives .sec-bg
	{
		background-color : #deb9a3;
		background-image : url(../img/bg_High_Tide_Tonstudio_Leistungen_Kreatives.jpg);
	}

	#sec-leistungen-recording .sec-bg
	{
		background-color : #bbaaaa;
		background-image : url(../img/bg_High_Tide_Tonstudio_Leistungen_Recording.jpg);
	}

	#sec-leistungen-mixing .sec-bg
	{
		background-color : #bbaaaa;
		background-image : url(../img/bg_High_Tide_Tonstudio_Leistungen_Mixing.jpg);
	}

	#sec-leistungen-mastering .sec-bg
	{
		background-color : #bbaaaa;
		background-image : url(../img/bg_High_Tide_Tonstudio_Leistungen_Mastering.jpg);
	}

	#sec-leistungen-raumvermietung .sec-bg
	{
		background-color : #bbaaaa;
		background-image : url(../img/bg_High_Tide_Tonstudio_Leistungen_Raumvermietung.jpg);
	}

	.sec-contact .box-9 .box-9-headline
	{
		background-color : rgba(0, 0, 0, 0.4);
	}

	.sec-contact .box-9 .box-9-headline h2
	{
		font-weight    : bold;
		text-transform : uppercase;
		text-shadow    : none;
	}

	.sec-contact .box-9-text
	{
		background-color : rgba(0, 0, 0, 0.5);
		text-align       : center;
	}

	.sec-contact .box-9-text .leistungen-around-text
	{
		display           : block;
		position          : relative;
		top               : 48%;
		-o-transform      : translateY(-50%);
		-moz-transform    : translateY(-50%);
		-webkit-transform : translateY(-50%);
		-ms-transform     : translateY(-50%);
		transform         : translateY(-50%);
	}

	.sec-contact small
	{
		line-height : 110%;
		font-size   : 70%;
		display     : block;
	}

	.box-3-text.sec-contact-booking p
	{
		display   : block;
		position  : relative;
		top       : 0;
		transform : none;
	}

	span.booking-btn
	{
		cursor : pointer;
		color  : #cfb58f;
	}

	/* Social Media */
	.social-fb, .social-tw
	{
		display            : block;
		background-color   : #cfb58f;
		-webkit-transition : all 0.4s;
		-moz-transition    : all 0.4s;
		-o-transition      : all 0.4s;
		transition         : all 0.4s;
		float              : left;
	}

	.social-fb:hover, .social-tw:hover
	{
		background-color : #2a8d86;
	}

	.social-fb img, .social-tw img
	{
		width : 100%;
	}
}
/* END ------------------------------------------------ */

/* VERY SMALLSCREEN ----------------------------------- */
@media (min-width: 1024px)
{
	body {
		font-size: 16px;
	}

	/* HEADER */
	#header {
		height: 96px;
	}

	#header-nav {
		margin: 33px 0 0 0;
	}

	#header-logo
	{
		width: 250px;
	}

	#header-logo {
		margin: 21px 0 0 0;
	}

	#header-nav ul {
		height: 50px;
	}

	#header-nav ul li {
		font-size: 21px;
		margin-left: 28px;
	}

	/* SUBNAV */
	#header-subnav ul {
		margin: 4px 0 0 0;
	}

	#header-subnav li {
		margin: 0 23px 0 0;
		padding: 8px 0;
	}

	/* SECTIONS */
	.sec-content {
		height: 565px;
		margin-top: 80px;
	}

	video#bgvid {
		background: url(../img/bg_home_welcome.jpg) no-repeat;
	}

	#sec-home-news {
		background: url(../img/bg_home_news.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.uberuns-around-text
	{
		padding: 40px;
	}

	/* SLIDER */
	#sec-home-news .slide .container {
		margin-top: 40px;
	}

	.fp-controlArrow {
		width: 142px;
		height: 30px;
		position: absolute;
		z-index: 100000000;
		bottom: 8%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: #1d1d1b;
		opacity: 1;
	}
	.fp-controlArrow.fp-prev {
		left: 50px;
		background: #cfb58f url(../img/arrow_prev.png) no-repeat center center;
		background-size: 12%;
		border-radius: 5px;
	}
	.fp-controlArrow.fp-next {
		right: 50px;
		background: #cfb58f url(../img/arrow_next.png) no-repeat center center;
		background-size: 12%;
		border-radius: 5px;
	}

	.fp-controlArrow.fp-next:hover {
		opacity: 1 !important;
		background-color: #2a8d86;
	}

	.fp-controlArrow.fp-prev:hover {
		opacity: 1 !important;
		background-color: #2a8d86;
	}

	#fp-nav.right {
		right: 7px;
	}
	#fp-nav.left {
		left: 7px;
	}

	/* CONTENT */
	h1, h2.h2start {
		font-size: 28px;
		-webkit-background-text-shadow: 0px 0px 40px #000000;
		-moz-background-text-shadow: 0px 0px 40px #000000;
		-o-background-text-shadow: 0px 0px 40px #000000;
		text-shadow: 0px 0px 40px #000000;
	}

	h2, h1.h1start {
		font-size: 21px;
		font-weight: 300;
		-webkit-background-text-shadow: 0px 0px 30px #000000;
		-moz-background-text-shadow: 0px 0px 30px #000000;
		-o-background-text-shadow: 0px 0px 30px #000000;
		text-shadow: 0px 0px 30px #000000;
		padding: 10px 0 0 0;
	}

	h3 {
		font-size: 22px;
		padding: 19px 0 0 0;
	}

	/* IMPRESSUM */
	#impressum
	{
		right: 8px;
		bottom: 5px;
		font-size: 11px;
	}

	/* HOME */
	span.showreal-button {
		border: 1px solid #f9f9f9;
		border-radius: 10px;
		padding: 10px 8px;
		width: 200px;
		margin: 25px auto 0 auto;
	}

	/* LIGHTBOX */
	.lightbox .showrealbox
	{
		width: 920px;
		height: 518px;
	}

	/* BOXES*/
	.rabatt-icon {
		width: 65px;
		height: 65px;
		top: 5px;
	}

	.rabatt-icon span
	{
		padding-top: 15px;
	}

	/* Box 3*/
	.box-3-img {
		height: 120px;
		border-top-left-radius: 12px;
		margin: 30px 0 0 0;
	}

	.box-3-headline {
		height: 60px;
		border-top-left-radius: 0;
		margin: 0 0 0 0;
	}

	.box-3-text {
		height: 120px;
		margin: -1px 0 0 0;
	}

	.box-3-text p {
		padding: 0 12px;
	}

	a.box-3-button, a:link.box-3-button, a:visited.box-3-button {
		height: 60px;
		padding: 19px 0 0 0;
	}

	/* Box 6 */
	.box-6 {
		height: 395px;
		border-top-left-radius: 12px;
	}

	.box-6-img {
		border-top-left-radius: 12px;
	}

	.box-6-headline {
		border-top-left-radius: 12px;
	}

	.box-6-headline h3 {
		font-size: 28px;
		padding: 0 26px 28px 26px;
	}

	.box-6-text {
		padding-top: 26px;
	}

	.box-6-text p {
		padding: 0 26px 0 26px;
	}

	.news-date {
		font-size: 12px;
		padding: 20px 0 0 26px;
	}

	.box-6-bottomstroke {
		height: 6px;
	}

	/* Tonstudio */
	.sec-studio span.studio-desc {
		font-size: 24px;
		padding: 20px 15px 25px 15px;
		border-radius: 12px;
		width: 80%;
	}

	.sec-studio h1 {
		margin: 0 0 20px 0;
	}

	/* Referenzen */
	#sec-references h1, #sec-contact h1
	{
		margin-bottom: 60px;
		-webkit-background-text-shadow: 0px 0px 40px rgba(0,0,0,0.2);
		-moz-background-text-shadow: 0px 0px 40px rgba(0,0,0,0.2);
		-o-background-text-shadow: 0px 0px 40px rgba(0,0,0,0.2);
		text-shadow: 0px 0px 40px rgba(0,0,0,0.2);
	}

	#sec-references p{
		margin: 20px 0 0 0;
		display: block;
	}

	.box-2-img
	{
		margin: 0 0 30px 0;
	}

	.box-2-img img
	{
		border-top-left-radius: 12px;
	}

	.slideshow-box
	{
		width: 161px;
		height: 161px;
	}

	/* Kontakt */
	.sec-contact .box-3 .box-3-headline, .sec-contact .box-9 .box-9-headline  {
		height: 70px;
		border-top-left-radius: 12px;
		margin: 0;
	}

	.sec-contact .box-3 .box-3-headline h2 {
		padding: 19px 0 0 0;
		font-size: 28px;
	}

	.sec-contact .box-3 .box-3-text {
		height: 250px;
		padding-top: 20px;
	}

	.sec-contact .box-3-button {
		margin-top: 0;
	}

	.sec-contact .box-9 .box-9-map {
		border-top-left-radius: 12px;
	}

	.sec-contact .box-9 .box-9-map iframe {
		height: 374px;
	}

	.sec-contact .adress
	{
		line-height: 110%;
	}

	.contact-info {
		height: 35px;
		border-radius: 70px;
		width: 200px;
	}

	.contact-info-mail {
		margin-top: 30px;
	}

	#around-contact-info-home
	{
		padding-top: 20px;
	}

	.contact-info-tel {
		margin-top: 5px;
	}

	.contact-info-icon {
		height: 0px;
		width: 0px;
	}

	.contact-info-mail .contact-info-text {
		padding: 6px 0 0 10px;
		letter-spacing: 0;
	}

	.contact-info-tel .contact-info-text {
		padding: 6px 0 0 20px;
	}

	/* Kontaktformular */
	.contact-form {
		margin-top: 100px;
	}

	.contact-form-headline {
		height: 70px;
		border-top-left-radius: 12px;
	}

	.contact-form-headline h2 {
		padding: 20px 0 0 0;
		font-size: 28px;
	}

	.contact-form-right {
		width: 535px;
		margin: 0 0 0 15px;
	}

	.contact-form form h3 {
		font-size: 16px;
		padding: 25px 0 5px 15px;
	}

	.contact-form button {
		height: 70px;
		font-size: 16px;
	}

	.contact-form .contact-form-left input, .contact-form textarea {
		border: 2px solid #ffffff;
		border-radius: 5px;
		padding: 0 14px;
		height: 70px;
	}

	.contact-form .contact-form-left input:focus, .contact-form textarea:focus {
		border: 2px solid #288d87;
	}

	.contact-form-left input {
		width: 360px;
		margin: 0 0 17px 15px;
	}

	.contact-form textarea {
		height: 244px;
		padding: 20px 14px;
	}

	.contact-form-checkboxes {
		margin: 0 0 0 15px;
		padding: 0 0 40px 0;
	}

	.contact-form-checkboxes label {
		margin: 0 0 0 2px;
		padding: 0 10px 0 0;
	}

	.alt-checkbox.medium, .alt-checkbox-label.medium {
		font-size: 16px;
	}

	.error-feedback span
	{
		padding: 0 15px 25px 15px;
	}

	.success-feedback
	{
		padding: 30px 0 30px 0;
		clear: both;
	}

	.success-feedback p
	{
		padding: 20px 0 20px 0;
	}

	.success-feedback-icon
	{
		width: 140px;
		height: 140px;
		margin: 0 auto;
	}

	.success-feedback-icon img
	{
		width: 100%;
		height: 100%;
	}

	/* Leistungen */
	#sec-leistungen-home h1
	{
		margin-bottom: 16px;
	}

	#sec-leistungen-home h3
	{
		font-size: 28px;
		padding: 15px 0 0 0;
	}

	.sec-contact .box-9 .box-9-headline h2  {
		padding: 20px 0 0 0;
		font-size: 28px;
	}

	.sec-contact .box-9-text
	{
		font-size: 15px;
		height: 310px;
	}

	.sec-contact .box-9-text .leistungen-around-text
	{
		padding: 0 35px 0 35px;
	}

	.sec-contact .box-9-text p
	{
		margin-bottom: 14px;
	}

	.leistungen-spacer
	{
		height: 90px;
	}

	.sec-contact small
	{
		display: none;
	}

	.box-3-text.sec-contact-booking p {
		padding: 0 10px 5px 10px;
	}

	/* Social Media */
	.social-fb, .social-tw
	{
		width  : 60px;
		height : 60px;
		margin: 10px 10px 0 0;
		border-top-left-radius: 12px;
	}
}
/* END ------------------------------------------------ */

/* SMALLSCREEN ---------------------------------------- */
@media (min-width: 1280px)
{
	body {
		font-size: 16px;
	}

	/* HEADER */
	#header {
		height: 96px;
	}

	#header-nav {
		margin: 33px 0 0 0;
	}

	#header-logo
	{
		width: 250px;
	}

	#header-logo {
		margin: 21px 0 0 0;
	}

	#header-nav ul {
		height: 50px;
	}

	#header-nav ul li {
		font-size: 21px;
		margin-left: 28px;
	}

	/* SUBNAV */
	#header-subnav ul {
		margin: 4px 0 0 0;
	}

	#header-subnav li {
		margin: 0 23px 0 0;
		padding: 8px 0;
	}

	/* SECTIONS */
	.sec-content {
		height: 500px;
		margin-top: 50px;
	}

	video#bgvid {
		background: url(../img/bg_home_welcome.jpg) no-repeat;
	}

	#sec-home-news {
		background: url(../img/bg_home_news.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	/* SLIDER */
	#sec-home-news .slide .container {
		margin-top: 40px;
	}

	.fp-controlArrow {
		width: 32px;
		height: 90px;
		position: absolute;
		z-index: 100000000;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 1;
	}
	.fp-controlArrow.fp-prev {
		left: 0;
		background: #cfb58f url(../img/arrow_prev.png) no-repeat center center;
		background-size: 70%;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.fp-controlArrow.fp-next {
		right: 0;
		background: #cfb58f url(../img/arrow_next.png) no-repeat center center;
		background-size: 70%;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}

	.fp-controlArrow.fp-next:hover {
		opacity: 1 !important;
		background-color: #2a8d86;
	}

	.fp-controlArrow.fp-prev:hover {
		opacity: 1 !important;
		background-color: #2a8d86;
	}

	#fp-nav.right {
		right: 17px;
	}
	#fp-nav.left {
		left: 17px;
	}

	/* CONTENT */
	h1, h2.h2start {
		font-size: 28px;
		-webkit-background-text-shadow: 0px 0px 40px #000000;
		-moz-background-text-shadow: 0px 0px 40px #000000;
		-o-background-text-shadow: 0px 0px 40px #000000;
		text-shadow: 0px 0px 40px #000000;
	}

	h2, h1.h1start {
		font-size: 21px;
		font-weight: 300;
		-webkit-background-text-shadow: 0px 0px 30px #000000;
		-moz-background-text-shadow: 0px 0px 30px #000000;
		-o-background-text-shadow: 0px 0px 30px #000000;
		text-shadow: 0px 0px 30px #000000;
		padding: 10px 0 0 0;
	}

	h3 {
		font-size: 22px;
		padding: 19px 0 0 0;
	}

	/* IMPRESSUM */
	#impressum
	{
		right: 8px;
		bottom: 5px;
		font-size: 11px;
	}

	/* HOME */
	span.showreal-button {
		border: 2px solid #f9f9f9;
		border-radius: 10px;
		padding: 16px 18px;
		width: 200px;
		margin: 40px auto 0 auto;
	}

	.uberuns-around-text
	{
		padding: 40px;
	}

	/* LIGHTBOX */
	.lightbox .showrealbox
	{
		width: 920px;
		height: 518px;
	}

	/* BOXES*/
	.rabatt-icon {
		width: 65px;
		height: 65px;
		top: 35px;
	}

	.rabatt-icon span
	{
		padding-top: 15px;
	}

	/* Box 3*/
	.box-3-img {
		display: none;
	}

	.box-3-headline {
		height: 60px;
		margin: 47px 0 0 0;
		border-top-left-radius: 12px;
	}

	.box-3-text {
		height: 120px;
	}

	.box-3-text p {
		padding: 0 12px;
	}

	a.box-3-button, a:link.box-3-button, a:visited.box-3-button {
		height: 60px;
		padding: 19px 0 0 0;
	}

	/* Box 6 */
	.box-6 {
		height: 365px;
		border-top-left-radius: 12px;
	}

	.box-6-img {
		border-top-left-radius: 12px;
	}

	.box-6-headline {
		border-top-left-radius: 12px;
	}

	.box-6-headline h3 {
		font-size: 28px;
		padding: 0 26px 28px 26px;
	}

	.box-6-text {
		padding-top: 26px;
	}

	.box-6-text p {
		padding: 0 26px 0 26px;
	}

	.news-date {
		font-size: 12px;
		padding: 20px 0 0 26px;
	}

	.box-6-bottomstroke {
		height: 6px;
	}

	/* Tonstudio */
	.sec-studio span.studio-desc {
		font-size: 24px;
		padding: 20px 15px 25px 15px;
		border-radius: 12px;
		width: 60%;
	}

	.sec-studio h1 {
		margin: 0 0 20px 0;
	}

	/* Referenzen */
	#sec-references h1, #sec-contact h1
	{
		margin-bottom: 60px;
		-webkit-background-text-shadow: 0px 0px 40px rgba(0,0,0,0.2);
		-moz-background-text-shadow: 0px 0px 40px rgba(0,0,0,0.2);
		-o-background-text-shadow: 0px 0px 40px rgba(0,0,0,0.2);
		text-shadow: 0px 0px 40px rgba(0,0,0,0.2);
	}

	#sec-references p{
		display: none;
	}

	.box-2-img
	{
		margin: 0 0 30px 0;
	}

	.box-2-img img
	{
		border-top-left-radius: 12px;
	}

	.slideshow-box
	{
		width: 195px;
		height: 195px;
	}

	/* Kontakt */
	.sec-contact .box-3 .box-3-headline, .sec-contact .box-9 .box-9-headline  {
		height: 70px;
		border-top-left-radius: 12px;
		margin: 0;
	}

	.sec-contact .box-3 .box-3-headline h2 {
		padding: 19px 0 0 0;
		font-size: 28px;
	}

	.sec-contact .box-3 .box-3-text {
		height: 250px;
		padding-top: 20px;
	}

	.sec-contact .box-3-button {
		margin-top: 0;
	}

	.sec-contact .box-9 .box-9-map {
		border-top-left-radius: 12px;
	}

	.sec-contact .box-9 .box-9-map iframe {
		height: 374px;
	}

	.sec-contact .adress
	{
		line-height: 130%;
	}

	.contact-info {
		height: 35px;
		border-radius: 70px;
		width: 240px;
	}

	.contact-info-mail {
		margin-top: 20px;
	}

	#around-contact-info-home
	{
		padding-top: 20px;
	}

	.contact-info-tel {
		margin-top: 10px;
	}

	.contact-info-icon {
		height: 35px;
		width: 35px;
	}

	.contact-info-mail .contact-info-text {
		padding: 5px 0 0 8px;
		letter-spacing: 0;
	}

	.contact-info-tel .contact-info-text {
		padding: 5px 0 0 8px;
	}

	/* Kontaktformular */
	.contact-form {
		margin-top: 60px;
	}

	.contact-form-headline {
		height: 70px;
		border-top-left-radius: 12px;
	}

	.contact-form-headline h2 {
		padding: 20px 0 0 0;
		font-size: 28px;
	}

	.contact-form-right {
		width: 667px;
		margin: 0 0 0 25px;
	}

	.contact-form form h3 {
		font-size: 16px;
		padding: 25px 0 5px 15px;
	}

	.contact-form button {
		height: 70px;
		font-size: 16px;
	}

	.contact-form .contact-form-left input, .contact-form textarea {
		border: 2px solid #ffffff;
		border-radius: 5px;
		padding: 0 14px;
		height: 70px;
	}

	.contact-form .contact-form-left input:focus, .contact-form textarea:focus {
		border: 2px solid #288d87;
	}

	.contact-form-left input {
		width: 420px;
		margin: 0 0 17px 15px;
	}

	.contact-form textarea {
		height: 244px;
		padding: 20px 14px;
	}

	.contact-form-checkboxes {
		margin: 0 0 0 15px;
		padding: 0 0 40px 0;
	}

	.contact-form-checkboxes label {
		margin: 0 0 0 2px;
		padding: 0 20px 0 0;
	}

	.alt-checkbox.medium, .alt-checkbox-label.medium {
		font-size: 16px;
	}

	.error-feedback span
	{
		padding: 0 15px 25px 15px;
	}

	.success-feedback
	{
		padding: 40px 0 40px 0;
		clear: both;
	}

	.success-feedback p
	{
		padding: 30px 0 30px 0;
	}

	.success-feedback-icon
	{
		width: 160px;
		height: 160px;
		margin: 0 auto;
	}

	.success-feedback-icon img
	{
		width: 100%;
		height: 100%;
	}

	/* Leistungen */
	#sec-leistungen-home h1
	{
		margin-bottom: 16px;
	}

	#sec-leistungen-home h3
	{
		font-size: 28px;
		padding: 15px 0 0 0;
	}

	.sec-contact .box-9 .box-9-headline h2  {
		padding: 20px 0 0 0;
		font-size: 28px;
	}

	.sec-contact .box-9-text
	{
		font-size: 17px;
		height: 310px;
	}

	.sec-contact .box-9-text .leistungen-around-text
	{
		padding: 0 35px 0 35px;
	}

	.sec-contact .box-9-text p
	{
		margin-bottom: 14px;
	}

	.leistungen-spacer
	{
		height: 90px;
	}

	.sec-contact small
	{
		padding: 5px 5px 0 5px;
		display: block;
	}

	.box-3-text.sec-contact-booking p {
		padding: 0 10px 5px 10px;
	}

	/* Social Media */
	.social-fb, .social-tw
	{
		width  : 60px;
		height : 60px;
		margin: 15px 15px 0 0;
		border-top-left-radius: 12px;
	}
}
/* END ------------------------------------------------ */

/* SCHMALLSCREEN HIGH --------------------------------- */
@media (min-width: 1200px) AND (max-width: 1679px)
{
	/* Box 3*/
	.box-3-img {
		height: 120px;
		border-top-left-radius: 12px;
		margin: 47px 0 0 0;
		display: block;
		border-top-left-radius: 12px;
	}

	.box-3-headline {
		height: 60px;
		margin: 0;
		border-top-left-radius: 0;
	}

	#sec-references p{
		display: block;
	}

	.sec-content {
		height: 600px;
		margin-top: 50px;
	}
}
/* END ------------------------------------------------ */

/* MIDSCREEN ------------------------------------------ */
@media (min-width: 1680px)
{
	body {
		font-size: 18px;
	}

	/* HEADER */
	#header {
		height: 110px;
	}

	#header-nav {
		margin: 36px 0 0 0;
	}

	#header-logo {
		width: 313px;
	}

	#header-logo {
		margin: 19px 0 0 0;
	}

	#header-nav ul {
		height: 50px;
	}

	#header-nav ul li {
		font-size: 24px;
		margin-left: 32px;
	}

	/* SUBNAV */
	#header-subnav ul {
		margin: 14px 0 0 0;
	}

	#header-subnav li {
		margin: 0 23px 0 0;
		padding: 10px 0;
	}

	/* SECTIONS */
	.sec-content {
		height: 700px;
		margin-top: 50px;
	}

	video#bgvid {
		background: url(../img/bg_home_welcome.jpg) no-repeat;
	}

	#sec-home-news {
		background: url(../img/bg_home_news.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	/* SLIDER*/
	#sec-home-news .slide .container {
		margin-top: 50px;
	}

	.fp-controlArrow {
		width: 96px;
		height: 96px;
		position: absolute;
		z-index: 100000000;
		border: 2px solid #ffffff;
		border-radius: 50%;
		top: 50%;
		opacity: 0.8;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.fp-controlArrow.fp-prev {
		left: 60px;
		background: url(../img/arrow_prev.png) no-repeat center center;
		border-radius: 50%;
	}

	.fp-controlArrow.fp-next {
		right: 60px;
		background: url(../img/arrow_next.png) no-repeat center center;
		border-radius: 50%;

	}

	.fp-controlArrow.fp-next:hover {
		right: 50px;
		background-color: transparent;
	}

	.fp-controlArrow.fp-prev:hover {
		left: 50px;
		background-color: transparent;
	}

	#fp-nav.right {
		right: 17px;
	}

	#fp-nav.left {
		left: 17px;
	}

	/* CONTENT */
	h1, h2.h2start {
		font-size: 36px;
		-webkit-background-text-shadow: 0px 0px 40px #000000;
		-moz-background-text-shadow: 0px 0px 40px #000000;
		-o-background-text-shadow: 0px 0px 40px #000000;
		text-shadow: 0px 0px 40px #000000;
	}

	h2, h1.h1start {
		font-size: 24px;
		font-weight: 300;
		-webkit-background-text-shadow: 0px 0px 30px #000000;
		-moz-background-text-shadow: 0px 0px 30px #000000;
		-o-background-text-shadow: 0px 0px 30px #000000;
		text-shadow: 0px 0px 30px #000000;
		padding: 10px 0 0 0;
	}

	h3 {
		font-size: 24px;
		padding: 22px 0 0 0;
	}

	/* IMPRESSUM */
	#impressum {
		right: 8px;
		bottom: 5px;
		font-size: 11px;
	}

	/* HOME */
	span.showreal-button {
		border: 2px solid #f9f9f9;
		border-radius: 10px;
		padding: 20px 18px;
		width: 220px;
		margin: 50px auto 0 auto;
	}

	.uberuns-around-text
	{
		padding: 40px;
	}

	/* LIGHTBOX */
	.lightbox .showrealbox {
		width: 1280px;
		height: 720px;
	}

	/* BOXES*/
	.rabatt-icon {
		width: 76px;
		height: 76px;
		top: 35px;
	}

	.rabatt-icon span
	{
		padding-top: 18px;
	}

	/* Box 3*/
	.box-3-img {
		height: 150px;
		border-top-left-radius: 12px;
		margin: 65px 0 0 0;
		display: block;
	}

	.box-3-headline {
		height: 70px;
		border-top-left-radius: 0;
		margin: 0 0 0 0;
	}

	.box-3-text {
		height: 150px;
	}

	.box-3-text p {
		padding: 0 15px;
	}

	a.box-3-button, a:link.box-3-button, a:visited.box-3-button {
		height: 70px;
		padding: 22px 0 0 0;
	}

	/* Box 6 */
	.box-6 {
		height: 465px;
		border-top-left-radius: 12px;
	}

	.box-6-img {
		border-top-left-radius: 12px;
	}

	.box-6-headline {
		border-top-left-radius: 12px;
	}

	.box-6-headline h3 {
		font-size: 36px;
		padding: 0 26px 28px 26px;
	}

	.box-6-text {
		padding-top: 26px;
	}

	.box-6-text p {
		padding: 0 26px 0 26px;
	}

	.news-date {
		font-size: 14px;
		padding: 20px 0 0 26px;
	}

	.box-6-bottomstroke {
		height: 6px;
	}

	/* Tonstudio */
	.sec-studio span.studio-desc {
		font-size: 30px;
		padding: 20px 15px 25px 15px;
		border-radius: 12px;
		width: 80%;
	}

	.sec-studio h1 {
		margin: 0 0 20px 0;
	}

	/* Referenzen */
	#sec-references h1, #sec-contact h1
	{
		margin-bottom: 80px;
		-webkit-background-text-shadow: 0px 0px 40px rgba(0,0,0,0.2);
		-moz-background-text-shadow: 0px 0px 40px rgba(0,0,0,0.2);
		-o-background-text-shadow: 0px 0px 40px rgba(0,0,0,0.2);
		text-shadow: 0px 0px 40px rgba(0,0,0,0.2);
	}

	#sec-references p{
		margin: 30px 0 0 0;
		display: block;
	}

	.box-2-img
	{
		margin: 0 0 30px 0;
	}

	.box-2-img img
	{
		border-top-left-radius: 12px;
	}

	.slideshow-box
	{
		width: 195px;
		height: 195px;
	}

	/* Kontakt */
	.sec-contact .box-3 .box-3-headline, .sec-contact .box-9 .box-9-headline {
		height: 80px;
		border-top-left-radius: 12px;
	}

	.sec-contact .box-3 .box-3-headline h2 {
		padding: 19px 0 0 0;
		font-size: 36px;
	}

	.sec-contact .box-3 .box-3-text {
		height: 300px;
		padding-top: 25px;
	}

	.sec-contact .box-3-button {
		margin-top: 0;
	}

	.sec-contact .box-9 .box-9-map {
		border-top-left-radius: 12px;
	}

	.sec-contact .box-9 .box-9-map iframe {
		height: 443px;
	}

	.contact-info {
		height: 35px;
		border-radius: 70px;
		width: 240px;
	}

	.contact-info-mail {
		margin-top: 30px;
	}

	#around-contact-info-home
	{
		padding-top: 34px;
	}

	.contact-info-tel {
		margin-top: 10px;
	}

	.contact-info-icon {
		height: 35px;
		width: 35px;
	}

	.contact-info-mail .contact-info-text {
		padding: 5px 0 0 7px;
		letter-spacing: -1px;
	}

	.contact-info-tel .contact-info-text {
		padding: 5px 0 0 8px;
	}

	/* Kontaktformular */
	.contact-form {
		margin-top: 180px;
	}

	.contact-form-headline {
		height: 80px;
		border-top-left-radius: 12px;
	}

	.contact-form-headline h2 {
		padding: 19px 0 0 0;
		font-size: 36px;
	}

	.contact-form-right {
		width: 667px;
		margin: 0 0 0 25px;
	}

	.contact-form form h3 {
		font-size: 18px;
		padding: 25px 0 5px 15px;
	}

	.contact-form button {
		height: 70px;
		font-size: 18px;
	}

	.contact-form .contact-form-left input, .contact-form textarea {
		border: 2px solid #ffffff;
		border-radius: 5px;
		padding: 0 14px;
		height: 70px;
	}

	.contact-form .contact-form-left input:focus, .contact-form textarea:focus {
		border: 2px solid #288d87;
	}

	.contact-form-left input {
		width: 420px;
		margin: 0 0 17px 15px;
	}

	.contact-form textarea {
		height: 244px;
		padding: 20px 14px;
	}

	.contact-form-checkboxes {
		margin: 0 0 0 15px;
		padding: 0 0 40px 0;
	}

	.contact-form-checkboxes label {
		margin: 0 0 0 2px;
		padding: 0 20px 0 0;
	}

	.alt-checkbox.medium, .alt-checkbox-label.medium {
		font-size: 18px;
	}

	.error-feedback span
	{
		padding: 0 15px 25px 15px;
	}

	.success-feedback
	{
		padding: 40px 0 40px 0;
		clear: both;
	}

	.success-feedback p
	{
		padding: 30px 0 30px 0;
	}

	.success-feedback-icon
	{
		width: 160px;
		height: 160px;
		margin: 0 auto;
	}

	.success-feedback-icon img
	{
		width: 100%;
		height: 100%;
	}

	/* Leistungen */
	#sec-leistungen-home h1
	{
		margin-bottom: 16px;
	}

	#sec-leistungen-home h3
	{
		font-size: 36px;
		padding: 14px 0 0 0;
	}

	.sec-contact .box-9 .box-9-headline h2  {
		padding: 20px 0 0 0;
		font-size: 36px;
	}

	.sec-contact .box-9-text
	{
		font-size: 18px;
		height: 370px;
	}

	.sec-contact .box-9-text .leistungen-around-text
	{
		padding: 0 35px 0 35px;
	}

	.sec-contact .box-9-text p
	{
		margin-bottom: 20px;
	}

	.leistungen-spacer
	{
		height: 118px;
	}

	.sec-contact small
	{
		padding: 5px 5px 0 5px;
	}

	.box-3-text.sec-contact-booking p {
		padding: 0 10px 15px 10px;
	}

	/* Social Media */
	.social-fb, .social-tw
	{
		width  : 80px;
		height : 80px;
		margin: 30px 30px 0 0;
		border-top-left-radius: 12px;
	}
}
/* END ------------------------------------------------ */

/* LARGESCREEN ---------------------------------------- */
@media (min-width: 1920px)
{
	body {
		font-size: 22px;
	}

	/* HEADER */
	#header {
		height: 130px;
	}

	#header-nav {
		margin: 45px 0 0 0;
	}

	#header-logo {
		width: 343px;
	}

	#header-logo {
		margin: 27px 0 0 0;
	}

	#header-nav ul {
		height: 50px;
	}

	#header-nav ul li {
		font-size: 28px;
		margin-left: 32px;
	}

	/* SUBNAV */
	#header-subnav ul {
		margin: 24px 0 0 0;
	}

	#header-subnav li {
		margin: 0 23px 0 0;
		padding: 15px 0;
	}

	/* SECTIONS */
	.sec-content {
		height: 835px;
		margin-top: 55px;
	}

	video#bgvid {
		background: url(../img/bg_home_welcome.jpg) no-repeat;
	}

	/* SLIDER */
	#sec-home-news .slide .container {
		margin-top: 55px;
	}

	/* CONTENT */
	h1 {
		font-size: 42px;
		-webkit-background-text-shadow: 0px 0px 40px #000000;
		-moz-background-text-shadow: 0px 0px 40px #000000;
		-o-background-text-shadow: 0px 0px 40px #000000;
		text-shadow: 0px 0px 40px #000000;
	}

	h1.h1start
	{
		font-size: 28px;
		font-weight: 300;
		-webkit-background-text-shadow: 0px 0px 30px #000000;
		-moz-background-text-shadow: 0px 0px 30px #000000;
		-o-background-text-shadow: 0px 0px 30px #000000;
		text-shadow: 0px 0px 30px #000000;
		padding: 10px 0 0 0;
	}

	h2 {
		font-size: 28px;
		font-weight: 300;
		-webkit-background-text-shadow: 0px 0px 30px #000000;
		-moz-background-text-shadow: 0px 0px 30px #000000;
		-o-background-text-shadow: 0px 0px 30px #000000;
		text-shadow: 0px 0px 30px #000000;
		padding: 10px 0 0 0;
	}

	h2.h2start{
		font-size: 42px;
		-webkit-background-text-shadow: 0px 0px 40px #000000;
		-moz-background-text-shadow: 0px 0px 40px #000000;
		-o-background-text-shadow: 0px 0px 40px #000000;
		text-shadow: 0px 0px 40px #000000;
	}

	h3 {
		font-size: 28px;
		padding: 22px 0 0 0;
	}

	/* IMPRESSUM */
	#impressum {
		right: 8px;
		bottom: 5px;
		font-size: 11px;
	}

	/* HOME */
	span.showreal-button {
		border: 2px solid #f9f9f9;
		border-radius: 10px;
		padding: 20px 18px;
		width: 260px;
		margin: 60px auto 0 auto;
	}

	.uberuns-around-text
	{
		padding: 40px;
	}

	/* LIGHTBOX */
	.lightbox .showrealbox {
		width: 1280px;
		height: 720px;
	}

	/* BOXES*/
	.rabatt-icon {
		width: 100px;
		height: 100px;
		top: 35px;
	}

	.rabatt-icon span
	{
		padding-top: 27px;
	}

	/* Box 3*/
	.box-3-img {
		height: 180px;
		border-top-left-radius: 12px;
		margin: 75px 0 0 0;
	}

	.box-3-headline {
		height: 90px;
		padding: 9px 0 0 0;
	}

	.box-3-text {
		height: 180px;
	}

	.box-3-text p {
		padding: 0 50px;
	}

	a.box-3-button, a:link.box-3-button, a:visited.box-3-button {
		height: 90px;
		padding: 28px 0 0 0;
	}

	/* Box 6 */
	.box-6 {
		height: 565px;
		border-top-left-radius: 12px;
	}

	.box-6-img {
		border-top-left-radius: 12px;
	}

	.box-6-headline {
		border-top-left-radius: 12px;
	}

	.box-6-headline h3 {
		font-size: 42px;
		padding: 0 35px 40px 35px;
	}

	.box-6-text {
		padding-top: 35px;
	}

	.box-6-text p {
		padding: 0 35px 0 35px;
	}

	.news-date {
		font-size: 18px;
		padding: 30px 0 0 35px;
	}

	.box-6-bottomstroke {
		height: 8px;
	}

	/* Tonstudio */
	.sec-studio span.studio-desc {
		font-size: 40px;
		padding: 20px 15px 25px 15px;
		border-radius: 12px;
	}

	.sec-studio h1 {
		margin: 0 0 20px 0;
	}

	/* Referenzen */
	#sec-references h1, #sec-contact h1 {
		margin-bottom: 90px;
		-webkit-background-text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
		-moz-background-text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
		-o-background-text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
		text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
	}

	#sec-references p {
		margin: 50px 0 0 0;
	}

	.box-2-img {
		margin: 0 0 30px 0;
	}

	.box-2-img img {
		border-top-left-radius: 12px;
	}

	.slideshow-box
	{
		width: 261px;
		height: 261px;
	}

	/* Kontakt */
	.sec-contact .box-3 .box-3-headline, .sec-contact .box-9 .box-9-headline {
		height: 100px;
		border-top-left-radius: 12px;
	}

	.sec-contact .box-3 .box-3-headline h2 {
		padding: 19px 0 0 0;
		font-size: 42px;
	}

	.sec-contact .box-3 .box-3-text {
		height: 350px;
		padding-top: 28px;
	}

	.sec-contact .box-3-button {
		margin-top: -1px;
	}

	.sec-contact .box-9 .box-9-map {
		border-top-left-radius: 12px;
	}

	.sec-contact .box-9 .box-9-map iframe {
		height: 530px;
	}

	.contact-info {
		height: 45px;
		border-radius: 90px;
		width: 334px;
	}

	.contact-info-mail {
		margin-top: 30px;
		letter-spacing: 0;
	}

	#around-contact-info-home
	{
		padding-top: 38px;
	}

	.contact-info-tel {
		margin-top: 10px;
	}

	.contact-info-icon {
		height: 45px;
		width: 45px;
	}

	.contact-info-mail .contact-info-text {
		padding: 5px 0 0 15px;
	}

	.contact-info-tel .contact-info-text {
		padding: 5px 0 0 30px;
	}

	/* Kontaktformular */
	.contact-form {
		margin-top: 220px;
	}

	.contact-form-headline {
		height: 100px;
		border-top-left-radius: 12px;
	}

	.contact-form-headline h2 {
		padding: 27px 0 0 0;
		font-size: 42px;
	}

	.contact-form-right {
		width: 880px;
		margin: 0 0 0 30px;
	}

	.contact-form form h3 {
		font-size: 22px;
		padding: 25px 0 5px 15px;
	}

	.contact-form button {
		height: 90px;
		font-size: 22px;
	}

	.contact-form .contact-form-left input, .contact-form textarea {
		border: 2px solid #ffffff;
		border-radius: 5px;
		padding: 0 14px;
		height: 90px;
	}

	.contact-form .contact-form-left input:focus, .contact-form textarea:focus {
		border: 2px solid #288d87;
	}

	.contact-form-left input {
		width: 600px;
		margin: 0 0 25px 15px;
	}

	.contact-form textarea {
		height: 320px;
		padding: 30px 14px;
	}

	.contact-form-checkboxes {
		margin: 0 0 0 15px;
		padding: 0 0 40px 0;
	}

	.contact-form-checkboxes label {
		margin: 0 0 0 2px;
		padding: 0 28px 0 0;
	}

	.alt-checkbox.medium, .alt-checkbox-label.medium {
		font-size: 22px;
	}

	.error-feedback span
	{
		padding: 0 15px 35px 15px;
	}

	.success-feedback
	{
		padding: 50px 0 50px 0;
		clear: both;
	}

	.success-feedback p
	{
		padding: 30px 0 30px 0;
	}

	.success-feedback-icon
	{
		width: 189px;
		height: 189px;
		margin: 0 auto;
	}

	.success-feedback-icon img
	{
		width: 100%;
		height: 100%;
	}

	/* Leistungen */
	#sec-leistungen-home h1
	{
		margin-bottom: 16px;
	}

	#sec-leistungen-home h3
	{
		font-size: 42px;
		padding: 13px 0 0 0;
	}

	.sec-contact .box-9 .box-9-headline h2  {
		padding: 26px 0 0 0;
		font-size: 42px;
	}

	.sec-contact .box-9-text
	{
		font-size: 22px;
		height: 440px;
	}

	.sec-contact .box-9-text .leistungen-around-text
	{
		padding: 0 35px 0 35px;
	}

	.sec-contact .box-9-text p
	{
		margin-bottom: 20px;
	}

	.leistungen-spacer
	{
		height: 136px;
	}

	.sec-contact small
	{
		padding: 5px 0 0 0;
	}

	.box-3-text.sec-contact-booking p {
		padding: 0 10px 15px 10px;
	}

	/* Social Media */
	.social-fb, .social-tw
	{
		width  : 90px;
		height : 90px;
		margin: 30px 30px 0 0;
		border-top-left-radius: 12px;
	}
}
/* END ------------------------------------------------ */


