/*
* A-Lounge Styles
*/

/*******************************************************
Table of Contents
********************************************************

1: Typography
2: Generic Styles
3: Buttons
4: Navigation
5: Intro
6: Main
7: Footer
8: Media Queries
*/

/*******************************************************
1: Typography
********************************************************/

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 170px;
    font-weight: bold;
    line-height: 200px;
    color: #575757;
    text-transform: uppercase;
}

h2 {
    font-family: 'Gentium Basic', serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1em;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #464646;
    opacity: 0.9;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #464646;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}

h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.9);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

label, h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    text-align:left;
    font-weight:400;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

p.headline-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    text-align: center;
    opacity: 0.85;
}

a {
	color: rgb(201, 30, 112);
    text-decoration: none;
    -webkit-transition: color .3s linear, background-color .3s linear;
    -moz-transition: color .3s linear, background-color .3s linear;
    transition: color .3s linear, background-color .3s linear;
}

a:hover {
	color: rgb(138, 18, 76);
}

.nomargin {
	margin: 0 !important;
}

.marginbottom {
	margin-bottom:20px;
}

.gold {
	color: #e2b915 !important;
}



/*******************************************************
2: Generic Styles
********************************************************/

.badge {
  position:fixed;
  right: 0;
  bottom: 45%;
  z-index: 9000;
}
.badge:hover {
  opacity: .8;
}

body {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    font-family: 'Gentium Basic', serif;
    position: relative;
    z-index: 0;
}

#main {
    position: relative;
    z-index: 1000;

   background: #0c113d; /* Old browsers */
   background: -moz-linear-gradient(-45deg,  #0c113d 0%, #4b125b 25%, #7c1759 50%, #541ea0 75%, #3a2b4f 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0c113d), color-stop(25%,#4b125b), color-stop(50%,#7c1759), color-stop(75%,#541ea0), color-stop(100%,#3a2b4f)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(-45deg,  #0c113d 0%,#4b125b 25%,#7c1759 50%,#541ea0 75%,#3a2b4f 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(-45deg,  #0c113d 0%,#4b125b 25%,#7c1759 50%,#541ea0 75%,#3a2b4f 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(-45deg,  #0c113d 0%,#4b125b 25%,#7c1759 50%,#541ea0 75%,#3a2b4f 100%); /* IE10+ */
   background: linear-gradient(135deg,  #0c113d 0%,#4b125b 25%,#7c1759 50%,#541ea0 75%,#3a2b4f 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c113d', endColorstr='#3a2b4f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



    background-size: cover !important;
    overflow: hidden;
}

#main-special {
    position: relative;
    z-index: 1000;
 	background: url('../images/bg-alounge-silvester.jpg') no-repeat #000;
 	background-position:center;
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
 	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    overflow: hidden;
}


.line {
    background: #fff;
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 1px;
    margin-bottom: 28px;
}

.line-gold {
    background: #e2b915;
    position: relative;
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 1px;
    margin-bottom: 28px;
}

sub {
	color: red;
	font-size: 0.8em;
	position: relative;
	top: -5px;
}



/*******************************************************
3: Buttons
********************************************************/

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    color: #fff;
    background: rgb(201, 30, 112);
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    padding: 5px 10px;
    text-transform: uppercase;
    border:none;
    -webkit-transition: color .3s linear, background-color .3s linear;
    -moz-transition: color .3s linear, background-color .3s linear;
    transition: color .3s linear, background-color .3s linear;
}

a.button {
	color: #fff;
}

input[type="submit"].big, .big {
	font-size: 24px;
	padding: 10px 15px;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: rgb(138, 18, 76);
    color: #fff;
}

.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
    background: #464646;
    border: 1px solid #464646;
    color: #464646;
}

.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}



/*******************************************************
4: Navigation (see more in stylesheets/nav-component.css)
********************************************************/

.ha-header-front {
    text-align: center;
}

ul.firstnav {
    margin: 20px 0 0 0;
}

ul.firstnav li, nav ul li {
    display: inline;
    margin: 0 30px;
    color: #575757;
}

.ha-header-front a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

nav a {
    color: #fff;
    -webkit-transition: color .3s linear, background-color .3s linear;
    -moz-transition: color .3s linear, background-color .3s linear;
    transition: color .3s linear, background-color .3s linear;
}

nav a:visited {
    color: #fff;
}

nav a:hover {
    color: #bbb;
}

nav ul {
    margin: -40px 0 0 0;
}


/*******************************************************
5: Intro
********************************************************/

#top {
    background: rgba(255, 255, 255, 0.06);
    margin: 0px auto 0 auto;
    padding: 100px 0 50px 0;
    text-align: center;
    width: 1020px;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

#vermietung {
	background: rgba(255, 255, 255, 0.06);
	margin: 0px auto 0 auto;
	padding: 100px 0 50px 0;
	text-align: left;
	width: 1020px;
	-webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
}

p.proj-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: -90px 0 10px 0;
}

p.proj-desc {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 40px 0;
    opacity: 0.8;
}


/*******************************************************
6: Main
********************************************************/

#events, #location, #anfrage, #specials, #tickets, #flyer {
    background: rgba(0, 0, 0, 0.2);
    margin: 90px auto 0 auto;
    padding: 80px 0 80px 0;
    width: 1020px;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}

#flyer img {
	max-width:100%;
	height:auto;
	margin:0 0 -6px 0;
}

.img_wrap {
	padding:10px;
	box-shadow:0 0 20px rgba(255,255,255, 0.1);
}

.main-services {
	text-align: center;
	margin: 10px 0 30px;
	float: left;
}

.gallery img {
	width:100%;
}

p.serv-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 18px 0 18px 0;
}

p.serv-desc {
    font-weight: 400;
    opacity: 0.8;
}

.more-services {
    margin: 0 0 40px 0;
    display: inline-block;
}

.more-services a {
	background: rgb(201, 30, 112);
	color: #fff;
	padding: 5px;
}

a.special-link {
	color: rgb(201, 30, 112);
	background:#fff;
}

.more-services h4 {
    display: inline-block;
    margin: 0 15px 15px 0;
}

.more-services p {
    margin: 0 0 10px 0;
}

.m-serv-title {
    padding: 30px;
}

.m-serv {
    padding: 20px;
    border: 1px dotted #fff;
    margin: 0 0 20px;
}

.m-serv-special {
    padding: 20px;
    background: rgb(201, 30, 112);
    border: 1px dotted #fff;
    margin: 0 0 20px;
}

p.serv-title {
	font-family: 'Gentium Basic', serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: inline-block;
}


/*******************************************************
7: Footer
********************************************************/

footer {
    height: 250px;
    position: relative;
    z-index: -2;
    background: rgba(0, 0, 0, 0.9);
    background-position: bottom center, bottom center;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed;
    margin: 0;
    color: #fff;
}

.footer-container {
    background: rgba(255, 255, 255, 0.03);
    width: 1020px;
    position: fixed;
    z-index: -1;
    left: 50%;
    margin-left: -510px;
    bottom: 0;
    padding: 60px 0 20px 0;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}

footer a, .copyright a {
	color: white;
	text-decoration:underline;
}

footer a:hover, .copyright a:hover {
	color: white;
	text-decoration:none;
}

footer p {
    font-size: 14px;
    opacity: 0.7;
    color: #fff;
}

footer ul li {
    display: inline;
    margin-right: 7px;
    opacity: 0.7;
}

footer ul li:hover {
    opacity: 1;
}

.quform-outer {
    margin-top: 10px;
}

.copyright {
    border-top: 1px dotted rgba(255, 255, 255, 0.25);
    text-align: center;
    margin-top: 10px;
    padding-top: 15px;
}

.copyright p {
    font-size: 12px;
    margin: 0;
}



/*******************************************************
8: Media Queries
********************************************************/

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1024px) {

        #intro, #work, #services, #location, #specials, #events, #top, #tickets, #flyer, #vermietung, #anfrage, #about, #blog, footer, nav {
            width: 100%;
        }

        #intro {
            position: relative;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0;
            left: 0;
        }

    }

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

    }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

        ul.firstnav li, nav ul li {
            display: inline;
            margin: 0 15px;
            color: #fff;
        }

        h2 {
            line-height: 35px
        }

        #intro h1 {
            font-size: 90px;
            line-height: 90px;
            padding: 70px 0 0 0;
        }

        #intro p {
            font-size: 16px;
            line-height: 26px;
        }

        p.serv-desc {
            margin-bottom: 50px;
        }

        .m-serv {
            border-top: 1px dotted #fff;
            margin: 10px 0;
            padding: 30px;
        }

        footer {
            height: auto;
            overflow: hidden;
        }

        .footer-container {
            position: relative;
            background: none;
        }

        .quform-outer, .quform-theme-custom-custom {
            display: none;
        }

        .copyright p {
            padding-bottom: 10px;
        }

    }

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

        ul.firstnav li, nav ul li {
            display: inline;
            margin: 0 3px;
            color: #fff;
            text-align: center;
        }

        .ha-header-front a {
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            text-align: center;
        }

        nav, nav ul {
            text-align: center;
            width: 100%;
        }

    }