/* CSS Document */
@import url("plugins.css");

/*
 * Globals
 *
 *
 * colors
 * green 100% #3a6685
 * green 50% #9eabbe
 * green 25% #cfd5de
 * green 10% #eceef3
 */



html{height: 100%;}
body{margin-bottom: 100px;}

a,
a:focus,
a:hover {
  color: #ff5f1f;
}
a {text-decoration: none !important}

h1,h2,h3,h4,h5,h6 , p {color: black;}

h1 {font-size: 32px !important;}
h2 {font-size: 24px !important;}
section {}


.bg-green {background-color:#3a6685}
.bg-green50 {background-color: #9eabbe}
.bg-green25 {background-color: #cfd5de}
.bg-green10 {background-color: #eceef3}



.bg-darkgrey {background-color:#2b2b2b}
.bg-lightgrey {background-color:#cccccc}
.text-orange {color:#ff5f1f;}
.text-green {color:#3a6685}

.btn-orange {background-color: #ff5f1f; }
.btn-green {border-color:#3a6685; }
.btn-green:hover {background-color:#3a6685; color: white;}




.slider {
    padding-top:3.7rem;
}
.sliderImg{   
  transition: all 0.7s ease-out;
  transition-delay: 0.5s;

  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
 }

  .sliderImg:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.trenner {
    padding: 1rem 2rem;
    opacity: 0.8;
    color: #3a6685;
    display: block;
}


.navbar {border-bottom: 1px solid #3a6685;}
.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  text-transform: uppercase;
   /*   font-weight: bold;*/
  color: #000;
  font-size: 1.2em;    
  padding: 0.5em 1em;
}

.navbar .navbar-nav .nav-link:hover {  background-color: #3a6685; color: white}

.navbar-brand {
    /*position: absolute;
    margin-top: 80px;*/
}


.navbar-brand img {
  width: 120px;
}

.navbar, .navbar-brand img{
  transition: 400ms;
}
.tiny{
  padding: .25rem 1rem;
	background-color: rgba(255,255,255,0.80) !important
}
.tiny .navbar-brand img{
  width: 70px;
  
}



/*carousel*/


.carousel-indicators {
    text-align: right;
    float: right;
    right: 2% !important;
    left: inherit;
    margin-bottom: 100px;
    justify-content: right;
    margin-right:10%;
}


.carousel-indicators > li,
.carousel-indicators > li.active{
    width: 12px !important;
    height: 12px !important;;
    border-radius: 10px !important;;
    border-top: 0 !important;
    border-bottom:0 !important;
    border: solid 1px grey;
    background-color: #333;
    text-indent: 0;
    
}
.carousel-indicators > li.active {
    background: #ff5f1f;
    width: 12px;
    height: 12px;
     border-radius: 10px;
    border: solid 1px grey;
}


.top-banner {margin-top: -80px;z-index: 2; position: relative}
.top-banner-box {border-top: 2px solid #ff5f1f; box-shadow: 0px 2px 2px #000;}
/*contact*/
.checkbox {padding-top: 10px}
.has-success {border-color:#0C3;}
.has-error {border-color:#f00; box-shadow:inset 0 0 0.3em red; }
input[type="checkbox"].has-error {-webkit-appearance: none; border:1px solid #f00; background-color: #F99;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);padding: 6px;border-radius: 3px; display:inline-block; position:relative; margin:6px 5px 0 0}
em.error.help-block{background-color: #f00; padding: 0 4px; color: #fff; margin-top: 2px; font-size:12px; }
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.form-check-input {margin-top:1em}
.valid-feedback {background-color: green; color: white; padding: 3px 5px; display: table-cell !important; margin-top: 2px}
.invalid-feedback{background-color: red; color: white; padding: 3px 5px; display: table-cell !important;}
.list-unstyled li {line-height: 30px}
/*contact*/
/*.contact {-webkit-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.51); box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.51);}*/
.contact form {margin: 40px 0; padding: 30px 10px; }
.contact input[type=text], .contact textarea {background-color: #fff; padding: 25px 10px; line-height: 24px; border-radius: 0; border: none}
.contact textarea {padding: 18px 10px;}
.contact label {color: #333; text-transform: uppercase; font-size: 18px; font-weight: bold}
.contact a, .contact p {color: #333}
.valid-feedback {background-color: green; color: white; padding: 3px 5px; display: table-cell !important; margin-top: 2px}
.invalid-feedback{background-color: red; color: white; padding: 3px 5px; display: table-cell !important;}
.list-unstyled li {line-height: 30px}

.custom .fa-circle:before {
  border-radius: 50%;
  background: green;
  color: transparent;
}


#scrollToTop{
	position: fixed;
    bottom: 100px;
    right: 23px;
    z-index: 1000;
    padding: 10px 16px;
    background-color: #333333;
	color:#efefef;
	opacity: 0.6;
	transition: 0.5s;
	border-radius: 100%;
}
a div#scrollToTop:hover {color: #fff; opacity: 1; font-size: 20px}

.bi {
        /*fill: white;*/
      }
.bi-white {fill: white; }
.bi-white:hover {fill:#ff5f1f;}


/* ------------------------------------------------------------- *
 * Page header
/* ------------------------------------------------------------- */

#page-header {
	position: relative;
	background-color: rgba(101, 101, 101, 0.1);
	overflow: hidden;
    height: 600px;
    margin-top: 40px;
}
.page-header-inner {
	position: relative;
	padding: 25rem 0;
    
}
@media (max-width: 1280px) {
	.page-header-inner {
		padding-top: 10% !important;
		padding-bottom: 10% !important;
	}
}

.bg-image {background-repeat: no-repeat; background-size: cover;}

.tt-wrap {max-width: 1440px; margin: 0 auto; padding-left:15px; padding-right: 15px}


/* Page header caption 
======================= */
.page-header-caption {
	position: relative;
	margin: 0 auto;
	z-index: 3;
}
@media (max-width : 1440px) {
	.page-header-caption {
		padding-left: 8%;
		padding-right: 8%;
	}
}


/* page header title */
.page-header-title {
	max-width: 960px;
	margin: 0;
	
	font-weight: 700;
	font-size: 52px;
	color: #fff;
    background-color:transparent;
}


@media (max-width : 768px) {
	.page-header-title {
		font-size: 32px;
	}
    #page-header {
	position: relative;
	background-color: rgba(101, 101, 101, 0.1);
	overflow: hidden;
        padding-top: 400px;
}
}
.hr-short {color: white;}
/* page header subtitle */
.page-header-subtitle {
	max-width: 900px;
	margin: 20px 0;
	font-size: 24px;
	color: #222;
}

/* page header category */
.page-header-category {
	margin-top: 10px;
}
.page-header-category > a {
	display: inline-block;
	background-color: #08c1b8;
	padding: 2px 4px 0 4px;
	font-size: 12px;
	color: #fff;
}
.page-header-category > a:hover {
	opacity: .9;
}

/* page header description */
.page-header-description {
	max-width: 890px;
	margin: 20px 0 0 0;
	line-height: inherit;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
}
.page-header-description p {color: #fff;}

.breadcrumb {padding: 10px 0; }
.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item a:hover {color: #333; font-size: 16px}

.breadcrumb-item.active {
    color: #aaa;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

@media (max-width : 767px) {
	.page-header-description {
		font-size: 15px;
	}
    
}

/* If page header contains background image 
============================================ */
.page-header-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-header-image.hide-ph-image { /* if page header is hidden */
	display: none;
}

#page-header.ph-image-on {
	color: #FFF;
}

#page-header.ph-image-on .page-header-title {
	color: #FFF;
}

#page-header.ph-image-on .page-header-subtitle {
	color: #FFF;
}

#page-header.ph-image-on .page-header-description {
	color: #EEE;
}

#page-header.ph-image-on .ph-more-info-trigger {
	color: #EEE;
}
#page-header.ph-image-on .ph-more-info-trigger:hover,
#page-header.ph-image-on .ph-more-info-trigger:focus {
	color: #EEE;
}


/* Page header sizes 
====================== */
#page-header.ph-xs .page-header-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
#page-header.ph-sm .page-header-inner {
	padding-top: 80px;
	padding-bottom: 80px;
}
#page-header.ph-lg .page-header-inner {
	padding-top: 140px;
	padding-bottom: 140px;
}
#page-header.ph-xlg .page-header-inner {
	padding-top: 200px;
	padding-bottom: 200px;
}


 /* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
  border: 2px solid #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  display: block;
  z-index: 10;
  opacity: 0.7;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}


.hr-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 18px;
    position: relative;
}
.hr-title:before {
    position: absolute;
    width: 100%;
    content: ' ';
    height: 1px;
    left: 0;
    background-color: #111;
    box-sizing: border-box;
    top: 50%;
}
.hr-title h3{
	text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    color: #111;
    margin: 0.2rem;
    z-index: 10;
    position: relative;
    background: #fff;
    line-height: 1;
	padding: 0 10px;
}

/*footer*/
.grey {background-color: #555;}
footer { padding: 2rem 1rem;}
footer, footer a, footer p, footer li, footer h1, footer h2, footer h3, footer h4, footer h5, footer .nav-link {font-size:14px; color: #fff;}
footer h5 {font-size: 1.3em;}
footer .nav-link:hover {text-decoration: underline !important; color:white;}
.border-grey {border-top-color: #666 !important;}


#parallax1 { 
    background: url("https://eventausstatter-berlin.de/img/gallery/fullsize/bunt_flowerpower_weddingtable_blumen_20231110114312.jpg");
  background-size: cover;
  background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    height: 40vh; /* 100% of viewport height */
    margin: 0 auto; 
    position: relative; 
   
}
.parallax-overlay {
   width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1)
}
