@charset "utf-8";
/* CSS Document */

html {background-color: #f9f5f2;}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #686868;
  text-align: left;
  background-color: #fff;
}



.header-sticky {
  position: relative;
  top: 0px;
  min-width: 100%;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3); 
}
@media screen and (min-width: 768px) {
	.header-sticky {
    position: fixed;
    top: 0px;
	z-index: 10;}	
	.position {margin-top: 80px;}
}



/* hamburg-image */
.hamburg {
      padding: 1rem 0.5rem;
      margin-bottom: 2rem;
      background-image: url("../images/hamburger-michel-elbphilharmonie-b.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center bottom; 
  }
.hamburg h1 {
      font-family: 'Source Sans Pro'; 
      font-weight: 200;
  }

@media screen and (max-width: 575px) {
      .hamburg h1 {font-size: 1.5rem; line-height: 1.8rem; text-align: center;}
      .hamburg {padding: 0rem 0rem 0rem 0rem;}
      .pixely-xl, .pixely-lg, .pixely-md, .pixely-sm  {display: none;}	
}

@media (min-width: 576px) and (max-width: 767px) {
      .hamburg h1  {font-size: 1.8rem; line-height: 2rem; text-align: center;}
      .hamburg {padding: 0rem 0rem 0rem 0rem;}	
      .pixely-xl, .pixely-lg, .pixely-md, .pixely-xs {display: none;}	
}

@media (min-width: 768px) and (max-width: 991px) {
      .hamburg h1 {font-size: 2.2rem; line-height: 2.5rem; text-align: center;}
      .hamburg {padding: 0rem 0rem 0rem 0rem;} 
      .pixely-xl, .pixely-lg, .pixely-sm, .pixely-xs {display: none;}
 } 

@media (min-width: 992px) and (max-width: 1279px) {
      .hamburg h1 {font-size: 2.5rem; line-height: 2.8rem; text-align: center;}
      .hamburg {padding: 0rem 0rem 0rem 0rem;}
      .pixely-xl, .pixely-md, .pixely-sm, .pixely-xs {display: none;}
}

@media screen and (min-width: 1280px) {
      .hamburg h1 {font-size: 2.7rem; line-height: 3rem; text-align: center;}
      .hamburg {padding: 0rem 0rem 0rem 0rem;}
      .pixely-lg, .pixely-md, .pixely-sm, .pixely-xs {display: none;}
}

@media screen and (max-width: 575px) {
       .snow {height: 200px;}
}
@media (min-width: 576px) and (max-width: 767px) {
       .snow {height: 300px;}
}
@media (min-width: 768px) and (max-width: 991px) {
       .snow {height: 400px;}
}
@media (min-width: 992px) and (max-width: 1279px) {
       .snow {height: 550px;}
}
@media screen and (min-width: 1280px) {
       .snow {height: 715px;}	
}

.mt-xs-pxheader { margin-top: 3rem; }
.mt-sm-pxheader { margin-top: 6rem; } 
.mt-md-pxheader { margin-top: 8rem; } 
.mt-lg-pxheader { margin-top: 10rem; } 
.mt-xl-pxheader { margin-top: 13rem; } 


.pixely-xl, .pixely-lg, .pixely-md, .pixely-sm, .pixely-xs {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
} 
/* End hamburg-image  */


/*-- snow 
.snow {min-height: 95px;}
 
  .new-year-1,
  .new-year-2,
  .new-year-3 {
	height: 400px;
}
.snow {
	width: 100%;
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	background-image: url(../images/snow1.gif);
	} 
--*/

/* */
.new-year-1,
.new-year-2,
.new-year-3 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-image: url(../images/new-year.gif);
	  z-index: 2;
} 
.new-year-1 { background-position: 10px 10px;}
.new-year-2 { background-position: 20px 20px;}
.new-year-3 { background-position: 30px 30px;}
 .new-year-1,
 .new-year-2,
 .new-year-3 {
    height: 31px;
 }
@media(min-width: 482px){  
  .new-year-1,
  .new-year-2,
  .new-year-3 {
	height: 400px;
  }
  .new-year-1 { background-position: 10% 20%;}
  .new-year-2 { background-position: 70% 10%;}
  .new-year-3 { background-position: 30% 30%;}
}

.new-year-1 { background-position: 150px 120px;}
.new-year-2 { background-position: 780px 80px;}
.new-year-3 { background-position: 950px 125px;}




.btn-info {
  color: #fff;
  background-color: #990066;
  border-color: #990066;
}

.btn-info:hover {
  color: #fff;
  background-color: #7b5e71;
  border-color: #990066;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #7b5e71;
  border-color:#990066;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #7b5e71;
  border-color: #990066;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #7b5e71;
  border-color: #990066;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem 	rgba(153,0,102,1.000);
}


/*  offen
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

*/



/* logo */
#logo {
	padding-top: 1px;
	padding-right: 4px;
	margin: 0px 0 0 5px;
	float: left;
	width: 20%;
}
@media screen and (max-width: 1023px) {
	#logo {
    margin-right: 3%;
	margin-left: 5px;
	padding-top: 0px;
	height: auto;
	max-width: 30%;
	}
}
@media (min-width: 1024px) {
	#logo {
    margin-right: 5%;
	margin-left: 5%;
	}
}

/* navbar */
.navbar{
  font-size: 1rem;
  font-weight: normal;	
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0rem 1rem;  
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
	.navbar {
    padding: 0rem 0.3rem;  
	}
}

/*.navbar-brand */ 
.navbar-brand {
    display: inline-block;
    padding-top: 5%;
    padding-bottom: 0.1em;
    margin-right: 0.6rem;
    white-space: nowrap;   
}
@media screen and (max-width: 520px) {
.navbar-brand {padding-top: 7%; font-size: 0.8rem; line-height: 0.9rem;}
}
@media (min-width: 521px) and (max-width: 575px) {
.navbar-brand {font-size: 0.8rem; line-height: 0.9rem; }
}
@media (min-width: 576px) and (max-width: 767px) {
.navbar-brand {font-size: 1.0rem; line-height: 1.1rem; }
}
@media screen and (min-width: 768px) {
	.navbar-brand {font-size: 1rem; line-height: 1.1rem;}
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/*.navbar-light*/ 
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);	
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
 /* color: rgba(0, 0, 0, 0.7);*/ 
  color: #999999;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(206, 15, 15, 0.9);
  color: #ef8348;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* mr-auto Nav nach links */
.mr-auto,
.mx-auto {
  margin-left: auto !important;
}
.mx-auto-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.d-block {
  display: block !important;
}

a {
  color: #990066;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #cc3399;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* jumbotron */
.jumbotron,
.jumbotron-blank {
    margin-bottom: 2rem;  
}
.jumbotron,
.jumbotron-blank,
.pixely-header {
    border-radius: 0rem;
	background-size: cover;
    background-position: center bottom; 
}
.jumbotron h1, .pixely-header h1 {
	font-weight: normal; 
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}
.jumbotron {
  padding: 1rem 0.5rem;
  margin-bottom: 0rem;
  background-color: #f9f5f2;;
  border-radius: 0rem;	
 background-image: url("../images/hamburger-michel-elbphilharmonie-b.jpg");
  background-size: cover;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
.pixely-header {
    padding: 3.2rem 1rem;
    background-image: url("../images/bg-pixely-header.jpg");
    background-repeat: repeat-x;
    background-position: right center;
}

@media screen and (max-width: 575px) {
.jumbotron h1, .pixely-header  h1 {font-size: 1.5rem; line-height: 1.8rem;}
	.jumbotron {padding: 2rem 0rem 6rem 0rem;}
}

@media (min-width: 576px) and (max-width: 767px) {
.jumbotron h1, .pixely-header h1 {font-size: 1.8rem; line-height: 2rem; }
	.jumbotron {padding: 3rem 0rem 7rem 0rem;}
}

@media (min-width: 768px) and (max-width: 991px) {
.jumbotron h1, .pixely-header  h1 {font-size: 2.2rem; line-height: 2.5rem;}
	.jumbotron {padding: 6rem 0rem 14rem 0rem;}
}

@media screen and (min-width: 992px) {
.jumbotron h1, .pixely-header h1 {font-size: 2.5rem; line-height: 2.8rem}
	.jumbotron {padding: 10rem 0rem 20rem 0rem;;}
}

@media screen and (min-width: 1280px) {
 	.jumbotron {padding: 12rem 0rem 28rem 0rem;}
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, 
.h1, .h2 {
  font-weight: 200;
  line-height: 1.5;
}
h3, h4, h5
.h3, .h4, .h5 {
  font-weight: 400;
  line-height: 1.5;
}

h1, 
.h1 {
  margin-top: 1rem;
  margin-bottom: 1.1rem;
}
h2, .h2 {
	color: #b71625;
	font-weight: 500;   
}
h3, h4, h5
.h3, .h4, .h5{
  margin-top: 1rem;
  margin-bottom: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: normal;	
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

ul li {margin-bottom: 0.5rem;}

@media screen and (max-width: 575px) {
  h2, .h2 {font-size: 1.4rem; padding-left: 15px; padding-right: 15px; margin-top: 1.5rem; }
  h3, .h3 {font-size: 1.3rem; padding-left: 15px; padding-right: 15px; }
  h4, .h4 {font-size: 1.1rem; padding-left: 15px; padding-right: 15px; }
  p {font-size: 1rem; padding-left: 15px; padding-right: 15px;}
  .lead {font-size: 1rem; padding-left: 15px; padding-right: 15px; }
  ul li {font-size: 1rem; }
}
@media (min-width: 576px) and (max-width: 767px) {
  h2, .h2 {font-size: 1.7rem; margin-top: 1.8rem; }
  h3, .h3 {font-size: 1.5rem;  }
  h4, .h4 {font-size: 1.1rem;  }
  p {font-size: 1.1rem; }
  .lead {font-size: 1.1rem; }
	ul li {font-size: 1rem;}
}

@media (min-width: 768px) and (max-width: 991px) {
  h2, .h2 {font-size: 1.9rem; margin-top: 2rem; }
  h3, .h3 {font-size: 1.6rem;  }
  h4, .h4 {font-size: 1.2rem;  }
  p {font-size: 1.1rem; }
  .lead {font-size: 1.1rem; }
	ul li {font-size: 1.2rem;}
}

@media (min-width: 992px) and (max-width: 1023px) {
  h2, .h2 {font-size: 2.1rem; margin-top: 2.5rem; }
  h3, .h3 {font-size: 1.8rem;  }
  h4, .h4 {font-size: 1.4rem;  }
  p {font-size: 1.2rem; }
 .lead {font-size: 1.2rem; }
	ul li {font-size: 1.2rem;}
}

@media screen and (min-width: 1024px)  {
  h2, .h2 {font-size: 2.3em;  margin-top: 3rem; margin-bottom: 1.1rem;}
  h3, .h3 {font-size: 1.9rem;  }
  h4, .h4 {font-size: 1.5rem;  }
  p {font-size: 1.2rem; }
  .lead {font-size: 1.2rem; }
  ul li {font-size: 1.2rem;}
}

/*- werner-zenk.de/css/bilder_zoom-funktion_mit_css.php -*/
 img.zoom-p {
 transition: transform 0.9s;
}
img.zoom-p:hover {
 transform: scale(2.5, 2.5);
}
img.zoom-p:hover {
 overflow: hidden;	
 position: relative;
z-index: 999;	
}
/*--*/

.shadow {box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);}

.white {color: #fff !important;}
.text-bright {color: #eeeeee !important; text-shadow: 1px 1px 1px #000000;}
.text-anthra {color: #555555 !important;}
.text-black {color: #000 !important;}
.text-rose {color: #e6c8c7 !important;}
.text-grey {color: #b2b2b2 !important; }
.text-lila {color: #432058 !important;}
.text-red {color: #b71625 !important;}
.text-orange {color: #cc3300 !important;}
.text-visited {color: #cc99cc!important;}



.border-black {border: 1px solid #000000;}
.border-bottom {border-bottom: 1px solid #999999;}
.border-ddd {border: 1px solid #ddd; padding: 0px; border-radius: 3px;}
.border-left {padding: 0px 20px; border-left: 1px solid #eee;}

.bg-lightgrey {background: #f1f1f1; }
.bg-silver { background: linear-gradient(to left, #dedede, #ededed, #dedede); } /*#c0c0c0, #ededed)*/
.bg-goldcolor { background: linear-gradient(to right, #bb8b1c, #f5df79, #bb8b1c); }
.bg-gold {
    background-image: url(../images/bg-gold-gradient.jpg);
    background-repeat: repeat;
    background-position: 400% center;
}

.s50 {font-size: 50%;}
.s60 {font-size: 60%;}
.s75 {font-size: 75%;}
.s80 {font-size: 80%;}
.s90 {font-size: 90%;}
.s95 {font-size: 95%;}
.s100 {font-size: 100%;}


/* button */
.btn-primary {
    color: #fff;
 background-color: #686868;
  border-color: transparent;
}
.btn-primary:hover {
  color: #fff;
  background: #a5a1a1;	
  border-color: transparent;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #686868;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(153,0,51, 0.8) 
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #990033;
  border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #990033;
  border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(102,102,102, 0.5) 
}

.btn-secondary {
    color: #fff;
    background-color: #b71625;
    border-color: transparent;
    border-radius: 4px;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #92101c;
   border-color: transparent;
  border-radius: 4px;
}

.btn-secondary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #686868;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(153,0,51, 0.8) 
}

.btn-secondary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #990033;
  border-color: transparent;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #990033;
  border-color: transparent;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(102,102,102, 0.5) 
}

/* -- */

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-inline {
  display: inline;
  max-width: 100%;
  height: auto;
}

.lead {
  font-weight: 300;
  color: #333333;
}

#footer {
	margin-bottom: 0;
    background-color: #888;
}

@media (max-width: 767px) {
	#footer { margin-top: 0rem;}
	#footer .copyright {font-size: 0.8rem;}
}
@media (min-width: 768px) {
	#footer { margin-top: 0.5rem;}
	#footer .copyright {font-size: 1rem;}
}
#footer .copyright {
  color: #f9f5f2;
}

#footer a {
  color: #f9f5f2;
  text-decoration: none;
  background-color: transparent;
}

#footer a:hover {
  color: #e1bbbf;
  text-decoration: none;
}

#footer .inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 5px 0 5px;
}
.inner {
    padding: 0 15px;
    position: relative;
}
#footer ul {
    list-style: none;
    text-align: center;
    margin-top: 10px;
    padding: 0;	
}
#footer ul li {
    display: inline-block;
    margin: 0 10px;
	color: #a4d4dc;
	font-size: 3rem;
}
.border-top-footer {
    border-top: 1px solid #a4d4dc;
	margin-bottom: 20px;
	margin-top: 35px;
}
.copyright {
  text-align: center;
  color: #999999;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 1px;
  padding: 10px 6px;
}

/*space*/
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-7 { margin-top: 1.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }

.mb-0 { margin-bottom: 0;}
.mb-1 { margin-bottom: 0.25rem;}
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem;}
.mb-7 { margin-bottom: 1.75rem;}
.mb-8 { margin-bottom: 2rem;}
.mb-10 { margin-bottom: 2.5rem;}
.mb-12 { margin-bottom: 3rem;}

.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.pt-5 { padding-top: 1.25rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-7 { padding-top: 1.75rem; }
.pt-8 { padding-top: 2rem; }

.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-7 { padding-bottom: 1.75rem; }
.pb-8 { padding-bottom: 2rem; }

.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 0.75rem; }
.mr-4 { margin-right: 1rem; }
.mr-5 { margin-right: 1.25rem; }
.mr-6 { margin-right: 1.5rem; }
.mr-7 { margin-right: 1.75rem; }
.mr-8 { margin-right: 2rem; }

.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-3 { margin-left: 0.75rem; }
.ml-4 { margin-left: 1rem; }
.ml-5 { margin-left: 1.25rem; }
.ml-6 { margin-left: 1.5rem; }
.ml-7 { margin-left: 1.75rem; }
.ml-8 { margin-left: 2rem; }
.ml-10 { margin-left: 2.5rem; }

.pl-1 { padding-left: 0.25rem; }
.pl-2 { padding-left: 0.5rem; }
.pl-3 { padding-left: 0.75rem; }
.pl-4 { padding-left: 1rem; }
.pl-5 { padding-left: 1.25rem; }
.pl-6 { padding-left: 1.5rem; }
.pl-7 { padding-left: 1.75rem; }
.pl-8 { padding-left: 2rem; }
.pl-10 { padding-left: 2.5rem; }

.pr-1 { padding-right: 0.25rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-3 { padding-right: 0.75rem; }
.pr-4 { padding-right: 1rem; }
.pr-5 { padding-right: 1.25rem; }
.pr-6 { padding-right: 1.5rem; }
.pr-7 { padding-right: 1.75rem; }
.pr-8 { padding-right: 2rem; }
.pr-10 { padding-right: 2.5rem; }
