/*
Theme Name: Frochte Events Responsive Design
Author: Christopher Binder
Author URI: http://christopher-binder.de
Description: Geburtstagsgeschenk für Jens, damit er endlich mal eine Seite über sein Hobby als Dj hat.
Version: 1.0
License: Private
*/

/* Generelle Settings */
html,
body {
    height: 100%;
	-ms-overflow-style: scrollbar;
}

body{
	overflow-x: hidden;
}

p,label,td,li { cursor: default; }

.btn, .modal-content, #envirabox-content, .panel, .panel-heading,
.nav-pills>li>a, .dropdown-menu { border-radius: 0 !important; }

.no-scroll {
  overflow: hidden;
}

/* Allgemeine CSS Settings und Farben */
.padding 		{ padding: 15px !important; }
.padding-none 	{ padding: 0 !important; }

.margin-none	{ margin: 0 !important; }

.wrapper { padding: 50px 0; }

.wrapper-fluid{
	width: 100%;
	padding: 50px 0;
}
.wrapper-fluid-small{
	width: 100%;
	padding: 15px 0;
}

.bg-one,
#title-start{
	background-color: rgb(255,160,0);
}

html, body,
.modal-content,
.bg-dark{
	background-color: rgb(15,15,15);
}

.bg-dark-light{
	background-color: rgb(30,30,30);
}

.bg-white{
	background-color: #fff;
}

.carousel-caption,
#btn-start{
	background-color: rgba(25,25,25,0.3);
}

.font-color-white 	{ color: #fff !important; }
.font-color-one		{ color: rgb(255,160,0) !important; }

.alignleft	{ float:left; }
.alignright { float:right; }

.border-frame-white { border: 1px solid #fff; }
.border-frame-dark { border: 1px solid rgb(25,25,25); }

.shadow-bottom{
	-webkit-box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.75);
}

.invisible 	{ opacity: 1; }
.visible	{ opacity: 0; }

a,
a:hover,
a:visited,
a:active{
	color: #fff;
  outline:none !important;
}
a.block {
    display: block;
}

.hover:hover{
	background-color: rgb(255,160,0);
	transition: all 0.3s ease-in-out 0s;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control {
    border-radius: 0;
    height: 46px;
    background: rgb(20,20,20);
    border-color: rgb(60,60,60);
    font-size: 16pt;
    color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(255, 160, 0, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 160, 0, 0.6) !important;
  outline: 0 none;
}

textarea{
	resize: vertical;
    min-height: 250px;
}


/* Text-Formatierung */
h1,h2,h3,h4,label,p { cursor: default; }

h1,h2,h3,h4,label {
	margin-top: 0;
}

h1,h2,h3,h4{
	font-weight: 300;
}

h1{ font-size: 40pt; }
h2{ font-size: 32pt; }
h3{ font-size: 22pt; }
h4{ font-size: 18pt; }

p, label, a, span, td, li, div
.panel {
	font-weight: 300;
	font-size: 18pt;
}

h1,h2,h3,h4,
.carousel-caption>h1,
#title-start > h1,
#title-start > label,
.hovereffect h2 {
	font-family: 'Raleway', sans-serif;
}

p, label, a, span, td, li,
.carousel-caption>label,
#btn-start,
.form-control,
.btn-img,
.panel-heading {
	font-family: 'Open Sans', sans-serif;
}

p { margin-bottom: 30px; }

/* General Elements */
.panel-default {
    background-color: rgb(20,20,20);
    border-color: rgb(60,60,60);
    color: #fff;
}
.panel-default > .panel-heading {
    background-color: rgb(255,160,0);
    border: 0;
    color: #fff;
}
.panel-default > .panel-body > ul{
    list-style-type: square;
    color: rgb(255, 160, 0);
}
.panel-default > .panel-body > ul > li > span {
    color: #fff;
}

/* Header */
#header-photo {
    width: 100%;
    height: 25vw;
    min-height: 300px;
    overflow: hidden;
    margin: 0;
    position: relative;
}
#header-photo>img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#header-breadcrumb {
    padding: 0;
}
#header-breadcrumb>.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 5px 0;
}
#header-breadcrumb>.breadcrumb>li,
#header-breadcrumb>.breadcrumb>li+li:before {
    color: #fff !important;
}


/* Main-Slider */
#main-slider{
	background-color: #000;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-fill {
	position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-caption{
	position: absolute;
	bottom: 30px;
	right: 30px;
	left: auto;
	max-width: 500px;
	padding: 30px ;
	text-align: left;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}
.carousel-caption>h1{
	font-weight: 300;
	font-size: 36pt;
	color: #fff;
	text-align: left;
	text-shadow: none;
}
.carousel-caption>label{
	font-weight: 300;
	font-size: 16pt;
	color: #4e4e4e;
	text-align: left;
	hyphens: none;
	text-shadow: none;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 ;
  opacity: 0;
  top:0;
  left: 0;
  position:absolute;
  width: 100%;
  min-width: 100%;
  display:block ;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

#caption-404 {
    max-width: 100%;
    width: 40%;
}

#logo-box{
	width: 750px;
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 101;
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}
#logo{
	max-width: 200px;
}
#logo-title{
	padding-top: 35px;
}
#logo-title > h1 > span{
	color: #fff;
	font-weight: 300;
	font-size: 48pt;
	margin-bottom: 0;
}
#logo-title > label{
	font-weight: 300;
	font-size: 22pt;
}
.logo-grey 			{ background-color: rgb(64,64,64); }
.logo-light-grey	{ color: rgb(118,118,118); }
.logo-orange 		{ background-color: rgb(255,160,0); }
.logo-grey, .logo-orange { padding: 5px 10px; }

/* buttons */
#btn-start{
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 100;
	border: 0 !important;
	color: #fff;
	font-weight: 300;
	font-size: 18pt;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
#btn-start:hover{
	background-color: #fff;
	color: #222;
}

#btn-contact{
	height: 60px;
	font-size: 24pt;
}

#btn-top{
	padding: 10px 15px 2px 15px;
	font-size: 18pt !important;
	font-weight: 400 !important;
	position: fixed !important;
	top: auto !important;
	left: auto !important;
	bottom: 85px !important;
	right: 25px !important;
	z-index: 100 !important;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	display: none;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    border-color: #fff;
}

.btn-default,
.btn-default:active,
.btn-default:visited,
.btn-default:focus {
	padding: 5px 10px;
	background: rgb(30,30,30);
	border: 1px solid rgb(30,30,30) !important;
	font-weight: 300;
	font-size: 18pt;
	text-decoration: none !important;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.btn-default:hover{
	color: #222;
	background-color: #fff;
	border-color: #fff;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
	padding: 5px 10px;
	background: rgb(255,160,0) !important;
	border: 1px solid rgb(255,160,0) !important;
	font-weight: 300;
	font-size: 18pt;
	text-decoration: none !important;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.btn-primary:hover{
	color: #222;
	background-color: #fff !important;
	border-color: #fff !important;
}

.btn-img{
	padding: 5px 10px;
	background: rgba(30,30,30,.5);
	border: 1px solid #fff;
	font-weight: 300;
	font-size: 18pt;
	text-decoration: none !important;
	color: #fff;
	transition: all 0.3s ease 0s;
    cursor: pointer;
}
.btn-img:hover{
	color: #222;
	background-color: #fff;
}

.btn-text{
	border: 0;
	background: none;
}
.btn-text:hover{
	text-decoration: underline;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: rgb(255,160,0);
}


/* Footer */
#footer{
	background: url('img/disco.jpg');
	 background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	padding: 170px 0;
}

#footer-bar{
	border-bottom: 3px solid rgb(255,160,0);
}

/* Modal */
.modal-dialog{
	margin: 50px auto;
}
.modal-lg{
	width: 80%;
}
.modal-header{
	border-bottom: 1px solid rgb(60,60,60);
}
.modal-body{
	overflow-y: auto;
}
.modal-footer{
	border-top: 1px solid rgb(60,60,60);
}

.modal-fullscreen,
.modal-fullscreen>.modal-dialog,
.modal-fullscreen>div>.modal-content {
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: none;
    overflow: hidden;
}
.modal-fullscreen>.modal-dialog {
    margin: 0 auto;
}
#modal-fullscreen-preloader {
    position: absolute;
    top: 45%;
    left: 45%;
}

/* comments */
.comment-reply-title { font-size: 28pt; }
.comments-container .comment-list {
    padding-left: 0 !important;
}
.comment-body {
    padding: 15px;
    margin: 25px 0;
    background-color: rgb(30,30,30);
 }
.parent .odd { padding-left: 50px; }
.comment-meta {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.comment-author > img {
    float: left;
    margin-right: 15px;
}
.comment-author > b {
    font-size: 18pt;
    font-weight: 300;
}
.comment-content { padding-top: 30px; }
.comment-awaiting-moderation {
    margin: 0;
    color: rgb(255,160,0);
}

/* content */
.index-gallery-item > div {
    height: 250px;
}
.index-gallery-item > div > .img-zoom-overlay {
    color: #fff;
}

.gallery-item > div {
    height: 400px;
}
.gallery-item > div > .img-zoom-overlay {
    background-color: rgba(20, 20, 20, 0.5);
    color: #fff;
}

/* Media Queries */
@media (max-width: 1199px) { /* MD */
    #logo-box {
        width: 600px;
        left: 0;
    }
    #logo-title > h1 > span {
        font-size: 34pt;
    }
    #logo-title > label {
        font-size: 18pt;
    }
    #logo {
        width: 175px;
    }

    #btn-contact { font-size: 20pt; }
}
@media (max-width: 991px) { /* SM */
    #footer-bar { padding: 0; }
    #footer-bar > .container > div > label,
    #footer-links {
        padding: 10px 0;
    }
    #footer-dropup {
        padding: 12px 10px;
    }
}
@media (max-width: 767px) /* XS */{
    h1 { font-size: 32pt; }
    h2 { font-size: 28pt; }
    p, label, a, span, td, li { font-size: 16pt; }

    #logo-box {
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: none;
        width: 100%;
        padding: 0 5px;
        transition: top 0.2s ease;
    }
    #logo-box.nav-up {
        top: -130px;
    }
    #logo-container {
        background: #fff;
    }
    #logo-title {
        padding-left: 0;
        padding-top: 25px;
        padding-bottom: 10px;
    }
    #logo {
        margin: auto;
    }
    #menu-xs {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        margin-top: 122px;
        border-top: 3px solid rgb(255,160,0);
        transform: translateX(-100%);
        transition: transform 0.6s ease;
        padding: 0;
    }
    #menu-xs.open {
        transform: translateX(0);
    }
    #menu-xs-toggle {
        padding: 18px 7%;
    }
    #menu-xs-toggle > div {
        background: rgb(64,64,64);
        padding: 10px;
        width: 100%;
        height: 61px;
    }

    #logo-title > h1 > span {
        font-size: 28pt;
    }
    #logo-title > label {
        font-size: 14pt;
    }

    #header-photo { margin-top: 124px; }

    .carousel-caption {
        bottom: 10%;
        width: 100%;
        max-width: 100%;
        left: 0;
    }

    #footer { padding: 50px 0; }
}
@media (max-width: 600px) /* XXS */{
    #menu-xs {
        margin-top: 118px;
    }
    #menu-xs-toggle {
        padding: 24px 5%;
    }
    #menu-xs-toggle > div {
        background: rgb(64,64,64);
        padding: 5px;
        width: 100%;
        height: 53px;
    }

    #logo-title > h1 > span {
        font-size: 24pt;
    }
    #logo-title > label {
        font-size: 12pt;
    }

    #header-photo {
        margin-top: 120px;
    }
}

/* Image Overlay "Zoom-In" */
.img-zoom-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    cursor: pointer;
}
.img-zoom-item {
    width: 100%;
    height: 100%;
    background-color: black;
    background-position: center;
    background-size: cover;
    transition: all .5s;
}
.img-zoom-overlay {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    text-align: center;
    cursor: default;
}
.img-zoom-overlay {
    padding-top: 55px;
    display: none;
}
.img-zoom-overlay > h2 {
    margin-bottom: 15px;
}
.img-zoom-container:hover .img-zoom-overlay,
.img-zoom-container:focus .img-zoom-overlay {
    display: block;
}
.img-zoom-container:hover .img-zoom-item,
.img-zoom-container:focus .img-zoom-item {
    transform: scale(1.1);
}
.img-zoom-overlay-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    text-align: center;
    display: block;
    padding-top: 116px;
}

/* Hamburger button */
#btn-hamburger{
    width: 34px;
    height: 34px;
    margin: 8px auto;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#btn-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#btn-hamburger span:nth-child(1) {
    top: 0px;
}

#btn-hamburger span:nth-child(2), #btn-hamburger span:nth-child(3) {
    top: 11px;
}

#btn-hamburger span:nth-child(4) {
    top: 22px;
}

#btn-hamburger.open span:nth-child(1) {
    top: 13px;
    width: 0%;
    left: 50%;
}

#btn-hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#btn-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#btn-hamburger.open span:nth-child(4) {
    top: 13px;
    width: 0%;
    left: 50%;
}

#wpadminbar {
    opacity: 0.8;
}

/* stuff */
#contact-phone {
    font-size: 28pt;
}
#contact-phone > span {
    font-size: 24pt;
    margin-right: 8px;
}