/*
* FOTOFUN-erleben.de
* Author: Keven Krumm
* Version: 1.0.0
*/

.navbar-nav > li > a {
	font-size: 22px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0px;
}

.navbar-nav > li > a:before {
	border-top: 0px;
}
.navbar-nav > li > a:after {
	border-top: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin-top: 0;
	font-weight:300;
}
h1 {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -1px;
}
h2 {
	line-height: 33px;
	letter-spacing: -1px;
}
h4 {
	font-size: 18px;
	line-height: 26px;
}
.lead {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
	line-height: 1.4;
  }
}
.inner-banner h1 {
	font-size:90px;
	color:#fff;
	letter-spacing:-2px;
	font-weight:600;
}
.logo-dark {
	/*padding:14px 3%;*/
	border-right: none;
}
.yamm .yamm-content ul {
    border-right: none;
}
.header-nav.basic .mobile-menu {
    border-left: none;
}
.header-nav.basic.set.nobg.black {
	background-color: rgba(0, 0, 0, 1.0)!important;
}
.header-nav.basic.sticky {
	background: rgba(0, 0, 0, 1);
	border-bottom: none;
}
.header-nav.basic.sticky .logo, .header-nav.basic.sticky .logo-white, .header-nav.basic.sticky .logo-dark {
	/*padding:14px 3%;*/
	border-right: none;
}
.header-nav.basic.sticky .logo img, .header-nav.basic.sticky .logo-white img, .header-nav.basic.sticky .logo-dark img {
	height: 50px;
}
.header-nav.basic.sticky .navbar-nav {
	padding-top: 5px;
}
.header-nav .dropdown-menu li a {
	padding: 14px 21px;
	line-height: 1;
	color: #dcdcdc;
	font-size: 15px;
	text-transform: none;
	text-align:left;
	font-weight: 400;
	letter-spacing:0px;
	background: rgba(255, 255, 255, 0);
 -webkit-transition:opacity .3s ease;
 -o-transition:opacity .3s ease;
 transition:opacity .3s ease
}

.header-nav .nav > li.active > a,
.header-nav .dropdown-menu li a:hover, .header-nav .dropdown-menu li a.active {
	filter: none;
	line-height: 1;
	color: #B60363;
	background: none !important;
}

.footer-links li.active > a{
	color: #B60363;
}
input[type=checkbox].hideMe,
input.hideMe {
   position: absolute;
   top: -9999px;
   left: -9999px;
}


.dropzone:hover {
	background-color: #f26100;
}

											
.dropzone {
	background-color: #f60;
	color: #fff;	
	text-align: center;	
	position: relative;	
	overflow: hidden;	
	margin-top: 30px;							
}

.dropzone.t-mgr0 {
	margin-top: 0px
}

.image-upload-slot.standard {
	width: 100%;
	max-width: 100%;
	height: 235px;
	padding: 0;
	margin:0;
	color: #333;
}

.image-upload-slot {
	background: #f7f7f7;
	border: 2px dashed #b2b2b2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	
}

.image-upload-slot.standard .centered-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}


.image-upload-slot .desktop {
	display: block;
}

.upload-icon-box i {
	display: block;
	color: #fff;
	line-height: 1;
	font-size: 30px;												
	height: 50px;
	width: 50px;
	background: #adadad;
	border-radius: 50%;
	text-align: center;
	padding-top: 9px;
}

input[type="file"] {
	display: block;
	position: absolute;
	top: 0;
	left:0;
	font-size: 15em;
	opacity: 0;
}
input[type="file"]:hover{
	cursor: pointer;
}

.inactive{
	opacity: 0.4;
}

h2.heading {
	font-weight:300;
	font-size:34px;
	line-height:34px;
}
h2.heading:before {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #2c2e32;
	position: relative;
	width: 0px;
	top:-10px;
	left:-10px;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
h2.heading:after {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #2c2e32;
	position: relative;
	width: 0px;
	top:-10px;
	right:-10px;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

#cookieInfo{
	position: fixed;
	width: 100%;
	color: #ccc;	
	background: rgba(31, 33, 38, 0.9);
	z-index: 9999;
	bottom: 0;
}

#cookieContent{
	padding:10px;
	font-size:12px;
}

#cookieContent a.small{
	margin: 0;
	padding: 6px 11px;
	font-size: 12px;
} 

#cookieContent a:hover,
#cookieContent .btn:hover{
	color:#ffffff !important;
}

div.page-404 {
	background: none;
	/*background: url(../images/content/bad-wildbad-hochzeitsmesse-bg01.jpg);*/
}

p.small {
    line-height: 19px;
    margin-bottom: 12px;
	font-size: 85%;
}

.alert.small{
	padding:5px;
	line-height: normal;
}

label.error {
	display: block;
    color: #C10000;
    font-size: 0.9em;
    margin-top: -15px;
    padding: 0;
}

.form-control.error,
input.error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/*Admin*/
form .cart-total .row{
 border-bottom: none;
}
table .f-element {
	width: 49%;
	padding: 10px 0 15px;
}
.img-responsive {
    display: block;
    height: auto;
    margin-bottom: 0px;
    max-width: 101%;
}
footer a.logo {
    display: block;
}
.logo-footer img {
    width: auto;
    height: 23px;
}
.t-pad130 {
	padding-top: 130px
}

.navbar-collapse{
	padding-right:57px;
}

/*
* responsive.css
*/
 [class*="col-"] {
 margin-bottom: 0px
}

/*
* style.css
*/
textarea, input[type="email"], input[type="password"] {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height: 50px;
	padding: 0 10px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid #e1e3e5;
	resize: none;
	vertical-align: middle;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.tp-caption.upper {
	font-family: 'Museo', sans-serif;
	font-size: 70px;
	font-weight:600;
	color: #fff;
	line-height:72px;
	text-transform:none;
	letter-spacing:-1px;
}

.tp-caption.upper2 {
	font-family: 'Museo', sans-serif;
	font-size: 180px;
	font-weight:800;
	color: #fff;
	line-height:180px;
	text-transform:none;
}

.tp-caption.upper3 {
	font-family: 'Museo', sans-serif;
	font-size: 125px;
	font-weight:800;
	color: #fff;
	line-height:125px;
	text-transform:none;
}

.tp-caption.upper4 {
	font-family: 'Museo', sans-serif;
	font-size: 100px;
	font-weight:600;
	color: #fff;
	line-height:100px;
	text-transform:none;
}

.tp-caption.upper5 {
	font-family: 'Museo', sans-serif;
	font-size: 50px;
	font-weight:600;
	color: #fff;
	line-height:52px;
	text-transform:none;
	letter-spacing:-1px;
}

.upper.shadow-dark, .upper2.shadow-dark, .upper3.shadow-dark, .upper4.shadow-dark, .upper5.shadow-dark { 
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 1.0),
				 2px 2px 20px rgba(0, 0, 0, 1.0),
				 -5px -5px 20px rgba(0, 0, 0, 1.0),
				 -5px -5px 20px rgba(0, 0, 0, 1.0);
}

.upper.shadow-light, .upper2.shadow-light, .upper3.shadow-light, .upper4.shadow-light, .upper5.shadow-light { 
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 1.0),
				 -5px -5px 20px rgba(0, 0, 0, 1.0);
}

.lower.shadow-dark, .lower2.shadow-dark { 
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 1.0),
				 2px 2px 20px rgba(0, 0, 0, 1.0),
				 -5px -5px 20px rgba(0, 0, 0, 1.0),
				 -5px -5px 20px rgba(0, 0, 0, 1.0);
}

.lower.shadow-light, .lower2.shadow-light { 
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 1.0),
				 -5px -5px 20px rgba(0, 0, 0, 1.0),
}

.upper.glow-white, .upper2.glow-white, .upper3.glow-white, .upper4.glow-white, .upper5.glow-white { 
	text-shadow: 2px 2px 20px rgba(255, 255, 255, 1.0),
				 2px 2px 20px rgba(255, 255, 255, 1.0),
				 -5px -5px 20px rgba(255, 255, 255, 1.0),
				 -5px -5px 20px rgba(255, 255, 255, 1.0);
}

.upper.glow-white-light, .upper2.glow-white-light, .upper3.glow-white-light, .upper4.glow-white-light, .upper5.glow-white-light { 
	text-shadow: 2px 2px 20px rgba(255, 255, 255, 1.0),
				 -5px -5px 20px rgba(255, 255, 255, 1.0);
}

.lower.glow-white, .lower2.glow-white { 
	text-shadow: 2px 2px 10px rgba(255, 255, 255, 1.0),
				 2px 2px 10px rgba(255, 255, 255, 1.0),
				 -5px -5px 10px rgba(255, 255, 255, 1.0),
				 -5px -5px 10px rgba(255, 255, 255, 1.0);
}

.lower.glow-white-light, .lower2.glow-white-light { 
	text-shadow: 2px 2px 20px rgba(255, 255, 255, 1.0),
				 -5px -5px 20px rgba(255, 255, 255, 1.0);
}

.white {
	color: #FFF;
}

.btn, .btn.parallax {
	font-weight: 600;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	letter-spacing: 1px;
}
.btn.btn-large-rd, .btn.btn-large-rd.parallax {
	font-weight: 600;
	font-size: 18px;
}
.btn-darkbg:hover, .btn-darkbg.parallax:hover {
	background:#fff;
	color:#fff;
}

/* Services Box Black*/
.box-dark {
	background:#1f2126;
	border-right:none;
}
.box-dark .services-box-3 h3 {
	font-size: 21px;
	line-height: 26px;
}
/*
* Navigations-Button
*/
.tp-leftarrow.default:after, .tp-rightarrow.default:after {
	border-top:none;
}

/*
* bootstrap.css
*/
form label {
	font-weight: normal;
}
.form-control {
    height: 50px;
    padding: 12px;
	border-radius: 2px;
	margin-bottom: 15px;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    margin: 22px 0 22px 0;
}

@media (max-width: 767px) {
 .tp-caption.lower {
    margin-top: 30px;

}
}

/*
* Button
*/

.btn.btn-lightgray {
	background: #ebedef;
	color: #000;
}
.btn.btn-lightgray:hover {
	background:#2c2e32;
	color: #fff !important;
}
.button {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #006DA3;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 14px 28px 15px;
    position: relative;
    text-align: center;
	text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out 0s;
    width: auto;
}
.button {
    background: none repeat scroll 0 0 #fff;
    border-color: rgba(0, 0, 0, 0);
    border-width: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0), 0 1px 4px rgba(0, 0, 0, 0), 0 1px 0 0 rgba(255, 255, 255, 0) inset;
    font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
	height:40px;
    padding: 8.5px 24.5px 9px;
	/*padding: 14px 24.5px 15px;*/
}
.button.radius {
    border-radius: 3px;
}
.button, .button.primary, form#commentform #submit {
    background-color: #000;
}

.button-small {
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    padding: 0 25px;
	text-transform:none;
}
.btnn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btnn {
    background: none repeat scroll 0 0 #fff;
    /*border: 2px solid #fff;
    border-radius: 0;*/
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: 500;
    height: 62px;
    line-height: 56px;
    padding: 0 24px;
    text-transform: uppercase;
    transition: all 0.1s linear 0s;
}
.btnn-small {
    font-size: 16px;
    height: 46px;
    line-height: 42px;
    padding: 0 32px;
}
.btnn-large {
    font-size: 19px;
    height: 80px;
    line-height: 74px;
    padding: 0 30px;
}
.btnn-transparent, .btnn-transparent:focus {
    background: none repeat scroll 0 0 transparent;
    color: #fff;
}
.btnn-dark {
    background: none repeat scroll 0 0 #000;
    border-color: #000;
    color: #fff;
}
.btnn-dark.btnn-transparent {
    background: none repeat scroll 0 0 transparent;
    color: #1f1919;
}
.btnn-dark.btnn-transparent:hover {
    background: none repeat scroll 0 0 #000;
    color: #fff;
}
.btnn-xsmall {
    font-size: 14px;
    height: 38px;
    line-height: 36px;
    padding: 0 32px;
}
.btnn-light {
    background: none repeat scroll 0 0 #FFF;
    border-color: #fff;
    color: #000;
	border: 1px solid #fff;

}
.btnn-light.btnn-transparent {
    background: none repeat scroll 0 0 transparent;
    color: #1f1919;
}
.btnn-light.btnn-transparent:hover {
    background: none repeat scroll 0 0 #FFF;
    color: #000 !important;
}