/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face { 
font-family: "Calibri"; 
src: url("/../fonts/calibri.ttf"); 
}

@font-face { 
font-family: "Calibrib"; 
src: url("/../fonts/calibrib.ttf"); 
}







body {
  overflow-x: hidden;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  color:#333;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #c9a663;
}
p {
  font-size: 16px;
  line-height: 1.75;
}
p.large {
  font-size: 18px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #c9a663;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #c9a663;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}


/* Time */

.text-time {
	padding-top:5px;	
}


time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 6em;
  height: 6em;
  background-color: #fff;
  margin: 2em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 0.9em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #c9a663;
  border-bottom: 0px dashed #f37302;
  box-shadow: 0 2px 0 #c9a663;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #333;
}

time.icon span
{
  width: 100%;
  font-size: 2.5em;
  letter-spacing: -0.05em;
  padding-top: 0.5em;
  color: #2f2f2f;
}

time.icon:hover, time.icon:focus
{
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}

@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}

/* Time Ende */

@media (min-width: 768px) {
.modal-content {
  width: 700px;
  margin-left: -150px;
}
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #c9a663;
  border-color: #c9a663;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #007ee8;
  border-color: #007ee8;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #007ee8;
  border-color: #007ee8;
}
.btn-primary .badge {
  color: #c9a663;
  background-color: white;
}



.btn-primary1 {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary1:hover,
.btn-primary1:focus,
.btn-primary1:active,
.btn-primary1.active,
.open .dropdown-toggle.btn-primary1 {
  color: #333;
  background-color: #007ee8;
  border-color: #007ee8;
}
.btn-primary1:active,
.btn-primary1.active,
.open .dropdown-toggle.btn-primary1 {
  background-image: none;
}
.btn-primary1.disabled,
.btn-primary1[disabled],
fieldset[disabled] .btn-primary1,
.btn-primary1.disabled:hover,
.btn-primary1[disabled]:hover,
fieldset[disabled] .btn-primary1:hover,
.btn-primary1.disabled:focus,
.btn-primary1[disabled]:focus,
fieldset[disabled] .btn-primary1:focus,
.btn-primary1.disabled:active,
.btn-primary1[disabled]:active,
fieldset[disabled] .btn-primary1:active,
.btn-primary1.disabled.active,
.btn-primary1[disabled].active,
fieldset[disabled] .btn-primary1.active {
  background-color: #007ee8;
  border-color: #007ee8;
}
.btn-primary .badge {
  color: #c9a663;
  background-color: white;
}




.btn-xl {
  color: white;
  background-color: #c9a663;
  border-color: #c9a663;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #007ee8;
  border-color: #007ee8;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #007ee8;
  border-color: #007ee8;
}
.btn-xl .badge {
  color: #c9a663;
  background-color: white;
}


.btn-xl2 {
  color: #c9a663;
  background-color: #e8ede6;
  border-color: #e8ede6;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl2:hover,
.btn-xl2:focus,
.btn-xl2:active,
.btn-xl2.active,
.open .dropdown-toggle.btn-xl2 {
  color: white;
  background-color: #007ee8;
  border-color: #007ee8;
}
.btn-xl2:active,
.btn-xl2.active,
.open .dropdown-toggle.btn-xl2 {
  background-image: none;
}
.btn-xl2.disabled,
.btn-xl2[disabled],
fieldset[disabled] .btn-xl2,
.btn-xl2.disabled:hover,
.btn-xl2[disabled]:hover,
fieldset[disabled] .btn-xl2:hover,
.btn-xl2.disabled:focus,
.btn-xl2[disabled]:focus,
fieldset[disabled] .btn-xl2:focus,
.btn-xl2.disabled:active,
.btn-xl2[disabled]:active,
fieldset[disabled] .btn-xl2:active,
.btn-xl2.disabled.active,
.btn-xl2[disabled].active,
fieldset[disabled] .btn-xl2.active {
  background-color: #007ee8;
  border-color: #007ee8;
}
.btn-xl2 .badge {
  color: #fff;
  background-color: #e8ede6;
}




#mainNav {
	padding-right:25px;
	}

.navbar-custom {
background:  rgba(0, 0, 0, 1) url(../img/bg-nav.jpg); /* Old browsers */
padding: 20px 0 20px 0;
border-color: transparent;
border-bottom:solid 2px #c9a663;
}

.navbar-custom .top-logo {
	max-height:90px; 
	margin-top:-25px;
	max-width:400px;
}


@media (max-width: 768px) {
  .navbar-custom .top-logo {
	max-height:90px; 
	margin-top:-15px;
	max-width:230px;
}
  }

	

.navbar-custom .navbar-brand {
  color: #c9a663;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #c9a663;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #c9a663;
  border-color: #c9a663;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #c9a663;
}
.navbar-custom .nav li a {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  font-size: 22px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #c9a663;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #c9a663;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #c9a663;
}
@media (min-width: 768px) {
  .navbar-custom {



	background:  rgba(0, 0, 0, 0.5);

    padding: 35px 0 35px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }  
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
  
}
@media (min-width: 768px) {
  .navbar-custom.affix {

	background: rgba(0, 0, 0, 1) url(../img/bg-nav.jpg);;
    padding: 35px 0 35px 0;
	border-bottom:solid 2px #c9a663;
  }
  
  
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  
}

#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}


header {
  
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  width: 100%;
  height:100vh;
}
@media (max-width: 767px) {
header {
  background: #fff url(../img/intro-bg.jpg) center center no-repeat fixed;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  width: 100%;
  height:100vh;
}
}

header .intro-info {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
}

header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}

@media (max-width: 400px) {

header .intro-info {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-style: italic;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 25px;
}

header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 25px;
}
	
}

section {
  padding: 100px 0;
  
}


section h2.section-heading {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 15px;
  color:#c9a663;
}
@media (max-width: 767px) {
	section h2.section-heading {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
  color:#c9a663;
}
}
section h3.section-subheading {
  font-size: 16px;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
  line-height: 36px;
  color:#333;
}
@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
}


/* ----- Modal Body ------ */
.modal-body  {
	color:#222;
}

.modal-title {
	color:#222;
}



/*---- Genral classes end -------*/

/*Change icons size here*/
.social-icons .fa {
	font-size: 0.9em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	margin-top:10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.social-icons .fa-adn{background-color:#504e54;} 
.social-icons .fa-apple{background-color:#aeb5c5;} 
.social-icons .fa-android{background-color:#A5C63B;}  
.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square{background-color:#003366;} 
.social-icons .fa-bitcoin,.social-icons .fa-btc{background-color:#F7931A;} 
.social-icons .fa-css3{background-color:#1572B7;} 
.social-icons .fa-dribbble{background-color:#F46899;}  
.social-icons .fa-dropbox{background-color:#018BD3;}
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-flickr{background-color:#FF0084;}
.social-icons .fa-foursquare{background-color:#0086BE;}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square{background-color:#070709;} 
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-html5{background-color:#E54D26;}
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-linux{background-color:#FBC002;color:#333;}
.social-icons .fa-maxcdn{background-color:#F6AE1C;}
.social-icons .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#CC2127;} 
.social-icons .fa-renren{background-color:#025DAC;}
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-stack-exchange{background-color:#245590;}
.social-icons .fa-stack-overflow{background-color:#FF7300;}
.social-icons .fa-trello{background-color:#265A7F;}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square{background-color:#314E6C;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-vimeo-square{background-color:#229ACC;}
.social-icons .fa-vk{background-color:#375474;}
.social-icons .fa-weibo{background-color:#D72B2B;}
.social-icons .fa-windows{background-color:#12B6F3;}
.social-icons .fa-whatsapp{background-color:#c9a663;}
.social-icons .fa-xing,.social-icons .fa-xing-square{background-color:#00555C;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}




blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
width: 100%;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
border-left:none;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

blockqoute footer {
background:#c9a663;
}








.termine-heading {
  margin: 15px 0;
  text-transform: none;
  color:#333;
}

.termine-img {
	width:100%;
	max-width:550px;
}

#termine {
	background-color:#FFF;
	color:#333;
}

#termine .section-title {
	background: #fff center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
	padding: 80px 0 10px 0;
}
#termine .section-title p {
	color:#333;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 25px;
}

#termine .section-title h2 {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color:#c9a663;
}
@media (max-width: 767px) {
#termine .section-title h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 25px;
  color:#c9a663;
}
}

#termine h2 {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color:#333;
}
@media (max-width: 767px) {
#termine h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  color:#c9a663;
}
}









.fleischerei-heading {
  margin: 15px 0;
  text-transform: none;
  color:#333;
}

.fleischerei-img {
	width:100%;
	max-width:550px;
}

#fleischerei {
	background-color:#FFF;
	color:#333;
}

#fleischerei .section-title {
	background: #fff center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
	padding: 80px 0 10px 0;
}
#fleischerei .section-title p {
	color:#333;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 25px;
}

#fleischerei .section-title h2 {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color:#c9a663;
}
@media (max-width: 767px) {
#fleischerei .section-title h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 25px;
  color:#c9a663;
}
}

#fleischerei h2 {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color:#333;
}
@media (max-width: 767px) {
#fleischerei h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  color:#c9a663;
}
}




/* bbqspezialist Section */


.bbqspezialist-header{
	font-size:20px;
}


.bbqspezialist-heading {
  margin: 15px 0;
  text-transform: none;
  color:#333;
  
}

#bbqspezialist {
	background-color:#fff;
	color:#555;
}

#bbqspezialist h4 {
	font-size:28px;
	font-weight:700;
	}
	

	
#bbqspezialist .book {
	font-size:18px;
	padding-bottom:25px;
}

#bbqspezialist {
	padding: 0 0 120px 0;
}

#bbqspezialist .section-title {
	background: #fff url(../img/intro-bg3.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
	padding: 160px 0 130px 0;
}
#bbqspezialist .section-title p {
	color:#fff;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
}

#bbqspezialist .section-title h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color:#fff;
}
@media (max-width: 767px) {
#bbqspezialist .section-title h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  color:#fff;
}
}

#bbqspezialist h2 {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color:#c9a663;
}
@media (max-width: 767px) {
#bbqspezialist h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  color:#c9a663;
}
}




/* partyservice Section */


.partyservice-header{
	font-size:20px;
}


.partyservice-heading {
  margin: 15px 0;
  text-transform: none;
  color:#333;
  
}

#partyservice {
	background-color:#333;
	color:#fff;
}

#partyservice h4 {
	font-size:28px;
	font-weight:700;
	}
	

	
#partyservice .book {
	font-size:18px;
	padding-bottom:25px;
}

#partyservice {
	padding: 0 0 120px 0;
}

#partyservice .section-title {
	background: #fff url(../img/intro-bg2.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
	padding: 160px 0 130px 0;
}
#partyservice .section-title p {
	color:#fff;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
}

#partyservice .section-title h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color:#fff;
}
@media (max-width: 767px) {
#partyservice .section-title h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  color:#fff;
}
}

#partyservice h1{
	color:#c9a663;
}

#partyservice h2 {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color:#c9a663;
}
@media (max-width: 767px) {
#partyservice h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  color:#c9a663;
}
}

#partyservice strong {
	  color:#c9a663;
}




/* wildfleisch Section */


.wildfleisch-header{
	font-size:20px;
}


.wildfleisch-img {
	width:100%;
	max-width:350px;
}


.wildfleisch-heading {
  margin: 15px 0;
  text-transform: none;
  color:#333;
  
}

#wildfleisch {
	background-color:#e8ede6;
	color:#555;
}

#wildfleisch h4 {
	font-size:28px;
	font-weight:700;
	}
	

	
#wildfleisch .book {
	font-size:18px;
	padding-bottom:25px;
}

#wildfleisch {
	padding: 0 0 120px 0;
}

#wildfleisch .section-title {
	background: #fff url(../img/wildfleisch-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
	padding: 160px 0 130px 0;
}
#wildfleisch .section-title p {
	color:#fff;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
}

#wildfleisch .section-title h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color:#fff;
}
@media (max-width: 767px) {
#wildfleisch .section-title h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  color:#fff;
}
}

#wildfleisch h2 {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color:#c9a663;
}
@media (max-width: 767px) {
#wildfleisch h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 25px;
  color:#c9a663;
}
}



	

/* lokalpatrioten Section */


.lokalpatrioten-header{
	font-size:20px;
}

#lokalpatrioten a {
  color: #06F;
}
#lokalpatrioten a:hover {
  color: #fff;
}
#lokalpatrioten a:focus {
  color: #fff;
}
#lokalpatrioten a:active {
  color: #fff;
}


.lokalpatrioten-heading {
  margin: 15px 0;
  text-transform: none;
  color:#333;
  
}

#lokalpatrioten {
	background-color:#333;
	color:#fff;
}

#lokalpatrioten h4 {
	font-size:28px;
	font-weight:700;
	}
	

	
#lokalpatrioten .book {
	font-size:18px;
	padding-bottom:25px;
}

#lokalpatrioten {
	padding: 0 0 120px 0;
}

#lokalpatrioten .section-title {
	background: #fff url(../img/lokalpatrioten-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
	padding: 160px 0 130px 0;
}
#lokalpatrioten .section-title p {
	color:#fff;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
}

#lokalpatrioten .section-title h2 {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color:#fff;
}
@media (max-width: 767px) {
#lokalpatrioten .section-title h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  color:#fff;
}
}

#lokalpatrioten h1, h2, h3{
	color:#c9a663;
}

#lokalpatrioten h2 {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color:#c9a663;
}
@media (max-width: 767px) {
#lokalpatrioten h2 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 25px;
  color:#c9a663;
}
}







/* Contact Section */

section#contact {
	background-color:#333;
	color:#fff;
}

#contact {padding-top:120px;}

.contact-heading {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color:#c9a663;
}

@media (max-width: 767px) {
.contact-heading {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color:#c9a663;
}
}

#contact p {
	color:#fff;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 25px;
}

contact section h3.section-subheading {
  font-size: 16px;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
  line-height: 36px;
  color:#fff;
}




section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #c9a663;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
}
section#contact :-ms-input-placeholder {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
section#contact .text-danger {
  color: #e74c3c;
}



footer {
  padding: 25px 0;
  text-align: center;
  background-color:#333;
  color:#fff;
}
footer span.copyright {
  line-height: 40px;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #c9a663;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
  background: #c9a663;
}
::selection {
  text-shadow: none;
  background: #c9a663;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #c9a663;
}

/* Galerie */
#galerie {
	width:100vw;
	background:url(../img/galerie-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
	position: relative;
	overflow:hidden;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom:10px;
}


@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1280px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}



.item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Form border on Error */
#bookingForm .error .input-group input{
	border: 1px solid #f00;
	background-color:#fde6e6;
}

#contactForm .error .input-group input{
	border: 1px solid #f00;
	background-color:#fde6e6;
}

#contactForm .error .textarea-group textarea{
	border: 1px solid #f00;
	background-color:#fde6e6;
}

#successBookingForm{
	width: 100%;
    margin: 10px auto;
font-size:18px;
}

#successContactForm{
	width: 100%;
    margin: 10px auto;
font-size:18px;
}



 .box {
            width: 20%;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.2);
            padding: 35px;
            border: 2px solid #fff;
            border-radius: 20px/50px;
            background-clip: padding-box;
            text-align: center;
          }
          .button {
            font-size: 1em;
            padding: 10px;
            color: #fff;
            border: 2px solid orange;
            border-radius: 20px/50px;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease-out;
          }
          .button:hover {
            background: orange;
          }
          .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            transition: opacity 500ms;
            visibility: visible;
            opacity: 1;
	     z-index:50000;
          }
          .overlay:target {
            visibility: hidden;
            opacity: 0;
            display:none
          }
          .popup {
            margin: 150px auto;
            padding: 20px;
            background: #fff;
            border-radius: 5px;
            width: 50%;
            position: relative;
            transition: all 5s ease-in-out;
	     color:#000;
          }

@media only screen and (max-width: 400px) {
    .popup h2 {
            margin-top: 0;

	     font-size:16px;
          }

}

@media only screen and (max-width: 700px) {
    .popup h2 {

	     font-size:18px;
          }

}

@media only screen and (min-width: 701px) {
    .popup h2 {

	     font-size:40px;
          }

}
          .popup .close {
            position: absolute;
            top: 20px;
            right: 30px;
            transition: all 200ms;
            font-size: 30px;
            font-weight: bold;
            text-decoration: none;
            color: #333;
          }
          .popup .close:hover {
            color: orange;
          }
          .popup .content {
            max-height: 30%;
            overflow: auto;
          }