@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/fontawesome-webfont.eot#iefix') format('embedded-opentype'), 
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/fontawesome-webfont.woff') format('woff'),
	   url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/fontawesome-webfont.woff2') format('woff2'),
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/fontawesome-webfont.svg') format('svg'),
	   url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/FontAwesome.otf') format('otf'),
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/fontawesome-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/open-sans-v15-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/open-sans-v15-latin-regular.woff2') format('woff2'),
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/open-sans-v15-latin-regular.woff') format('woff'),
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/open-sans-v15-latin-regular.ttf') format('truetype'),
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Julius Sans One';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/julius-sans-one-v6-latin-regular.eot');
  src: local('Julius Sans One'), local('JuliusSansOne-Regular'),
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/julius-sans-one-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/julius-sans-one-v6-latin-regular.woff2') format('woff2'),
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/julius-sans-one-v6-latin-regular.woff') format('woff'),
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/julius-sans-one-v6-latin-regular.ttf') format('truetype'),
       url('/typo3conf/ext/nwtemplate/Resources/Public/Webfonts/julius-sans-one-v6-latin-regular.svg#JuliusSansOne') format('svg');
}

.help-block {
    color: white !important;
}

.footerPics-mar {
    margin: 5px;
}

.mapHolder {
    margin: 80px auto;
    min-height: 480px;
}

div.stern {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 50px solid #617322;
    position: relative;
    display: inline;
}

div.stern:after {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 50px solid #617322;
    position: absolute;
    content: "";
    top: 0px;
    left: -50px;
}

.carousel-control {
  padding-top:3.5%;
  width:5%;
}
.carousel-inner, .well {
  background-color: white;
  border:0px;
  box-shadow: none;
}
.carousel-control.left {
  background-image: linear-gradient(to right,rgba(97, 115, 34,.5) 0,rgba(0,0,0,.0001) 100%);
}
.carousel-control.right {
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(97, 115, 34,.5) 100%);
}
.picWithPad {
    padding: 0 10px 10px 0;
}

.column-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.navbar-nav > li {
    margin-top: 5px;
}

.panel {
    background-color: transparent;
}

.panel-default {
    border: none;
}

.panel-group .panel {
    margin-bottom: 60px;
}

.panel-default > .panel-heading {
    background-color: transparent;
}

.panel-title {
    margin: 20px 0 !important;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .1em;
    color: white !important;
}

.panel-body img {
    margin: 0 20px 20px 0;
}

.panel-body p {
    margin: 20px 0;
}

.panel-body p:first-letter {
    font-weight: bold;
    font-size: 120%;
}

.panel p {
    margin-top: 20px;
}

input, textarea {
    margin: 3px 0;
    padding: 10px;
    opacity: .8;
    border-radius: 3px;
    border: none;
}

.logo-holder img {
	width: 400px;
}

.eu-logo {
	margin-top: 10px;
	padding: 10px;
	background-color: white;
	width: 300px;
}

.pslider-dots {
    display: none;
}

.umgebungsBox {
    margin: 40px 0;
}

.arrow-down {
    position: absolute;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #403328;
    opacity: 0.4;
}

.arrow-middle {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #403328;
    opacity: 0.4;
}

footer input, textarea {
    width: 100%;
    margin-bottom: 3px;
    background-color: rgba(255, 255, 255, 0.5);
}

body {
    background-image: url('vhs-assets-css-765d4b3b1b86439e7866eeb342ebe5af.jpg') !important;
}

ul {
    margin-left: -25px;
    margin-top: 20px;
}

.mar-top-40 {
    margin-top: 40px;
}

.mar-top-100 {
    margin-top: 100px;
}

.box-border {
    border: 6px solid #c5beab;
    border-radius: 6px;
}

.color-light {
    color: white !important;
    padding: 20px;
    transition: all ease .5s;
    margin: 20px 0;
}

.color-light:hover {
    background-color: rgba(197, 190, 171, .4);
    border-radius: 3px;
    padding: 20px;
}

.color-brown {
    color: #403328 !important;
}

.color-facebook {
    background-color: #3B59AB !important;
}

.color-google {
    background-color: #DD4B39 !important;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.lw-BG {
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    height: 100%;
}

.morePadBox {
    padding: 20px 60px 20px 60px;
    font-size: 115%;
}

hr {
    opacity: .1;
    width: 90%;
}

.no-margin {
    margin: 0;
}

.margin-top-bottom {
    margin: 80px 0;
}

.margin-bottom {
    margin-bottom: 80px;
}

.no-padding {
    padding: 0;
}

small {
    color: white !important;
}

.bigIcon {
    font-size: 400% !important;
    color: #617322;
!important;
    margin-top: 40px;
}

.icon-brown {
    color: #403328;
}

.text-right {
    float: right;
}

.itemBox {
    width: 100%;
    display: inline-block;
    border-radius: 38px 3px 3px 3px;
    min-height: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
}

.inner-itemBox {
    padding: 10px;
    margin-left: 80px;
}

.inner-itemBox:hover {
    color: #403328;
}

.pad-20-right-bottom {
    padding: 0 20px 20px 0;
}

.mar-40 {
    margin: 40px 0;
}

.mar-top-100 {
    margin-top: 100px;
}

h1, h2, h3 {
    font-family: 'Julius Sans One', sans-serif;
    color: rgba(255, 255, 255, .7);
    letter-spacing: 1px;
}

.likeH1 {
    font-size: 180%;
}

h5 {
    font-family: 'Julius Sans One', sans-serif;
    margin: 20px;
    color: rgba(255, 255, 255, .7);
    font-size: 120%;
}

figure {
    display: inline-block;
    margin: 12px;
}

figcaption {
    margin: 2px auto;
    width: 90%;
    color: #666;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 80%;
}

.colorBrown {
    color: #403328;
    border-left: 3px solid #617322;
    padding-left: 20px;
}

.colorBrown a:hover {
    color: #403328 !important;
}

.starterH2 {
    font-size: 280%;
    color: white;
    text-shadow: 2px 2px 1px black;
    background-color: rgba(197, 190, 171, .7);
    border-radius: 6px;
    padding: 10px 20px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {

}

.navbar-header {
    float: none !important;
    display: block;
    margin-bottom: 20px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {

}

.border-left {
    border-left: 10px solid rgba(255, 255, 255, 0.5);
    padding: 0 40px;
}

.colorGreen {
    color: #617322 !important;
}

.lieferanten-box {
    background-color: #f0f0f0;
    overflow: auto;
    padding: 20px;
    margin: 10px 0;
    border-radius: 3px;
}

.lieferanten-box a, button {
    background-color: white;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid silver;
    border-radius: 3px;
}

.lieferanten-box img {
    padding: 20px;
}

.btn-bw {
    color: #fff;
    background-color: #617322;
    border-color: #617322;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .6px;
    border-radius: 3px;
    padding: 20px 20px;
    font-size: 14px;
    border-top: 2px solid rgba(255, 255, 255, .7);
    margin: 10px 0;
}

.btn-bw:hover {
    transform: scale(1.05) !important;
    color: white;
}

.btn-bw-lighter {
    color: #403328;
    background-color: #c5beab;
    border-color: #617322;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .6px;
    border-radius: 3px;
    padding: 20px 20px;
    font-size: 14px;
    border-top: 2px solid rgba(255, 255, 255, .7);
    margin: 10px 0;
}

.btn-bw-lighter:hover {
    transform: scale(1.05);
}

.bw-btn-mw {
    min-width: 180px;
}

.btn-underline {
    text-decoration: underline;
}

.btn-kontakt {
    background-color: #617322;
    color: white;
    padding: 15px;
    border-radius: 6px;
}

.btn-kontakt:hover {
    color: white !important;
    border-top: 2px solid white;
    text-decoration: none;
}

.btn-white {
    color: #617322 !important;
    background-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, .7);
    padding: 16px;
}

.btn-msized {
    padding: 8px !important;
}

.navbar {
    margin-bottom: 0;
    padding: 0 40px;
}

.navbar-nav {
    float: none;
    display: block;
    vertical-align: top;
}

.navbar-inner {
    text-align: center;
}

.navbar-inverse {
    background-image: url('vhs-assets-css-445bbf3a8615fece000c72af31058de8.jpg');
}

.navbar-inverse .navbar-nav > li > a {
    font-family: 'Julius Sans One', sans-serif;
    letter-spacing: .6px;
    color: white;
    background-color: #617322;
    margin-left: 4px;
    border-radius: 3px;
    padding: 15px 15px;
    text-shadow: none;
    border-top: 2px solid #4b7351;
}

.badge {
    display: inline-block;
    min-width: 10px;
    min-height: 10px;
    padding: 5px 7px;
    font-size: 10px;
    line-height: 1;
    color: #617322;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: white;
    border-radius: 50% !important;
    border: 1px solid #617322;
    margin-top: -10px;
}

.active-btn {
    background-color: #ddd4c3 !important;
    color: #617322 !important;
}

.tab-pane {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.tab-btn-bw {
    background-color: #617322 !important;
    color: white !important;
}

.videoTeaser {
    color: #fff !important;
    text-shadow: 1px 1px 6px black;
    background-color: rgba(197, 190, 171, .8);
    padding: 20px;
    border-radius: 3px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #617322;
    border-top: 2px solid #fff;
}

.asideCTA {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    width: 66%;
}

.teaser {
    font-weight: 500;
    font-size: 110%;
    letter-spacing: 1px;
    margin: 40px 0;
}

a {
    color: #403328;
}

.soIcon {
    background-color: #617322;
    color: #fff;
    font-size: 120%;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    padding: 14px;
    text-align: center;
    border: 2px solid transparent;
}

.soIcon:hover {
    border: 2px solid white;
}

.topBar-text {
    margin: 6px 0;
}

.topBar {
    padding: 25px 44px 5px 44px;
    color: white;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 90%;
    background-image: url('vhs-assets-css-445bbf3a8615fece000c72af31058de8.jpg');

}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background: #403328;
}

.dropdown-menu > li > a {
    padding: 10px;
    border-radius: 3px;
}

.dropdown-menu > li > a:hover {
    background: #617322;
    color: white;

}

.dropdown-menu {
    right: 0;
    border-radius: 3px !important;
    background-color: #c5beab;
    color: white;
    border: none !important;
    box-shadow: none !important;
    padding: 10px;
    min-width: 200px;
}

.nachrichten {
    margin-bottom: 40px;
}

.eyeCatch {
    font-family: 'Julius Sans One', sans-serif;
    margin-left: 20px;
    letter-spacing: 1px;
    font-size: 160%;
}

.absolute {
    position: absolute;
    margin: 0;
}

.sections {
    padding: 80px 0;
}

.sectionHeader {
    background: top right no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    border-bottom: 20px solid #403328;
}

.sectionStartText {
    background-image: url('vhs-assets-css-765d4b3b1b86439e7866eeb342ebe5af.jpg');
    animation-delay: 1s;
}

.sectionStartLW, .sectionStartG {
    background-color: #617322 !important;
}

.sectionStartNS {
    background-color: #c5beab !important;
}

.sectionCTA {
    font-family: 'Julius Sans One', sans-serif;
    background-color: #403328;
    background-image: url('vhs-assets-css-019f671562dbfb741d4e649d4e8c415b.jpg');
    color: rgba(255, 255, 255, .3);
    border-bottom: 20px solid #c5beab;
}

.sectionFooter {
    background-color: #617322;
    /*padding: 80px;*/
}

footer h4 {
    font-family: 'Julius Sans One', sans-serif;
    color: #C5BEAB;
    margin-bottom: 30px;
}

footer p {
    font-size: 120%;
}

footer address {
    font-size: 120%;
}

footer a:hover {
    color: #333;
}

.jumbotron {
    background: transparent;
    color: #fff;
    width: 100%;
    height: 100%;
    animation-delay: 1.5s;
    padding-left: 0 !important;

}

.jumbotron p {
    font-family: 'Julius Sans One', sans-serif;
    color: rgba(255, 255, 255, .8);
}

.boxList {
    margin: 20px 20px 20px -40px;

}

.boxList li {
    list-style: none;
    font-size: 100%;
}

.elasticVideo {
    animation-delay: 2s;
}

.elasticVideo iframe {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 560px;
    max-width: 560px;
    height: 100%;
    min-height: 315px;
    max-height: 315px;
    border-radius: 3px;
    border: 2px solid rgba(255, 255, 255, .5);
    box-shadow: inset 0 0 22px #333;
}

.img-responsive {
    border-radius: 3px;
    max-width: 100%;
    display: inline-block;
}

@media only screen
and (min-width: 768px)
and (max-width: 1023px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 11px;
        margin-left: 1px;
        padding: 8px !important;
    }
}

@media only screen
and (min-width: 320px)
and (max-width: 1023px) {
    .sectionHeader {
        height: 800px;
    }
}

@media only screen
and (min-width: 320px)
and (max-width: 425px) {
    .likeH1 {
        font-size: 100%;
    }

}

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

h1 {
    font-size: 180%;
}

.starterH2 {
    font-size: 220%;
}

.youtube-container {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
    border: 12px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    transition: all ease .3s;
}

.youtube-container:hover {
    border: 12px solid rgba(255, 255, 255, .4);
}

.youtube-player {
    display: block;
    width: 100%; /* assuming that the video has a 16:9 ratio */
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto
}

div.play-button {
    height: 72px;
    width: 108px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('vhs-assets-css-ad93329782b57b86cb2a126221e524cc.png') no-repeat;
    transition: all ease .3s
}

#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div.play-button:hover {
    opacity: .2;
}

/*Models*/
.modal-content {
    padding: 40px;
    background-color: rgba(255, 255, 255, 1);
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}

.modal-content h3, .modal-content h2, .modal-content h1, .modal-content li {
    color: black;
}

@media screen and (max-width: 767px) {
    .modal-content h3, .modal-content h2, .modal-content h1, .modal-content li {
        color: black;
        font-size: 22px;
    }
}

.modal p {
    font-size: 14px !important;
}

.modal img {
    margin-bottom: 20px !important;
}

.btn-toggle {
    padding: 10px;
    min-width: 100px;
    width: 100px !important;
}

i.fa.fa-info-circle.info {
    color: #ffffff;
    font-size: 40px;
    margin-top: 20px;
    position: absolute;
    margin-left: 20px;
}

