/* ------------------------------------------------------------ */
/* --- GENERAL STUFF ------------------------------------------ */
/* ------------------------------------------------------------ */

/* CI colors
color: #bbd030;
color: #9cb40d;
color: #879d0c;
color: #5b7813;
color: #466612;
*/


html {
  scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
	overflow-y: scroll;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; /* 100/200 makes problems on non-retina */

	color: black;
    background-color: rgba(190, 190, 192, 0.36);

    min-width: 310px;
}

.img-centered {
    margin: 0 auto;
}

img { -ms-interpolation-mode: bicubic; }


/* ------------------------------------------------------------ */
/* --- GLOBAL TEXT/LINK STYLES -------------------------------- */
/* ------------------------------------------------------------ */

.text-muted {
    color: #666;
}

.text-primary {
	color: #bbd030;
}

.text-redbau {
	color: #ff1a12;
}

.text-lightgray {
    color: rgba(37, 38, 42, 0.15);
}

p, ul, table {
    font-size: 15px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

ul.ul-narrow {
	padding-left: 1.2em;
}
.fa-li {
	line-height: 1.5;
}
.fa-ul-large i {
	font-size: 18px;
	line-height: 18px;
}
.fa-ul-large li {
    margin-bottom: 0.5em;
}

a {
    color: #bbd030;
}
a.defaultColor {
	color: black;
}
.text-muted a.defaultColor {
	color: #666;
}
ul.text-muted ul, ul.text-muted li {
  color: #666;
}
section.bg-dark .text-muted a.defaultColor {
  color: #bbb;
}

a:hover,
a:focus,
a:active,
a.visited {
    outline: 0;
    color: #bbd030;
}
a.text-redbau:hover,
a.text-redbau:focus,
a.text-redbau:active,
a.text-redbau.visited {
    outline: 0;
    color: #ff1a12;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 300;
	color: rgba(0, 0, 0, 0.7);
}
h4, h5, h6 {
	color: rgba(0, 0, 0, 0.7);
    font-weight: 300;
}
h4 strong, h5 strong, h6 strong {
	color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
}

.text-danger, .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #d9534f;
}
.has-error .form-control {
	border-color: #d9534f;
}

.slowBGTransition {
	-webkit-transition: background-color 1000ms ease-in;
    -moz-transition: background-color 1000ms ease-in;
    -o-transition: background-color 1000ms ease-in;
    -ms-transition: background-color 1000ms ease-in;
    transition: background-color 1000ms ease-in;
}
.fastBGTransition {
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.noBGTransition {
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

/* ------------------------------------------------------------ */
/* --- BOOTSTRAP EXTENSION / OVERLOADING ---------------------- */
/* ------------------------------------------------------------ */

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 480px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }
    .col-xxs-1 {width: 8.333333333333332%;}
    .col-xxs-2 {width: 16.666666666666664%;}
    .col-xxs-3 {width: 25%;}
    .col-xxs-4 {width: 33.33333333333333%;}
    .col-xxs-5 {width: 41.66666666666667%;}
    .col-xxs-6 {width: 50%;}
    .col-xxs-7 {width: 58.333333333333336%;}
    .col-xxs-8 {width: 66.66666666666666%;}
    .col-xxs-9 {width: 75%;}
    .col-xxs-10 {width: 83.33333333333334%;}
    .col-xxs-11 {width: 91.66666666666666%;}
    .col-xxs-12 {width: 100%;}
    .col-xxs-push-1 {left: 8.333333333333332%;}
    .col-xxs-push-2 {left: 16.666666666666664%;}
    .col-xxs-push-3 {left: 25%;}
    .col-xss-push-4 {left: 33.33333333333333%;}
    .col-xxs-push-5 {left: 41.66666666666667%;}
    .col-xxs-push-6 {left: 50%;}
    .col-xxs-push-7 {left: 58.333333333333336%;}
    .col-xxs-push-8 {left: 66.66666666666666%;}
    .col-xxs-push-9 {left: 75%;}
    .col-xxs-push-10 {left: 83.33333333333334%;}
    .col-xxs-push-11 {left: 91.66666666666666%;}
    .col-xxs-pull-1 {right: 8.333333333333332%;}
    .col-xxs-pull-2 {right: 16.666666666666664%;}
    .col-xxs-pull-3 {right: 25%;}
    .col-xxs-pull-4 {right: 33.33333333333333%;}
    .col-xxs-pull-5 {right: 41.66666666666667%;}
    .col-xxs-pull-6 {right: 50%;}
    .col-xxs-pull-7 {right: 58.333333333333336%;}
    .col-xxs-pull-8 {right: 66.66666666666666%;}
    .col-xxs-pull-9 {right: 75%;}
    .col-xxs-pull-10 {right: 83.33333333333334%;}
    .col-xxs-pull-11 {right: 91.66666666666666%;}
    .col-xxs-offset-0 {margin-left: 0%;}
    .col-xxs-offset-1 {margin-left: 8.333333333333332%;}
    .col-xxs-offset-2 {margin-left: 16.666666666666664%;}
    .col-xxs-offset-3 {margin-left: 25%;}
    .col-xxs-offset-4 {margin-left: 33.33333333333333%;}
    .col-xxs-offset-5 {margin-left: 41.66666666666667%;}
    .col-xxs-offset-6 {margin-left: 50%;}
    .col-xxs-offset-7 {margin-left: 58.333333333333336%;}
    .col-xxs-offset-8 {margin-left: 66.66666666666666%;}
    .col-xxs-offset-9 {margin-left: 75%;}
    .col-xxs-offset-10 {margin-left: 83.33333333333334%;}
    .col-xxs-offset-11 {margin-left: 91.66666666666666%;}

}

.visible-xxs {display: none !important;}
tr.visible-xxs {display: none !important;}
th.visible-xxs, td.visible-xxs {display: none !important;}

@media (max-width: 479px) {

    .visible-xxs {display: block !important;}
    tr.visible-xxs {display: table-row !important;}
    th.visible-xxs, td.visible-xxs {display: table-cell !important;}

    .hidden-xxs {display: none !important;}
    tr.hidden-xxs {display: none !important;}
    th.hidden-xxs, td.hidden-xxs {display: none !important;}

}

.table th {
	font-weight: 500;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 10px;
}



/* ------------------------------------------------------------ */
/* --- BACKGROUND COLORS/STYLES ------------------------------- */
/* ------------------------------------------------------------ */

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

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #24262b;
}

.bg-dark {
    background-color: #2e2e31;
}

.bg-light-gray.bg-shadow-bottom-large {
	moz-box-shadow: inset 0 -200px 200px -200px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 -200px 200px -200px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 -200px 200px -200px rgba(0, 0, 0, 0.05);
}
.bg-light-gray.bg-shadow-top-large {
	moz-box-shadow: inset 0 200px 200px -200px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 200px 200px -200px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 200px 200px -200px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 200px 200px -200px rgba(255, 255, 255, 1);
}
.bg-shadow-bottom-large {
	moz-box-shadow: inset 0 -200px 200px -200px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 -200px 200px -200px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -200px 200px -200px rgba(0, 0, 0, 0.1);
}
.bg-shadow-top-large {
	moz-box-shadow: inset 0 200px 200px -200px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 200px 200px -200px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 200px 200px -200px rgba(0, 0, 0, 0.1);
}
.bg-shadow-bottom {
	moz-box-shadow: inset 0 -100px 100px -100px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 -100px 100px -100px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -100px 100px -100px rgba(0, 0, 0, 0.15);
}
.bg-shadow-top {
	moz-box-shadow: inset 0 100px 100px -100px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 100px 100px -100px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 100px 100px -100px rgba(0, 0, 0, 0.15);
}

.bg-enlight-bottom-large {
	moz-box-shadow: inset 0 -200px 200px -200px rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: inset 0 -200px 200px -200px rgba(255, 255, 255, 1.0);
	box-shadow: inset 0 -200px 200px -200px rgba(255, 255, 255, 1.0);
}
.bg-enlight-top-large {
	moz-box-shadow: inset 0 200px 200px -200px rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: inset 0 200px 200px -200px rgba(255, 255, 255, 1.0);
  box-shadow: inset 0 200px 200px -200px rgba(255, 255, 255, 1.0);
}
@media (max-width: 768px) {
  /*nerviger safari bug schneidet shadow bei kleinen auflösungen ab*/
  .bg-enlight-top-large {
  	moz-box-shadow: inset 0 100px 100px -100px rgba(255, 255, 255, 1.0);
    -webkit-box-shadow: inset 0 100px 100px -100px rgba(255, 255, 255, 1.0);
    box-shadow: inset 0 100px 100px -100px rgba(255, 255, 255, 1.0);
  }
}
.bg-enlight-top-small {
	moz-box-shadow: inset 0 100px 100px -100px rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: inset 0 100px 100px -100px rgba(255, 255, 255, 1.0);
  box-shadow: inset 0 100px 100px -100px rgba(255, 255, 255, 1.0);
}

.btn {
    letter-spacing: 1.5px;
}


/* ------------------------------------------------------------ */
/* --- CORE LAYOUT -------------------------------------------- */
/* ------------------------------------------------------------ */

.page-constrain {
    max-width: 1440px;
    min-width: 310px;
    margin: auto;
    position: relative;
	background: #fff;
}
.page-constrain .navbar, .page-constrain .header-topinfo {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
	width: 100%;
    max-width: 1440px;
    min-width: 310px;
    margin: auto;
}

.vertical-spacer-tiniest {
    height: 0.5em;
    clear: both;
}
.vertical-spacer-tiny {
    height: 1em;
    clear: both;
}
.vertical-spacer-small {
    height: 2em;
    clear: both;
}
.vertical-spacer-medium {
    height: 3.5em;
    clear: both;
}
.vertical-spacer-large {
    height: 5em;
    clear: both;
}

.horizontal-spacer-tiny {
    width: 1em;
    display: inline-block;
}
.horizontal-spacer-small {
    width: 2em;
    display: inline-block;
}
.horizontal-spacer-medium {
    width: 3.5em;
    display: inline-block;
}
.horizontal-spacer-large {
    width: 5em;
    display: inline-block;
}

.container {
    overflow: hidden;
}
.navbar .container,
#contact .footer-navline .container,
#life .container,
#haft .container,
#blade .container,
header .container {
	overflow: visible;
}

section {
	margin-top: 15px;
}

/* ------------------------------------------------------------ */
/* --- TOP NAVIGATION BAR (+LOGO) ----------------------------- */
/* ------------------------------------------------------------ */


.navbar-default {
	border-color: transparent;
	border-radius: 0;
	min-height: 52px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;

	-webkit-transition: padding .3s, margin .3s;
	-moz-transition: padding .3s, margin .3s;
	transition: padding .3s, margin .3s;
}
/* webkit-hack for touch-devices */
.navbar-default {
	-webkit-transform: translateZ(1px);
	-moz-transform: translateZ(1px);
	-o-transform: translateZ(1px);
	transform: translateZ(1px);
}
.navbar-default .container {
	background: #fff;
}
.navbar-default.navbar-bright {
  border-color: transparent;
	background: #fff;
}
.navbar-default.navbar-bright.navbar-transparent {
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default.navbar-bright {
  border-color: transparent;
  background-color: #fff;
}

.navbar-default .navbar-brand #navbarLogo {
	width: 140px;
	height: 34px;
	margin-top: -7px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	background-image: url("../img/LogoNex140.png");
	background-size: 100%;
	background-position: top left;
	background-repeat: no-repeat;
}
@media only screen and (-o-min-device-pixel-ratio: 5/4),
       only screen and (-webkit-min-device-pixel-ratio: 1.25),
       only screen and (min--moz-device-pixel-ratio: 1.25),
       only screen and (min-device-pixel-ratio: 1.25),
       only screen and (min-resolution: 1.25dppx) {
   .navbar-default .navbar-brand #navbarLogo { background-image: url("../img/LogoNex280.png"); }
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle, .navbar-default .navbar-phone, .navbar-default .navbar-website {
    border-color: #808080;
    background-color: #666;
    color: white;
}

.navbar-default .navbar-phone, .navbar-default .navbar-website {
    border-color: #bbd030;
    background-color: #bbd030;
    color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #666;
}
.navbar-default .navbar-phone:hover,
.navbar-default .navbar-phone:focus,
.navbar-default .navbar-website:hover,
.navbar-default .navbar-website:focus {
    background-color: #bbd030;
}

.navbar-default .navbar-phone, .navbar-default .navbar-website {
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 34px;
    width: 44px;
}
.navbar-default .navbar-phone .fa-phone {
    margin-left: 2px;
    margin-top: 2px
}
.navbar-default .navbar-toggle .buttontext {
    display: none;
}

.navbar-default .navbar-website {
	width: auto;
}
.navbar-default .navbar-website .buttontext {
	margin-left: 0.5em;
	font-size: 14px;
	padding-top: -2px;
	top: -1px;
	position: relative;
	display: inline-block;
    height: 34px;
}

@media(min-width:480px) {
    .navbar-default .navbar-phone {
        width: auto;
    }
    .navbar-default .navbar-toggle .buttontext {
        margin-left: 0.5em;
        font-size: 14px;
        padding-top: -2px;
        top: -3px;
        position: relative;
        display: inline-block;
    }
	.navbar-default .navbar-phone .fa-phone {
		margin-left: 0px;
	}
}

.navbar-default .nav li a {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 1.0px;
	color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: none;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  transition: color 0.2s;
}
.navbar-default .nav.main-navbar li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
	height: 2px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5%;
  opacity: 0;
  -webkit-transition: width .2s;
  -moz-transition: width .2s;
  transition: width .2s;
}
.navbar-default .nav.main-navbar li a:focus:after,
.navbar-default .nav.main-navbar li a:hover:after {
    opacity: 1;
    width: 100%;
    background-color: #bbd030;
}
.navbar-default #sub-navbar .nav li a .glyphicon {
    color: rgba(255, 255, 255, 0.3);
}
.navbar-default #sub-navbar .nav li.active .glyphicon {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-default #sub-navbar .nav li a:hover .glyphicon,
.navbar-default #sub-navbar .nav li a:focus .glyphicon {
    outline: 0;
    color: #9cb40d;
}
.navbar-default .nav li {
    margin-top: 5px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #9cb40d;
}

.navbar-default .navbar-nav>.active>a, .nav li.activeNav a {
    border-radius: 0;
    color: #9cb40d;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background: none;
}


#sub-navbar {
  float: right;
  padding: 1px;
  height: 34px;
  overflow: hidden;
  margin-top: -7px;
  margin-right: -25px;
  margin-bottom: -10px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
#sub-navbar.navbar-show {
    overflow: visible;
}
#sub-navbar .navbar-right {
    margin-right: 0px;
}
#sub-navbar li a {
    font-size: 10.5px;
    padding: 6px 10px;
}
#sub-navbar ul {
    margin-top: 0px;
}
#sub-navbar.navbar-show.sub-navbar-big
{
	margin-top: -4px;
	margin-right: -5px;
}
#sub-navbar .nav li a:after {
	top: 0px;
}
#sub-navbar .nav li a:after {
	content: "";
	display: block;
	position: absolute;
	margin-top: 25px;
	height: 2px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 5%;
	opacity: 0;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	transition: width .2s;
}
#sub-navbar .nav li a:focus:after,
#sub-navbar .nav li a:hover:after {
    opacity: 1;
    width: 90%;
    background-color: #bbd030;
}

.main-navbar li.subitem {
    margin-top: 0px;
}
.main-navbar li.subitem a {
    font-size: 10px;
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
}

@media(min-width:768px) {
  .main-navbar .subitem {
    display: none;
  }
  .navbar.pageHasSubNavbar .nav li {
    margin-top: 0;
  }
  .navbar.pageHasSubNavbar .main-navbar {
    margin-top: -10px;
  }
  .navbar-shrink.pageHasSubNavbar .main-navbar {
    margin-top: -8px;
  }
  .navbar-shrink #sub-navbar {
    margin-top: -9px;
  }
}
@media(min-width:992px) {
  #sub-navbar {
    margin-top: -6px;
  }
  #sub-navbar li a {
    font-size: 11px;
  }
  .navbar.pageHasSubNavbar .main-navbar {
    margin-top: -18px;
  }
  .navbar-shrink.pageHasSubNavbar .main-navbar {
    margin-top: -15px;
  }
  .navbar-shrink #sub-navbar {
    margin-top: -10px;
  }
  .navbar-shrink.pageHasSubNavbar .main-navbar li a:after {
    bottom: 9px;
  }
}


#navbarContentSpacer {
	height: 50px;
}
#topContentSpacer {
	height: 30px;
}

.navbar-collapse {
	box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.05);
}
/* fix landscape navbar problems (e.g. iphone 6 sized) */
.navbar-default .navbar-collapse {
    max-height: 540px;
}

.navbar-placeholder {
	height: 0px;
	width: 100%;
}
.navbar-placeholder-xs {
	height: 52px;
	width: 100%;
}

.header-topinfo {
	display: none;
	height: 35px;
    line-height: 35px;
	top: 0px;
    color: rgba(0, 0, 0, 0.5);
    color: #fff;
	background-color: #fff;
	background-color: #bbd030;
    z-index: 999;
    width: 100%;
	font-size: 11px;
	border-bottom: 2px solid #bbd030;
	letter-spacing: 0.3px;
}
.header-topinfo2 {
	background-color: #f7f7f7;
	color: rgba(0, 0, 0, 0.7);
}
.header-topinfo3 {
	background-color: #2e2e31;
	box-shadow: inset 0 100px 100px -100px rgba(255, 255, 255, 0.2);
	color: #bbb;
}
.header-topinfo-separator { margin: 0px 1em; }
.header-topinfo-left { float: left; }
.header-topinfo-right { 	float: right; }
.header-topinfo .fa{
    margin-right: 0.5em;
}
.header-topinfo a {
	text-decoration: none;
	color: #fff;
}
.header-topinfo2 a {
	color: rgba(0, 0, 0, 0.7);
}
.header-topinfo3 a {
	color: #bbb;
}
.header-topinfo a .fa{
    color: rgba(0, 0, 0, 0.5);
}
.header-topinfo a:hover .fa{
	color: #9cb40d;
}

@media(min-width:768px) {

  .navbar-default {
    padding: 35px 0;
    border: 0;
		position: relative;
  }
	.navbar-placeholder {
		height: 120px;
	}

	.navbar-right {
		margin-right: -25px;
	}

	/* for top info */
	.page-constrain .navbar {
		/* margin-top: 30px; */
		/* margin-top: 35px; */
	}
	.page-constrain .navbar.navbar-shrink {
		margin-top: 0px;
	}

  .navbar-default .navbar-brand {
      font-size: 2em;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s;
  }

  .navbar-default .navbar-nav>.active>a {
      border-radius: 3px;
  }

  .navbar-default.navbar-shrink {
      padding: 10px 0;
  }

  .navbar-default.navbar-shrink .navbar-brand {
      font-size: 1.5em;
  }

  .navbar-default .navbar-brand #navbarLogo {
      width: 165px;
      height: 45px;
      margin-top: -13px;
      background-image: url("../img/LogoNex165.png");
      background-size: 100%;
      background-position: top left;
      background-repeat: no-repeat;
  }

  .navbar-default.navbar-shrink .navbar-brand #navbarLogo {
      width: 145px;
      margin-top: -10px;
      background-image: url("../img/LogoNex145.png");
  }

	@media only screen and (-o-min-device-pixel-ratio: 5/4),
       only screen and (-webkit-min-device-pixel-ratio: 1.25),
       only screen and (min--moz-device-pixel-ratio: 1.25),
       only screen and (min-device-pixel-ratio: 1.25),
       only screen and (min-resolution: 1.25dppx) {
	   .navbar-default .navbar-brand #navbarLogo { background-image: url("../img/LogoNex330.png"); }
	   .navbar-default.navbar-shrink .navbar-brand #navbarLogo { background-image: url("../img/LogoNex290.png"); }
	}

  .navbar-default .nav .highlight-phone,
  #headerNav .shopping_cart {
    border-radius: 3px;
    margin-left: 18px;
    margin-top: 5px;
  }
  #headerNav .sub-navbar-big .shopping_cart {
    border-radius: 3px;
    margin-left: 18px;
    margin-top: 2px;
  }

	#navbarContentSpacer {
		height: 100px;
	}
	#topContentSpacer {
		height: 40px;
	}

	.navbar-collapse {
		box-shadow: none;
	}

	.navbar-default .nav li a {
		letter-spacing: 0.3px;
		padding: 10px 10px;
	}
	#sub-navbar .nav li a {
		letter-spacing: 0.5px;
	}

	.header-topinfo {
		display: block;
	}
}
@media(min-width:992px) {

	.navbar-default {
    padding: 45px 0;
	}
	.navbar-placeholder {
		height: 140px;
	}

	.navbar-right {
    margin-right: -30px;
	}

  .navbar-default.navbar-shrink {
    padding: 20px 0;
  }

  .navbar-default .nav li a {
    letter-spacing: 1.0px;
    font-size: 14px;
    padding: 15px 15px;
  }
	#sub-navbar .nav li a {
		letter-spacing: 1.0px;
	}

  .navbar-default .nav li {
    margin-top: 0px;
  }

	#navbarContentSpacer {
		height: 112px;
	}
	#topContentSpacer {
		height: 50px;
	}

	.navbar-default .navbar-brand #navbarLogo {
    width: 220px;
    height: 56px;
    margin-top: -18px;
    background-image: url("../img/LogoNex220.png");
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
  }

  .navbar-default.navbar-shrink .navbar-brand #navbarLogo {
    width: 165px;
    margin-top: -12px;
    background-image: url("../img/LogoNex165.png");
  }

	@media only screen and (-o-min-device-pixel-ratio: 5/4),
       only screen and (-webkit-min-device-pixel-ratio: 1.25),
       only screen and (min--moz-device-pixel-ratio: 1.25),
       only screen and (min-device-pixel-ratio: 1.25),
       only screen and (min-resolution: 1.25dppx) {
         .navbar-default .navbar-brand #navbarLogo { background-image: url("../img/LogoNex440.png"); }
         .navbar-default.navbar-shrink .navbar-brand #navbarLogo { background-image: url("../img/LogoNex330.png"); }
	}
}

@media(min-width:1200px) {

	#topContentSpacer {
		height: 60px;
	}
}


.sticky {
	position: fixed;
	width: 100%;
	top: 0;
}



/* ------------------------------------------------------------ */
/* --- PHOTO GALLERY LAYOUT ----------------------------------- */
/* ------------------------------------------------------------ */

.gallery-container .links a,
.gallery-container .links div {
    display: block;
    float: left;
}
.gallery-container .links a {
    margin-top: -1px;
}
.gallery-container .links a img {
    width: 100%;
}
.gallery-container .links .itemwidth-1 {
    width: 20%; /* fifth */
}
.gallery-container .links .itemwidth-2 {
    width: 40%;
}
@media(min-width:768px) {
  .gallery-container .links .itemwidth-1 {
      width: 14.2857143%; /* eighth */
  }
  .gallery-container .links .itemwidth-2 {
      width: 28.5714286%;
  }
}

/* TODO */

.gallery-container2 .links a,
.gallery-container2 .links div {
    display: block;
    float: left;
}
.gallery-container2 .links a {
    margin-top: -1px;
}
.gallery-container2 .links a img {
    width: 100%;
}
.gallery-container2 .links .itemwidth-1 {
    width: 20%; /* fifth */
}
.gallery-container2 .links .itemwidth-2 {
    width: 40%;
}
@media(min-width:768px) {
  .gallery-container2 .links .itemwidth-1 {
      width: 14.2857143%; /* eighth */
  }
  .gallery-container2 .links .itemwidth-2 {
      width: 28.5714286%;
  }
}

.gallery-container2 .links .ending {
    width: 100%;
    background: white;
    height: 2px;
    margin-top: -2px;
}




.gallery-container2 .imgborder-thick::before,
.gallery-container2 .imgborder-thickhalf::before,
.gallery-container2 .imgborder-thick::after,
.gallery-container2 .imgborder-thickhalf::after {
  content: "";
  display: block;
  background: white;
  position: relative;
  height: 1px; /* height is then set dynamically via JS */
  width: 7px;
}
.gallery-container2 .imgborder-thick::after,
.gallery-container2 .imgborder-thickhalf::after {
  margin-left: -7px;
  float: right;
}
.gallery-container2 .imgborder-thick::before,
.gallery-container2 .imgborder-thickhalf::before {
  margin-right: -7px;
  float: left;
}
.gallery-container2 .imgborder-thick.imgborder-first::before,
.gallery-container2 .imgborder-thickhalf.imgborder-first::before,
.gallery-container2 .imgborder-thick.imgborder-last::after,
.gallery-container2 .imgborder-thickhalf.imgborder-last::after {
  background: transparent;
}

.gallery-container2 .imgborder-thickbetween {
  display: block;
  background: white;
  position: relative;
  height: 14px;
  margin-top: -7px;
  margin-bottom: -7px;
  width: 100%;
}

.gallery-container2 .imgborder-smallthick::before,
.gallery-container2 .imgborder-smallthick::after {
  content: "";
  display: block;
  background: white;
  position: relative;
  height: 1px; /* height is then set dynamically via JS */
  width: 7px;
}
.gallery-container2 .imgborder-smallthick::after {
  margin-left: -7px;
  float: right;
}
.gallery-container2 .imgborder-smallthick::before {
  margin-right: -7px;
  float: left;
}
.gallery-container2 .imgborder-smallthick.imgborder-first::before,
.gallery-container2 .imgborder-smallthick.imgborder-last::after {
  background: transparent;
}


/* ------------------------------------------------------------ */
/* --- BUTTON STYLES ------------------------------------------ */
/* ------------------------------------------------------------ */

.btn, button {
	border-radius: 0px;
	border: 0;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	text-shadow: none;
	font-weight: 500;
}

.btn .fa {
	margin-right: 0.75em;
}

.btn-primary {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    background-color: #bbd030;
    background-image: none;
    text-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #9cb40d;
}

.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 {
    border-color: #9cb40d;
    background-color: #9cb40d;
}

.btn-primary .badge {
    color: #9cb40d;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #9cb40d;
    color: #fff;
    background-color: #9cb40d;
}

.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 {
    border-color: #9cb40d;
    background-color: #9cb40d;
}

.btn-xl .badge {
    color: #9cb40d;
    background-color: #fff;
}

.buttoncontainer a {
   margin-bottom: 10px;
}
.buttoncontainer-near-header {
  float: right;
  margin-top: 4px;
}


.badge-large {
  font-size: 14px;
  padding: 4px 10px;
  line-height: 20px;
}
.badge-xlarge {
  font-size: 18px;
  padding: 4px 10px;
  line-height: 20px;
}
span.badge.badge-price {
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 12px;
  line-height: 18px;
  min-width: 100px;
}
span.badge.badge-price .badge-firstline {
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 5px;
  display: inline-block;
}
span.badge.badge-price .badge-lastline {
  font-size: 10px;
  line-height: 13px;
  padding-top: 5px;
  display: inline-block;
}

span.badge.badge-new {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 8px;
  line-height: 8px;
  min-width: 60px;
}
span.badge.badge-new .badge-firstline {
  font-size: 10px;
  line-height:10px;
  padding-bottom: 5px;
  display: inline-block;
}

span.badge.bg-primary {
  background-color: #bbd030;
}
span.badge.bg-secondary {
  background-color: #fed417;
  background-color: #f4a300;
  background-color: #ff851b;
  background-color: #ffb347;
}

span.badge.badge-tiltright5 {
  transform: translateY(-10px) rotate(7deg);
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* ------------------------------------------------------------ */
/* --- FORM STYLES -------------------------------------------- */
/* ------------------------------------------------------------ */

#contactForm .form-group {
	margin-bottom: 25px;
}
#contactForm .form-group .form-control {
	border-radius: 0;
	background: #fff none repeat scroll 0 0;
	font-size: 15px;
	box-shadow: none;
}
#contactForm .form-group .contact-control {
	height: 50px;
}
#contactForm .form-group .form-control:focus {
	border-color: #9cb40d;
	border-color: #bbd030;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
  margin-left: 0px;
}
#contactForm .form-group .contact-control.contact-typeselect {
	height: auto;
  min-height: 50px;
  text-align: left;
  padding-top: 13px;
  padding-bottom: 13px;
}
#contactForm .form-group .contact-control.contact-typeselect .caption {
	color: #999;
  margin-bottom: 5px;
}
#contactForm .form-group .contact-control.contact-typeselect input {
	accent-color: #bbd030;
}
#contactForm .form-group .contact-control.contact-typeselect label {
	color: #555;
  font-weight: 300;
  width: 100%;
}

@media(min-width:768px) {
  #contactForm .form-group .contact-control.contact-typeselect {
    text-align: center;
  }
  #contactForm .form-group .contact-control.contact-typeselect label {
    padding-left: 30px;
    padding-right: 15px;
    width: auto;
  }
}

#msgSubmit {
	margin-top: 10px;
	font-size: 18px;
    font-weight: 500;
}


/* ------------------------------------------------------------ */
/* --- GLOBAL STYLES ------------------------------------------ */
/* ------------------------------------------------------------ */

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

.bottom-border  {
    border-bottom: 1px solid #d6d4d4;
}
.bottom-border.vertical-spacer-large {
	margin-bottom: 5em;
}
.bottom-border.vertical-spacer-small {
	margin-bottom: 2em;
}

.teaserblock {
	display: block;
	background: #fff;
    padding-bottom: 15px;
    margin-bottom: 30px;

	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.teaserblock .caption {
	padding: 15px;
  min-height: 120px;
}
@media(min-width:480px) {
  .teaserblock .caption {
  	min-height: 400px;
  }
}
@media(min-width:520px) {
  .teaserblock .caption {
  	min-height: 370px;
  }
}
@media(min-width:560px) {
  .teaserblock .caption {
  	min-height: 350px;
  }
}
@media(min-width:620px) {
  .teaserblock .caption {
  	min-height: 330px;
  }
}
@media(min-width:768px) {
  .teaserblock .caption {
  	min-height: 300px;
  }
}
@media(min-width:992px) {
  .teaserblock .caption {
  	min-height: 330px;
  }
}
@media(min-width:1200px) {
  .teaserblock .caption {
  	min-height: 300px;
  }
}
.teaserblock .icon {
	background-size: 48px 48px;
    height: 48px;
    width: 48px;
    background-image: url("../img/icon-light48.png");
    top: 0px;
    position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 25px;
}
.teaserblock .image {
    height: 100px;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.teaserblock-learn .image { background-image: url("../img/offer-learn-bg600.jpg"); }
.teaserblock-hotel .image { background-image: url("../img/offer-hotel-bg600.jpg"); }
.teaserblock-gastronomy .image { background-image: url("../img/offer-gastronomy-bg600.jpg"); }
.teaserblock-celebrate .image { background-image: url("../img/offer-celebrate-bg600.jpg"); }
.teaserblock-strong .image { background-image: url("../img/offer-strong-bg600.jpg"); }
.teaserblock-active .image { background-image: url("../img/offer-active-bg600.jpg"); }
.teaserblock-halls .image { background-image: url("../img/offer-halls-bg600.jpg"); }
.teaserblock-gallery .image { background-image: url("../img/offer-gallery-bg600.jpg"); }

@media(min-width:1200px) {
	.teaserblock .image {
		height: 115px;
	}
}

.teaserblock:hover {
	text-decoration: none;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.teaserblock .icon {
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.teaserblock:hover .icon {
    animation-name: swinging;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    text-decoration: none;
    -webkit-animation-name: swinging;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-name: swinging;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
}
@keyframes swinging {
    15% {transform: rotate(10deg);}
    30% {transform: rotate(-10deg);}
    50% {transform: rotate(5deg);}
    65% {transform: rotate(-5deg);}
    80% {transform: rotate(2deg);}
    100%{transform: rotate(-2deg);}
}
@-webkit-keyframes swinging {
    15% {-webkit-transform: rotate(10deg);}
    30% {-webkit-transform: rotate(-10deg);}
    50% {-webkit-transform: rotate(5deg);}
    65% {-webkit-transform: rotate(-5deg);}
    80% {-webkit-transform: rotate(2deg);}
    100%{-webkit-transform: rotate(-2deg);}
}
@-moz-keyframes swinging {
    15% {-moz-transform: rotate(10deg);}
    30% {-moz-transform: rotate(-10deg);}
    50% {-moz-transform: rotate(5deg);}
    65% {-moz-transform: rotate(-5deg);}
    80% {-moz-transform: rotate(2deg);}
    100%{-moz-transform: rotate(-2deg);}
}

#cookie-bar {
  height: auto;
  text-align: center;
  padding: 6px 0;
  z-index: 200;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 100px 100px -100px rgba(255, 255, 255, 0.2);
  color: #ddd;
  text-align: left;
}
#cookie-bar div {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
#cookie-bar span {
  width: 220px;
  display: block;
  float: left;
}
#cookie-bar-bottom {
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
}
#cookie-button {
  float: right;
  margin-top: 4px;
}

@media(min-width:480px) {
  #cookie-bar div { width: 440px; }
  #cookie-bar span { width: 360px; line-height: 40px; }
}

#sticky-contact-button {
  z-index: 200;
  position: fixed;
  bottom: 25px;
  right: -36px;
  width: 36px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#sticky-contact-button.vis {
  right: 0px;
}
#sticky-contact-button a {
  float: left;
  text-align: center;
  transform-origin: 0 0;
  transform: rotate(270deg);
  width: 120px;
  height: 36px;
  padding-top: 8px;
  font-weight: 500;
}




/* ------------------------------------------------------------ */
/* --- GLOBAL SECTION STYLES ---------------------------------- */
/* ------------------------------------------------------------ */


section {
    padding: 50px 0;
}
section.section-smallPadding {
    padding: 40px 0;
}
section.section-smallBottomPadding {
    padding-bottom: 40px;
}
section.section-noTopPadding,
section.section-smallPadding.section-noTopPadding  {
    padding-top: 0;
}
section.section-noBottomPadding,
section.section-smallPadding.section-noBottomPadding  {
    padding-bottom: 0;
}
section.section-fullHeightImage {
	padding-top: 0;
	padding-bottom: 0;
}
section.section-fullHeightImage .text-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

section .text-muted strong {
    color: #333;
    font-weight: 500;
}
section .text-primary strong {
    font-weight: 500;
}

section.bg-dark {
    color: #fff;
}
section.bg-dark .text-muted {
    color: #bbb;
}

section h2.section-heading {
    font-size: 40px;
}
section h2.section-heading.section-beforesubheading {
	margin-top: 10px;
}
section h2.section-heading.section-aftersubheading {
    margin-top: 0;
    margin-bottom: 30px;
}
@media (max-width: 480px) {
	section h2.section-heading { font-size: 32px; }
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-size: 17px;
    font-weight: 300;
}

section h4 {
    margin: 15px 0;
    text-transform: uppercase;
}

section h2.text-narrow {
	letter-spacing: -0.5px;
}

@media(min-width:768px) {
    section {
        padding: 100px 0;
    }
    section.section-smallPadding {
        padding: 60px 0;
    }
    section.section-smallBottomPadding {
        padding-bottom: 60px;
    }
    section.section-fullHeightImage .text-container {
        padding-top: 60px;
        padding-bottom: 0px;
    }
}

section .spec-highlight {
    margin-top: 1.5em;
    margin-bottom: 1em;
}
section .spec-highlight.spec-highlight-narrow {
	margin-top: 1em;
}
body#page-gastronomy {
    margin-bottom: 0;
}
section .spec-highlight span {
    display: block;
}
section .spec-highlight .spec-val {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.02em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: -4px;
}
section .spec-highlight .spec-val strong {
  font-weight: 300;
  font-size: 32px;
  color: #777;
	letter-spacing: 0;
}
section .spec-highlight .spec-val.spec-val-xl strong {
  color: rgba(0, 0, 0, 0.7);
  font-size: 40px;
}
@media(min-width:480px) {
	section .spec-highlight .spec-val strong {
		font-size: 40px;
	}
	section .spec-highlight .spec-val.spec-val-xl strong {
		font-size: 52px;
	}
}


section a.moreinfolink {
	font-size: 18px;
}
section a.moreinfolink-small {
	font-size: 16px;
}

section.section-fullHeightImage .image-container {
	height: 200px;
	background-image: url(../img/placeholder3-1440.jpg);
	background-position: center center;
	background-size: cover;
	margin-top: -20px;
	margin-bottom: 0px;
}
section.section-fullHeightImage .image-container.image-container-big {
	height: 380px;
}
section.section-fullHeightImage .image-container.image-container-small3 {
  float: left;
	height: 120px;
  width: 120px;
}

@media(min-width:480px) {
	section.section-fullHeightImage .image-container {
		height: 300px;
	}
}
@media(min-width:560px) {
	section.section-fullHeightImage .image-container {
		height: 400px;
	}
}
@media(min-width:768px) {
	section.section-fullHeightImage .image-container {
		height: 400px;
		margin-top: 20px;
		margin-bottom: 60px;
	}
}
@media(min-width:992px) {
	section.section-fullHeightImage .image-container {
		height: 400px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
@media(min-width:1200px) {
	section.section-fullHeightImage .image-container {
		height: 450px;
	}
}

section .quote {
    display: inline-block;
	margin-bottom: 10px;
	font-family: 'Shadows Into Light Two', cursive;
	font-family: 'Indie Flower', cursive;
    font-size: 16px;
    color: #777;
}
section .quote.quote-large {
	font-size: 18px;
}
@media(min-width:768px) {
	section .quote.quote-large {
		font-size: 22px;
	}
}
@media(min-width:1200px) {
	section .quote.quote-large {
		font-size: 26px;
	}
}
section .quote .fa-quote-left,
section .quote .fa-quote-right {
	font-size: 12px;
  padding: 5px;
  top: -6px;
  position: relative;
  color: #888;
}
section .quote .fa-quote-left {
	margin-left: -4px;
    margin-right: 5px;
}
section .quote .fa-quote-right {
	margin-left: 5px;
}


/* ------------------------------------------------------------ */
/* --- HEADER ------------------------------------------- */
/* ------------------------------------------------------------ */

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    padding: 0px;

    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header.zeroOpacity {
    opacity: 0;
}
header .bgOverlay {
    background: none;
}

.intro-image {
	z-index: 160;
	position: relative;
}

body#page-index header {
    background-image: url(../img/header1-bg1440.jpg);
}
body#page-yourEvent header {
    /*background-image: url(../img/placeholder1-1440.jpg);
    background-image: url(../img/placeholder2-1440.jpg);
    background-image: url(../img/placeholder3-1440.jpg);*/
    background-image: url(../img/header9-bg1440.jpg);
    background-position: center center;
}
body#page-seminars header {
    background-image: url(../img/header4-bg1440.jpg);
    background-position: center center;
}
body#page-gastronomy header {
    background-image: url(../img/header2-bg1440.jpg);
}
body#page-lunch header {
    background-image: url(../img/header13-bg2880.jpg);
}
body#page-breakfast header {
    background-image: url(../img/header14-bg2880.jpg);
}
body#page-contact header {
    background-image: url(../img/header12-bg2880.jpg);
    background-position: center center;
}
body#page-hotel header {
    background-image: url(../img/header5-bg1440.jpg);
    background-position: center center;
}
body#page-active header {
    background-image: url(../img/header7-bg1440.jpg);
    background-position: top center;
}
body#page-halls header {
    background-image: url(../img/header6-bg1440.jpg);
    background-position: center center;
}
body#page-team-building header {
    background-image: url(../img/header11-bg1440.jpg);
    background-position: center center;
}
body#page-celebrate header {
    background-image: url(../img/header10-bg1440new.jpg);
    background-position: center center;
}

header .intro-spacer {
    height: 0px;
    width: 100%;
    display: block;
}

header .intro-image {
    background-size: 100%;
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    width: 100%;
}
@media (min-width: 480px) {
    header .intro-image {
        height: 280px;
    }
}
@media (min-width: 768px) {
	header .intro-spacer {
		height: 40px;
	}
	header .intro-image {
		height: 300px;
	}
}
@media (min-width: 992px) {
  header .intro-spacer {
    height: 70px;
  }
  header .intro-image {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  header .intro-spacer {
    height: 100px;
  }
  header .intro-image {
    height: 380px;
  }
}
@media (min-width: 1360px) {
  header .intro-spacer {
    height: 100px;
  }
  header .intro-image {
    height: 410px;
  }
}

.scrollDownIconContainer {
    margin-top: -30px;
    height: 100px;
    margin-bottom: -70px;
    overflow: hidden;
    z-index: 5;
    position: relative;
}
.scrollDownIcon {
    display: block;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    opacity: 1;
    margin-top: 0px;
}
.scrollDownIconContainer a:hover .scrollDownIcon {
    margin-top: 3px;
}
.scrollDownIconContainer.fadeOut .scrollDownIcon {
    opacity: 0;
    margin-top: 40px;
}



/* ------------------------------------------------------------ */
/* --- PAGE SPECIFIC: Home  ----------------------------------- */
/* ------------------------------------------------------------ */

body#page-index #offers {
  padding-top: 58px;
}

body#page-index .clipbox {
  float: right;
  width: 143px;
  margin-top: 30px;
  margin-right: 10px;
  text-align: left;
  color: black;
}
body#page-index .clipbox h5 {
  color: black;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 1px;
  margin-bottom: 6px;
  font-size: 10px;
}
body#page-index .clipbox .clipcaption {
  color: black;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
}
body#page-index .clipbox .icon {
	background-size: 18px 13px;
  float: left;
  height: 13px;
  width: 18px;
  background-image: url("../img/icon-play72.png");
  top: 0px;
  position: relative;
	margin-right: 6px;
	margin-top: 0px;
  opacity: 70%;
}
body#page-index a.clipbox {
  color: black;
  text-decoration: none;
}
body#page-index a.clipbox:hover {
  color: black;
  text-decoration: none;
}
body#page-index a.clipbox:hover .icon {
  opacity: 100%;
}
body#page-index .sticker5min {
	background-size: 156px 82px;
  width: 166px;
  height: 82px;
  background-image: url("../img/sticker312.png");
  background-repeat: no-repeat;
  background-position-x: 10px;
  top: 0px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-bottom: 20px;
}
#videoModal .modal-dialog {
  margin-top: 65px;
}
.videoConsentPlaceholder {
  display: none;
}

@media (min-width: 385px) { /*finetuning*/
  body#page-index .sticker5min {
    float: right;
    width: 156px;
    background-position-x: 0px;
    margin-top: -60px;
    margin-right: 10px;
  }
}
@media (min-width: 480px) {
  body#page-index .clipbox {
    margin-top: 40px;
    margin-right: 10px;
  }
  body#page-index .sticker5min {
    margin-top: -90px;
    margin-right: 10px;
  }
}
@media (min-width: 600px) { /*finetuning*/
  body#page-index .sticker5min {
    margin-top: -100px;
    margin-right: 40px;
  }
}
@media (min-width: 720px) { /*finetuning*/
  body#page-index .sticker5min {
    margin-top: -100px;
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  body#page-index .clipbox {
    width: 120px;
    margin-top: 40px;
    margin-right: 130px;
  }
  body#page-index .clipbox h5 {
    font-size: 12px;
  }
  body#page-index .clipbox .icon {
  	background-size: 36px 26px;
    height: 26px;
    width: 36px;
  }
  body#page-index .sticker5min {
    margin-top: -90px;
    margin-right: 10px;
  }
  #videoModal .modal-dialog {
    margin-top: 165px;
    width: 720px;
  }
}
@media (min-width: 992px) {
  body#page-index .clipbox {
    width: 180px;
    margin-top: 40px;
    margin-right: 100px;
  }
  body#page-index .clipbox h5 {
    font-size: 14px;
  }
  body#page-index .sticker5min {
    margin-top: -100px;
    margin-right: 80px;
  }
  #videoModal .modal-dialog {
    margin-top: 195px;
    width: 800px;
  }
}
@media (min-width: 1200px) {
  body#page-index .clipbox {
    margin-top: 50px;
    margin-right: 100px;
  }
  body#page-index .sticker5min {
  	background-size: 190px 100px;
    width: 190px;
    height: 100px;
    background-image: url("../img/sticker380.png");
    margin-top: -110px;
    margin-right: 140px;
  }
  #videoModal .modal-dialog {
    margin-top: 210px;
    width: 840px;
  }
}
@media (min-width: 1360px) {
  body#page-index .clipbox {
    margin-top: 60px;
    margin-right: 120px;
  }
  #videoModal .modal-dialog {
    margin-top: 210px;
    width: 870px;
  }
}

body#page-index #offers {
	padding-bottom: 60px;
}
@media (min-width: 768px) {
	body#page-index #offers {
		padding-bottom: 80px;
	}
}

body#page-index .teaserblock-strong .icon { background-image: url("../img/icon-strong48.png"); }
body#page-index .teaserblock-active .icon { background-image: url("../img/icon-active48.png"); }
body#page-index .teaserblock-hotel .icon { background-image: url("../img/icon-hotel48.png"); }
body#page-index .teaserblock-gastronomy .icon { background-image: url("../img/icon-gastronomy48.png"); }
body#page-index .teaserblock-learn .icon { background-image: url("../img/icon-learn48.png"); }
body#page-index .teaserblock-warn .icon { background-image: url("../img/icon-warn48.png"); }
body#page-index .teaserblock-celebrate .icon { background-image: url("../img/icon-celebrate48.png"); }
body#page-index .teaserblock-halls .icon { background-image: url("../img/icon-idea48.png"); }
body#page-index .teaserblock-gallery .icon { background-image: url("../img/icon-idea48.png"); }
@media only screen and (-o-min-device-pixel-ratio: 5/4),
       only screen and (-webkit-min-device-pixel-ratio: 1.25),
       only screen and (min--moz-device-pixel-ratio: 1.25),
       only screen and (min-device-pixel-ratio: 1.25),
       only screen and (min-resolution: 1.25dppx) {
	body#page-index .teaserblock-strong .icon { background-image: url("../img/icon-strong96.png"); }
	body#page-index .teaserblock-active .icon { background-image: url("../img/icon-active96.png"); }
	body#page-index .teaserblock-hotel .icon { background-image: url("../img/icon-hotel96.png"); }
	body#page-index .teaserblock-gastronomy .icon { background-image: url("../img/icon-gastronomy96.png"); }
	body#page-index .teaserblock-learn .icon { background-image: url("../img/icon-learn96.png"); }
	body#page-index .teaserblock-warn .icon { background-image: url("../img/icon-warn96.png"); }
	body#page-index .teaserblock-celebrate .icon { background-image: url("../img/icon-celebrate96.png"); }
  body#page-index .teaserblock-halls .icon { background-image: url("../img/icon-idea96.png"); }
  body#page-index .teaserblock-gallery .icon { background-image: url("../img/icon-idea96.png"); }
}

body#page-index #aboutus .section-heading {
  margin-top: 10px;
}

body#page-index #figure-bauakademie {
    position: relative;
    background-size: 280px 315px;
    width: 280px;
    height: 315px;
    background-image: url("../img/aboutus-bauakademie280.jpg");
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (-o-min-device-pixel-ratio: 5/4),
       only screen and (-webkit-min-device-pixel-ratio: 1.25),
       only screen and (min--moz-device-pixel-ratio: 1.25),
       only screen and (min-device-pixel-ratio: 1.25),
       only screen and (min-resolution: 1.25dppx) {
	body#page-index #figure-bauakademie {
		background-image: url("../img/aboutus-bauakademie560.jpg");
	}
}

@media (min-width: 768px) {
  body#page-index #figure-bauakademie {
      margin-left: 0;
      margin-right: 0;
  }
}
@media (min-width: 992px) {
  body#page-index #aboutus .section-heading {
    margin-top: 40px;
  }
  body#page-index #figure-bauakademie {
      position: relative;
      background-size: 380px 427px;
      width: 380px;
      height: 427px;
      background-image: url("../img/aboutus-bauakademie380.jpg");
  }
  @media only screen and (-o-min-device-pixel-ratio: 5/4),
         only screen and (-webkit-min-device-pixel-ratio: 1.25),
         only screen and (min--moz-device-pixel-ratio: 1.25),
         only screen and (min-device-pixel-ratio: 1.25),
         only screen and (min-resolution: 1.25dppx) {
  	body#page-index #figure-bauakademie {
		background-image: url("../img/aboutus-bauakademie760.jpg");
  	}
  }
}


/* NEWWWWW */
body#page-index #figure-bauakademie {
    position: relative;
    background-size: 336px 281px;
    width: 336px;
    height: 281px;
    background-image: url("../img/aboutus-bauakademie336.jpg");
}
.aboutus-textdiv {
  /*default*/
}
@media only screen and (-o-min-device-pixel-ratio: 5/4),
       only screen and (-webkit-min-device-pixel-ratio: 1.25),
       only screen and (min--moz-device-pixel-ratio: 1.25),
       only screen and (min-device-pixel-ratio: 1.25),
       only screen and (min-resolution: 1.25dppx) {
	body#page-index #figure-bauakademie {
		background-image: url("../img/aboutus-bauakademie-nex672.jpg");
	}
}

@media (min-width: 768px) {
  body#page-index #figure-bauakademie {
    margin-right: -25px;
    float: right;
    margin-top: 25px;
  }
  .aboutus-textdiv {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  body#page-index #aboutus .section-heading {
    margin-top: 40px;
  }
  body#page-index #figure-bauakademie {
      position: relative;
      background-size: 503px 420px;
      width: 503px;
      height: 420px;
      background-image: url("../img/aboutus-bauakademie-nex503.jpg");
      margin-right: -25px;
      margin-top: 22px;
  }
  .aboutus-textdiv {
    padding-left: 20px;
  }
  @media only screen and (-o-min-device-pixel-ratio: 5/4),
         only screen and (-webkit-min-device-pixel-ratio: 1.25),
         only screen and (min--moz-device-pixel-ratio: 1.25),
         only screen and (min-device-pixel-ratio: 1.25),
         only screen and (min-resolution: 1.25dppx) {
  	body#page-index #figure-bauakademie {
		background-image: url("../img/aboutus-bauakademie-nex1006.jpg");
  	}
  }
}


/* ------------------------------------------------------------ */
/* --- SPAGE LUNCH -------------------------------------------- */
/* ------------------------------------------------------------ */

#page-lunch h2 .badge-price {
  margin-left: 20px;
}

/*@media (min-width: 992px) {
  #page-lunch .badge-price {
    margin-left: 20px;
  }
}*/


#page-lunch .lunchmenue-export .badge-price {
  margin-left: 0px;
}
.lunchmenue-export {
  width: 1080px;
  height: 1080px;
  background-image: url("../img/lunch-export-bg1.png");
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.7);
  padding-top: 0;

  /*position: relative;
  left: 50%;
  transform: translate(-50%, 0%);*/
}

.lunchmenue-export .container {
  width: 100%;
  height: 100%;
  overflow-y: auto; /* Optional: Scrollbar, falls Inhalte zu groß sind */
  padding: 20px;

  transform: scale(1.6);
  transform-origin: top left;
}

section.lunchmenue-export h2.section-heading {
  font-size: 52px;
  font-weight: 400;
}
section.lunchmenue-export h2.section-heading.section-aftersubheading {
  margin-bottom: 20px;
}
.lunchmenue-export h5 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.lunchmenue-export p {
  line-height: 1.5;
}
.lunchmenue-export span.badge.badge-price {
  transform: scale(1.7) translateY(-10px) rotate(7deg);
  position: absolute;
  top: 380px;
  left: 540px;
  z-index: 10;
  padding-bottom: 8px;
}
.lunchmenue-export .infoblock {
  position: absolute;
  top: 506px;
  left: 512px;
  z-index: 10;
  font-weight: 500;
}
.lunchmenue-export .infoblock .info-icon {
  width: 40px;
  height: auto;
  position: absolute;
  left: 102px;
}
.lunchmenue-export .infoblock-firstline {
  padding-right: 45px;
  display: inline-block;
}
.lunchmenue-export .text-muted {
  color: #333;
}


/* ------------------------------------------------------------ */
/* --- SPAGE BREAKFAST ---------------------------------------- */
/* ------------------------------------------------------------ */

#page-breakfast section#features .container {
  padding-top: 10px;
  margin-top: -10px;
}

#page-breakfast .badge-price {
  position: absolute;
  top: 15px;
  left: 190px;
}
@media (min-width: 480px) {
  #page-breakfast .badge-price {
    top: 5px;
    left: 360px;
  }
}

#page-breakfast section#features .buttoncontainer-outer span {
  display: inline-block;
  margin-top: 6px;
  margin-left: 10px;
}
#page-breakfast section#features .buttoncontainer-outer .buttoncontainer {
  float: left;
}

#page-breakfast section#features .buttoncontainer-outer.hidden-xxs span i {
  display: none;
}
@media (min-width: 520px) {
  #page-breakfast section#features .buttoncontainer-outer.hidden-xxs span i {
    display: inline;
  }
}



/* ------------------------------------------------------------ */
/* --- PAGE TERMS --------------------------------------------- */
/* ------------------------------------------------------------ */

#page-terms section#introduction {
  margin-top: 0px;
}

/* ------------------------------------------------------------ */
/* --- PAGE CONTACT ------------------------------------------- */
/* ------------------------------------------------------------ */


#page-contact #introduction .fa {
	width: 20px;
}

#page-contact .staff-info {
	width: 300px;
    text-align: left;
}
#page-contact .staff-info.staff-info-center {
    margin: auto;
}
#page-contact .staff-info img {
    width: 80px;
    height: 80px;
    padding: 5px;
    box-shadow: 0px 0px 3px #ddd;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

#page-contact .staff-info .content {
	margin-top: 15px;
    display: inline-block;
}

#page-contact .vertical-spacer-dynamic {
	height: 20px;
}

@media (min-width: 480px) {
	#page-contact .vertical-spacer-dynamic {
		height: 46px;
	}
}
@media (min-width: 992px) {
	#page-contact .staff-info img {
		width: 110px;
		height: 110px;
	}
	#page-contact .staff-info .content {
		margin-top: 30px;
	}
	#page-contact .vertical-spacer-dynamic {
		height: 46px;
	}
}

#page-contact #bauakademiesticker {
  position: relative;
  background-size: 75px 49px;
  width: 75px;
  height: 49px;
  background-image: url("../img/LogoBauSticker150.png");
}

#page-contact #contact-map {
  position: relative;
  background-size: 240px 84px;
  width: 240px;
  height: 84px;
  background-image: url("../img/contact-map480.png");
}



/* ------------------------------------------------------------ */
/* --- BOTTOM LINE / FOOTER ----------------------------------- */
/* ------------------------------------------------------------ */

#contact {
	padding: 0px;
	border-top: 2px solid #bbd030;
    border-top: 4px solid #bbd030;
}

#contact .container {
    padding: 80px 0px;
}

@media (min-width: 768px) {
    #contact .container {
        padding: 100px 0px;
    }
}

#contact .footer-footerline {
  padding: 25px 0;
  text-align: center;
	background: rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 0.05);
	color: #999;
	font-weight: 500;
}
#contact .footer-footerline .container {
	padding: 0 15px 0 15px;
}
#contact .footer-footerline a {color: #999; }
#contact .footer-footerline a:hover { color: #9cb40d; text-decoration: none; }

@media(min-width:768px) {
  #contact .footer-footerline .col-sm-8 {
      text-align: left;
  }
  #contact .footer-footerline .col-sm-4 {
      text-align: right;
  }
}

#contact .footer-footerline span.copyright {
  text-transform: none;
  line-height: 40px;
  padding-left: 5px;
  padding-right: 5px;
}

#contact .footer-footerline ul.quicklinks {
  margin-bottom: 0;
  text-transform: none;
  line-height: 40px;
}

.footerLogo {
    display: inline-block;
    left: auto;
    width: 180px;
    height: 80px;
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 0px;
}
.footerLogo1 {
    background-image: url("../img/LogoNexWhite180.png");
}
.footerLogo2 {
    background-image: url("../img/LogoNexBauWhite180.png");
}
@media only screen and (-o-min-device-pixel-ratio: 5/4),
     only screen and (-webkit-min-device-pixel-ratio: 1.25),
     only screen and (min--moz-device-pixel-ratio: 1.25),
     only screen and (min-device-pixel-ratio: 1.25),
     only screen and (min-resolution: 1.25dppx) {

     .footerLogo1 {
         background-image: url("../img/LogoNexWhite520.png");
     }
     .footerLogo2 {
         background-image: url("../img/LogoNexBauWhite520.png");
     }
}

@media(min-width:768px) {
    .footerLogo {
        margin-top: 20px;
    }
}
@media(min-width:992px) {
    .footerLogo {
        width: 260px;
        height: 120px;
        margin-top: 10px;
    }
    .footerLogo1 {
        background-image: url("../img/LogoNexWhite260.png");
    }
    .footerLogo2 {
        background-image: url("../img/LogoNexBauWhite260.png");
    }
    @media only screen and (-o-min-device-pixel-ratio: 5/4),
         only screen and (-webkit-min-device-pixel-ratio: 1.25),
         only screen and (min--moz-device-pixel-ratio: 1.25),
         only screen and (min-device-pixel-ratio: 1.25),
         only screen and (min-resolution: 1.25dppx) {

         .footerLogo1 {
             background-image: url("../img/LogoNexWhite520.png");
         }
         .footerLogo2 {
             background-image: url("../img/LogoNexBauWhite520.png");
         }
    }
}

#contact .newsletterblock .newsletterblock-icon {
    display: inline-block;
    width: 42px;
    margin-right: 20px;
    margin-left: 10px;
}
#contact .newsletterblock .newsletterblock-icon .fa {
    margin-bottom: 15px;
}
#contact .newsletterblock .newsletterblock-link {
    display: inline-block;
    width: 200px;
    vertical-align: bottom;
}

#archiveContent td {
    padding-right: 10px;
}
#archiveContent table {
    color: #666;
}

::-moz-selection {
    text-shadow: none;
    background: #9cb40d;
}

::selection {
    text-shadow: none;
    background: #9cb40d;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #9cb40d;
}


/* ------------------------------------------------------------ */
/* --- SOCIAL MEDIA ------------------------------------------- */
/* ------------------------------------------------------------ */

.bg-facebookblue {
  background: #3b5998;
  /*background: #6d84b4;*/
  /*background: #afbdd4;*/
  color: rgba(255, 255, 255, 1);
}

#facebookrow {
  text-align: center;
}

#facebookrow h3 {
  padding: 20px;
  text-transform: none;
}

#facebookrow a {
  color: rgba(255, 255, 255, 0.9);
}
#facebookrow a:hover {
  color: rgba(255, 255, 255, 1);
}


/* ------------------------------------------------------------ */
/* --- TESTIMONIALS ------------------------------------------- */
/* ------------------------------------------------------------ */


figure.testimonial {
    position: relative;
    width: 100%;
    text-align: left;
}

figure.testimonial * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.testimonial .testimonialblock {
    background-color: #ffffff;
    position: relative;
    float: left;
}

figure.testimonial img {
    float: right;
    max-width: 44%;
    vertical-align: middle;
}

figure.testimonial figcaption {
    top: 0;
    bottom: 0;
    left: 0;
    width: 56%;
    position: relative;
    float: left;
    background-color: #ffffff;
}

figure.testimonial .testimonialquote {
    position: relative;
    padding: 10px 15px;
    font-size: 15px;
    text-align: left;
    margin: 0;
    line-height: 1.75;
    /*font-style: italic;*/
    border: none;
}

figure.testimonial .testimonialquote:before,
figure.testimonial .testimonialquote:after {
    display: none;
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

figure.testimonial .testimonialquote:before {
    top: -5px;
    left: 15px;
}

figure.testimonial .testimonialquote:after {
    content: "\201D";
    right: 15px;
    bottom: -30px;
}

figure.testimonial .arrow {
    top: 30px;
    left: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
    margin: 0;
    position: absolute;
}

figure.testimonial .author {
    float: left;
    padding: 10px 15px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    text-align: center;
}

figure.testimonial .author h5 {
    margin: 0;
    font-weight: 500;
}

figure.testimonial .author h5 span {
    font-weight: 300;
    text-transform: none;
}

@media(min-width:400px) {
  figure.testimonial img {
      max-width: 35%;
  }
  figure.testimonial figcaption {
      width: 65%;
  }
  figure.testimonial .testimonialquote {
    padding: 20px 40px 20px 40px;
  }
  figure.testimonial .testimonialquote:before,
  figure.testimonial .testimonialquote:after {
      display: block;
  }
}

@media(min-width:480px) {
  figure.testimonial img {
      max-width: 25%;
  }
  figure.testimonial figcaption {
      width: 75%;
  }
  figure.testimonial .author {
    margin-bottom: 40px;
}
}
/*@media(min-width:520px) {
}
/*@media(min-width:560px) {
}
@media(min-width:580px) {
}*/
@media(min-width:620px) {
  figure.testimonial img {
      max-width: 20%;
  }
  figure.testimonial figcaption {
      width: 80%;
  }
}
@media(min-width:768px) {
  figure.testimonial img {
      max-width: 42%;
  }
  figure.testimonial figcaption {
      width: 58%;
  }
  figure.testimonial .testimonialquote {
      padding: 20px 40px 20px 40px;
  }
  figure.testimonial .arrow {
      border-right: 25px solid transparent;
      border-top: 25px solid #ffffff;
  }
  figure.testimonial .testimonialquote:before,
  figure.testimonial .testimonialquote:after {
      display: block;
  }
  figure.testimonial .author {
      padding-top: 20px;
  }
  figure.testimonial .author.authorbottomrow {
      margin-bottom: 0px;
  }
}
@media(min-width:992px) {
  figure.testimonial img {
      max-width: 30%;
  }
  figure.testimonial figcaption {
      width: 70%;
  }
}
@media(min-width:1200px) {
  figure.testimonial img {
      max-width: 40%;
  }
  figure.testimonial figcaption {
      width: 60%;
  }
}


/* ------------------------------------------------------------ */
/* --- BIG TESTIMONIALS --------------------------------------- */
/* ------------------------------------------------------------ */


figure.bigtestimonial {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

figure.bigtestimonial * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.bigtestimonial .testimonialblock {
    background-color: transparent;
    position: relative;
    float: left;
}

figure.bigtestimonial .portrait {
    float: right;
    max-width: 140px;
    vertical-align: middle;
}
figure.bigtestimonial.inverse .portrait {
    float: left;
}

figure.bigtestimonial figcaption {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
    float: left;
    background-color: #ffffff;
}
figure.bigtestimonial.inverse figcaption {
    float: right;
}

figure.bigtestimonial .testimonialquote {
    position: relative;
    padding: 45px 15px 23px 15px;
    font-size: 15px;
    text-align: left;
    margin: 0;
    line-height: 1.75;
    /*font-style: italic;*/
    border: none;
    opacity: 0.8;
}

figure.bigtestimonial .testimonialquote:before,
figure.bigtestimonial .testimonialquote:after {
    /*display: none;*/
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.4;
    font-style: normal;
}

figure.bigtestimonial .testimonialquote:before {
    top: -5px;
    left: 15px;
}

figure.bigtestimonial .testimonialquote:after {
    content: "\201D";
    right: 15px;
    bottom: -45px;
}

figure.bigtestimonial .arrow {
    top: 100%;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
    margin: 0;
    position: absolute;
}
figure.bigtestimonial.inverse .arrow {
    left: 20px;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #ffffff;
}


figure.bigtestimonial .authorblock-in {
    display: block;
}
figure.bigtestimonial .authorblock-out {
    display: none;
    text-align: right;
    float: right;
    height: 150px;
    min-width: 280px;
}
figure.bigtestimonial.inverse .authorblock-out {
    float: left;
}
figure.bigtestimonial .authorblockblock {
    height: 100%;
    position: relative;
    width: 100%;
}
figure.bigtestimonial .authorblockblockchild {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 0px;
    padding-right: 10px;
}
figure.bigtestimonial.inverse .authorblockblockchild {
    left: 0;
    right: auto;
    padding-left: 10px;
    padding-right: 0px;
}
figure.bigtestimonial .author {
    float: left;
    padding: 10px 15px;
    display: block;
    width: 100%;
}
figure.bigtestimonial .authorblock-in .author {
    text-align: center;
    opacity: 0.8;
}
figure.bigtestimonial .authorblock-out .author {
    text-align: right;
}
figure.bigtestimonial.inverse .authorblock-out .author {
    text-align: left;
}
figure.bigtestimonial .author h5 {
    margin: 0;
    font-weight: 500;
}
figure.bigtestimonial .author h5 span {
    font-weight: 300;
    text-transform: none;
}
figure.bigtestimonial .authorblock-in .trainerlogo {
  text-align: center;
  margin-bottom: 15px;
}
figure.bigtestimonial .authorblock-out .trainerlogo {
  text-align: right;
  margin-bottom: 0px;
  padding: 10px 15px;
}
figure.bigtestimonial.inverse .authorblock-out .trainerlogo {
  text-align: left;
}
figure.bigtestimonial .trainerlogo img {
  max-width: 150px;
  max-height: 60px;
}

@media(min-width:400px) {
}
@media(min-width:480px) {
  figure.bigtestimonial .portrait {
      max-width: 150px;
  }
  figure.bigtestimonial .arrow {
      right: 25px;
  }
  figure.bigtestimonial.inverse .arrow {
      left: 25px;
  }
  figure.bigtestimonial .testimonialquote {
      padding: 40px 40px 40px 40px;
  }
  figure.bigtestimonial .testimonialquote:before {
      top: 15px;
      left: 15px;
  }
  figure.bigtestimonial .testimonialquote:after {
      right: 15px;
      bottom: -10px;
  }
  figure.bigtestimonial .authorblock-in {
      display: none;
  }
  figure.bigtestimonial .authorblock-out {
      display: block;
  }
}
/*@media(min-width:520px) {
}
@media(min-width:560px) {
}
@media(min-width:580px) {
}*/
@media(min-width:620px) {
  figure.bigtestimonial .portrait {
      max-width: 180px;
  }
  figure.bigtestimonial .arrow {
      right: 30px;
  }
  figure.bigtestimonial.inverse .arrow {
      left: 30px;
  }
  figure.bigtestimonial .authorblock-out {
      height: 180px;
      min-width: 400px;
  }
}
@media(min-width:768px) {
  figure.bigtestimonial .authorblock-out {
      min-width: 520px;
  }
}
@media(min-width:992px) {
  figure.bigtestimonial {
      margin-bottom: 40px;
  }
  figure.bigtestimonial .portrait {
      max-width: 380px;
  }
  figure.bigtestimonial .testimonialblock {
      /*background-color: #ffffff;*/
  }
  figure.bigtestimonial figcaption {
      width: 560px;
      height: 380px;
  }
  figure.bigtestimonial .testimonialquote {
      /*padding: 20px 40px 20px 40px;*/
  }
  figure.bigtestimonial .arrow {
      top: 30px;
      left: 100%;
      border-right: 25px solid transparent;
      border-top: 25px solid #ffffff;
  }
  figure.bigtestimonial.inverse .arrow {
      left: -25px;
      border-right: 0 solid transparent;
      border-left: 25px solid transparent;
      border-top: 25px solid #ffffff;
  }
  figure.bigtestimonial .testimonialquote:before,
  figure.bigtestimonial .testimonialquote:after {
      display: block;
  }
  figure.bigtestimonial .authorblockblock {
      height: auto;
  }
  figure.bigtestimonial .authorblock {
      height: auto;
      margin-top: 5px;
  }
  figure.bigtestimonial .authorblockblockchild {
      position: relative;
  }
  figure.bigtestimonial .author {
      padding-top: 24px;
      height: 60px;
      float: left;
      width: auto;
  }
  figure.bigtestimonial .authorblock {
      min-width: auto;
  }
  figure.bigtestimonial .authorblock-out .author {
      padding-top: 32px;
  }
  figure.bigtestimonial.inverse .author {
      float: right;
  }
  figure.bigtestimonial .authorblock-out .trainerlogo {
      float: right;
  }
  figure.bigtestimonial.inverse .authorblock-out .trainerlogo {
      float: left;
  }
  figure.bigtestimonial .trainerlogo img {
      max-width: 300px;
      max-height: 60px;
  }
}
@media(min-width:1200px) {
  figure.bigtestimonial .portrait {
      max-width: 440px;
  }
  figure.bigtestimonial figcaption {
      /*width: 60%;*/
  }
  figure.bigtestimonial .testimonialblock {
      background-color: #ffffff;
  }
  figure.bigtestimonial figcaption {
      width: 700px;
      height: 440px;
  }
  figure.bigtestimonial .authorblock-in {
      display: block;
      position: absolute;
      bottom: 0;
      left: auto;
      right: 0;
      padding-left: 25px;
      padding-right: 25px;
  }
  figure.bigtestimonial.inverse .authorblock-in {
      left: 0;
      right: auto;
  }
  figure.bigtestimonial .authorblock-out {
      display: none;
  }
  figure.bigtestimonial .authorblock-in .author,
  figure.bigtestimonial .authorblock-in .trainerlogo {
      text-align: right;
  }
  figure.bigtestimonial.inverse .authorblock-in .author,
  figure.bigtestimonial.inverse .authorblock-in .trainerlogo {
      text-align: left;
  }
  figure.bigtestimonial .authorblock-in .author {
      padding-top: 0;
      height: auto;
  }
  figure.bigtestimonial .authorblock-in .trainerlogo {
      padding: 10px 15px;
  }
}



/* ------------------------------------------------------------ */
/* --- PAGE GASTRONOMY ---------------------------------------- */
/* ------------------------------------------------------------ */

#page-gastronomy section#location1 .image-container { background-image: url(../img/gast-wintergarten-img750.jpg); }
#page-gastronomy section#location2 .image-container { background-image: url(../img/gast-gewoelbe-img750.jpg); }
#page-gastronomy section#location3 .image-container { background-image: url(../img/gast-terrasse-img750.jpg); }
#page-gastronomy section#location4 .image-container { background-image: url(../img/gast-weinkeller-img750.jpg); }
#page-gastronomy section#location5 .image-container { background-image: url(../img/gast-tenne-img750.jpg); }
#page-gastronomy section#forEveryone .image-container { background-image: url(../img/gast-speisen1-img750.jpg); }
#page-gastronomy section#forSeminar .image-container { background-image: url(../img/gast-speisen4-img750.jpg); }
#page-gastronomy section#forEvent .image-container { background-image: url(../img/gast-speisen2-img750.jpg); }
#page-gastronomy section#kitchen .image-container { background-image: url(../img/gast-personal3-img750.jpg); }
@media only screen and (-o-min-device-pixel-ratio: 5/4),
       only screen and (-webkit-min-device-pixel-ratio: 1.25),
       only screen and (min--moz-device-pixel-ratio: 1.25),
       only screen and (min-device-pixel-ratio: 1.25),
       only screen and (min-resolution: 1.25dppx) {
	#page-gastronomy section#location1 .image-container { background-image: url(../img/gast-wintergarten-img1500.jpg); }
	#page-gastronomy section#location2 .image-container { background-image: url(../img/gast-gewoelbe-img1500.jpg); }
	#page-gastronomy section#location3 .image-container { background-image: url(../img/gast-terrasse-img1500.jpg); }
	#page-gastronomy section#location4 .image-container { background-image: url(../img/gast-weinkeller-img1500.jpg); }
	#page-gastronomy section#location5 .image-container { background-image: url(../img/gast-tenne-img1500.jpg); }
  #page-gastronomy section#forEveryone .image-container { background-image: url(../img/gast-speisen1-img1500.jpg); }
	#page-gastronomy section#forSeminar .image-container { background-image: url(../img/gast-speisen4-img1500.jpg); }
	#page-gastronomy section#forEvent .image-container { background-image: url(../img/gast-speisen2-img1500.jpg); }
	#page-gastronomy section#kitchen .image-container { background-image: url(../img/gast-personal3-img1500.jpg); }
}

#page-gastronomy .badge-new {
  position: absolute;
  top: 5px;
  left: 360px;
}


/* ------------------------------------------------------------ */
/* --- PAGE HOTEL --------------------------------------------- */
/* ------------------------------------------------------------ */

#page-hotel section#hotel .image-container { background-image: url(../img/hotel-zimmer1-img750.jpg); }
#page-hotel section#guesthouse .image-container { background-image: url(../img/gaestehaus-zimmer4-img750.jpg); }
#page-hotel section#food .image-container { background-image: url(../img/hotel-fruehstueck-img750.jpg); }
@media only screen and (-o-min-device-pixel-ratio: 5/4),
       only screen and (-webkit-min-device-pixel-ratio: 1.25),
       only screen and (min--moz-device-pixel-ratio: 1.25),
       only screen and (min-device-pixel-ratio: 1.25),
       only screen and (min-resolution: 1.25dppx) {
	#page-hotel section#hotel .image-container { background-image: url(../img/hotel-zimmer1-img1500.jpg); }
	#page-hotel section#guesthouse .image-container { background-image: url(../img/gaestehaus-zimmer4-img1500.jpg); }
	#page-hotel section#food .image-container { background-image: url(../img/hotel-fruehstueck-img1500.jpg); }
}



/* ------------------------------------------------------------ */
/* --- PAGE YOUREVENT ----------------------------------------- */
/* ------------------------------------------------------------ */

#page-yourEvent section#seminars .image-container { background-image: url(../img/event-sem-img750.jpg); }
#page-yourEvent section#gastronomy .image-container { background-image: url(../img/event-gast-img750.jpg); }
#page-yourEvent section#hotel .image-container { background-image: url(../img/hotel-zimmer1-img750.jpg); }
#page-yourEvent section#halls .image-container { background-image: url(../img/event-hall-img750.jpg); }
#page-yourEvent section#celebrate .image-container { background-image: url(../img/event-celebrate-img750.jpg); }
#page-yourEvent section#active .image-container { background-image: url(../img/event-active-img750.jpg); }
#page-yourEvent section#teambuilding .image-container { background-image: url(../img/event-team-img750.jpg); }

@media only screen and (-o-min-device-pixel-ratio: 5/4),
       only screen and (-webkit-min-device-pixel-ratio: 1.25),
       only screen and (min--moz-device-pixel-ratio: 1.25),
       only screen and (min-device-pixel-ratio: 1.25),
       only screen and (min-resolution: 1.25dppx) {
	#page-yourEvent section#seminars .image-container { background-image: url(../img/event-sem-img1500.jpg); }
	#page-yourEvent section#gastronomy .image-container { background-image: url(../img/event-gast-img1500.jpg); }
	#page-yourEvent section#hotel .image-container { background-image: url(../img/hotel-zimmer1-img1500.jpg); }
	#page-yourEvent section#halls .image-container { background-image: url(../img/event-hall-img1500.jpg); }
	#page-yourEvent section#celebrate .image-container { background-image: url(../img/event-celebrate-img1500.jpg); }
	#page-yourEvent section#active .image-container { background-image: url(../img/event-active-img1500.jpg); }
	#page-yourEvent section#teambuilding .image-container { background-image: url(../img/event-team-img1500.jpg); }
}



/* ------------------------------------------------------------ */
/* --- PAGE CONTACT ------------------------------------------- */
/* ------------------------------------------------------------ */

#contactInfo h3 {
	text-transform: none;
}


/* ------------------------------------------------------------ */
/* --- PAGE HALLS --------------------------------------------- */
/* ------------------------------------------------------------ */

#page-halls #rooms table .tablecol1 { width: auto; }
#page-halls #rooms table .tablecol2 { width: auto; }
#page-halls #rooms table .tablecol3 { width: auto; }
#page-halls #rooms table .tablecol4 { width: auto; }

@media(min-width:768px) {
  #page-halls #rooms table .tablecol1 { width: 80px; }
  #page-halls #rooms table .tablecol2 { width: 100px; }
  #page-halls #rooms table .tablecol3 { width: 100px; }
  #page-halls #rooms table .tablecol4 { width: 80px; }
}
@media(min-width:992px) {
  #page-halls #rooms table .tablecol1 { width: 120px; }
  #page-halls #rooms table .tablecol2 { width: 150px; }
  #page-halls #rooms table .tablecol3 { width: 150px; }
  #page-halls #rooms table .tablecol4 { width: 120px; }
}
@media(min-width:1200px) {
  #page-halls #rooms table .tablecol1 { width: 150px; }
  #page-halls #rooms table .tablecol2 { width: 170px; }
  #page-halls #rooms table .tablecol3 { width: 170px; }
  #page-halls #rooms table .tablecol4 { width: 150px; }
}

/* ------------------------------------------------------------ */
/* --- PAGE TEAMBUILDING -------------------------------------- */
/* ------------------------------------------------------------ */

.trainerlogo-b {
	width: 240px;
  margin-bottom: 20px;
}
.trainerlogo-s {
	width: 140px;
  margin-bottom: 20px;
}

@media(min-width:768px) {
  #page-team-building .firstblock {
    margin-left: -10px;
  }
}
@media(min-width:992px) {
  #page-team-building .firstblock {
    margin-left: -10px;
  }
}
@media(min-width:1200px) {
  #page-team-building .firstblock {
    margin-left: -40px;
  }
}

/* ------------------------------------------------------------ */
/* --- PAGE CELEBRATE ----------------------------------------- */
/* ------------------------------------------------------------ */

#page-celebrate #company ul {
  margin-bottom: 0;
}

@media(min-width:768px) {
  #page-celebrate #company li {
    margin-bottom: 10px;
  }
}
@media(min-width:992px) {
  #page-celebrate #company li {
    margin-bottom: 3px;
  }
}
@media(min-width:1200px) {
  #page-celebrate #company li {
    margin-bottom: 3px;
  }
}
