/* prompt-100 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/prompt-v2-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Prompt Thin'), local('Prompt-Thin'),
       url('../fonts/prompt-v2-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/prompt-v2-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/prompt-v2-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/prompt-v2-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/prompt-v2-latin-100.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-300 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/prompt-v2-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Prompt Light'), local('Prompt-Light'),
       url('../fonts/prompt-v2-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/prompt-v2-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/prompt-v2-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/prompt-v2-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/prompt-v2-latin-300.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-regular - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/prompt-v2-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Prompt'), local('Prompt-Regular'),
       url('../fonts/prompt-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/prompt-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/prompt-v2-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/prompt-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/prompt-v2-latin-regular.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-500 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/prompt-v2-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Prompt Medium'), local('Prompt-Medium'),
       url('../fonts/prompt-v2-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/prompt-v2-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/prompt-v2-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/prompt-v2-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/prompt-v2-latin-500.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-600 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/prompt-v2-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Prompt SemiBold'), local('Prompt-SemiBold'),
       url('../fonts/prompt-v2-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/prompt-v2-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/prompt-v2-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/prompt-v2-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/prompt-v2-latin-600.svg#Prompt') format('svg'); /* Legacy iOS */
}

/* initiale Eigenschaften
------------------------------------------------------------------------------*/

html, body, .dj-offcanvas-pusher-in {
    background-color: #fff;
    height: 100%;
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}

.wrapper {
    height: 100%;
}

.wrapper, 
footer {
    display: table-row;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.row-fluid {
    margin: 0 auto;
}

header > .row-fluid,
footer > .row-fluid {
    margin: 0 auto;
    width: 80% !important;
}

header > div {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}

.head {
    border-bottom: 1px solid #26387f;
}

.head img {
    width: 100%;
}

div[itemprop="articleBody"] > .randlos > .row-fluid, 
div[itemprop="articleBody"] > .row-fluid {
    width: 80%;
    padding: 60px 0;
}


/* schrift und Links allgemein
------------------------------------------------------------------------------*/

h1,
h2, 
h3, 
h4 {
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    color: #000;
}
.headline {
    font-size: 30px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    background-color: #95c23d;
    margin: 20px 0 0 0;
}

h1 {
    font-size: 27px;
    color: #000;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0 15px 20px 15px;
}

h2 {
    font-size: 16px;
    color: #868686;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
}

h3 {
    font-size: 23px;
    color: #000;
    font-weight: 400;
    line-height: 1;
    padding: 0 15px 22px 0;
    line-height: 30px;
    margin: 0;
}

p {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    margin: 0;
}

#logo a {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
}

a[rel="alternate"] {
    width: 100%;
    padding: 20px 40px;
    font-size: 25px;
}

#content {
    background-color: #fff;
    width: 100%;
    padding-bottom: 50px;
}

#content .row-fluid > div {
    padding: 0;
    font-size: 18px !important;
    line-height: 1.8;
}

#content a {
    text-decoration: none;
    color: #39a933;
}

#content a:hover {
    text-decoration: none;
    color: #043a52;
}

#content ul {
    padding-bottom: 18px;
}

#content ul li {
    font-size: 18px;
    line-height: 1.4;
}

#content ol li {
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 15px;
    line-height: 1.4;
    padding-bottom: 15px;
}


/* moonworks framework
------------------------------------------------------------------------------*/

.normal-breit {
    width: 80%;
    margin: 60px auto;
}

.randlos .normal-breit.volle-breite {
    width: 90% !important;
    margin: 0px auto;
}

.randlos .volle-breite {
    width: 100% !important;
/*    margin: 20px auto;*/
    padding: 120px 0;
}

.hg-farbe-1,
[class*='col-'].hg-farbe-1 > div {
    background-color: #fff;
}
.hg-farbe-2,
[class*='col-'].hg-farbe-2 > div {
    background-color: #eeeeee;
}
.hg-farbe-3,
[class*='col-'].hg-farbe-3 > div {
    background-color: #eef1f2;
}

[class*='col-'][class*='hg-farbe'] {
    background-color: transparent;
}

[class*='col-'][class*='hg-farbe'] > div {
    padding: 15px;
}

.schrift-weiss * {
    color: #fff;
}

.iframe {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.kontakt .iframe {
    position: relative;
    padding-bottom: 36%;
    height: 0;
    overflow: hidden;
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.anker {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}


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

header {
    width: 100%;
}
/*
.moduletable.header-klein {
    margin-top: -95px;
}*/


/* navigation
------------------------------------------------------------------------------*/

.select-menu {
    display: none;
}

nav {
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    margin-top: 20px;
}

.navi li {
    display: inline-block;
}

nav.span12 {
    margin-top: 0px;
}

.sf-menu > li {
    float: none;
    display: inline-block;
}

.sf-menu a {
    padding: 0 15px;
    font-size: 22px;
    color: #0a83bb; 
    font-weight: bold;
    font-family: 'Prompt', sans-serif;
    line-height: 26px;
    margin-top: 0px;
}

.sf-menu > .active > a,
.sf-menu > li > a:hover {
    text-decoration: none;
    color: #da0812; 
}

.sf-menu, .sf-menu * {
    margin-top: 0px;
    padding: 0;
    list-style: none;
}

.sub-menu {
    text-align: left;
    border-bottom: 5px solid rgb(116, 168, 54);
    border-right: 5px solid rgb(116, 168, 54);
    border-left: 5px solid rgb(116, 168, 54);
    background-color: rgba(51, 51, 51, 0.9);
    margin-top: 11px;
    padding-bottom: 15px;
}

.sub-menu a {
    font-size: 20px;
}

.sub-menu .active a {
    text-decoration: underline;
}

.navi {
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none;
    height: auto;
    position: relative;
    z-index: 500;
    background: transparent;
    display: inline-block;
}

.navi * {
    margin-top: 0px;
    padding: 0;
    list-style: none;
}


.navi li a {
    float: none;
    height: auto;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 5px;
    cursor: pointer;
    font-size: 20px;
    color: #000; 
    font-weight: 400;
    font-family: 'Prompt', sans-serif;
    line-height: 26px;
    margin-top: 0px;
    border: none;
    background: transparent;
    margin-left: 5px !important;
}

.navi li:first-of-type a {
    margin-left: 0 !important;
}

.navi li a span {
    float: none;
    display: inline-block;
    padding: 0 0 0 !important;
    height: auto;
    line-height: 1.3;
    background: transparent;
    color: #000 !important;
}

.navi li:hover a, 
.navi li.hover a, 
.navi li.active a,
.navi li:hover a span, 
.navi li.hover a span, 
.navi li.active a span {
    color: #26387f !important;
    border: none;
    background: transparent;
    border-bottom: 3px solid #e85e42;
}

.navi li.dj-up {
    padding: 0 !important;
    margin: 0 !important;
    float: none;
    display: inline-block;
}

.navi li a span.dj-drop {
    padding: 0 20px 0 0 !important;
    background: url(../images/arrow.png) right 50% no-repeat;
}

.navi li:hover a span.dj-drop,
.navi li.hover a span.dj-drop, 
.navi li.active a span.dj-drop {
    background: url(../images/arrow.png) right 53% no-repeat;
}


.navi li:hover div.dj-subwrap,
.navi li.hover div.dj-subwrap {
    left: 0;
    top: 60px;
    background: transparent;
    height: auto;
    z-index: 300;
    -webkit-box-shadow:  none;
    box-shadow:  none;
}

.navi li ul.dj-submenu > li {
    list-style: none outside;
    display: block;
    height: auto;
    position: relative;
    width: auto;
    border: none;
    margin-bottom: 1px;
}

.navi li ul.dj-submenu > li > a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: #fff;
    background: #39a933;
    text-decoration: none;
    padding: 12px 20px;
    margin: 0 -10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navi li ul.dj-submenu > li:hover > a,
.navi li ul.dj-submenu > li.hover > a {
    background: #fff;
    color: #043a52;
}




/* logo
------------------------------------------------------------------------------*/

#logo {
    margin-top: 0px;
}

#logo img {
    margin: 0;
    padding-top: 0;
    display: inline-block;
    max-width: 500px;
    max-width: 300px;
}

#logo > row-fluid {
    position: absolute;
}


/* camera slideshow
------------------------------------------------------------------------------*/

.camera_caption {
    color: #fff;
    width: 80%;
    margin-left: 50%;
}

.camera_caption > div {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
    -webkit-border-radius: none;
    border-radius: none;
    margin-left: -50%;
    max-width: 50%;
    margin-bottom: 20px;
}

.camera_caption > div h2 {
    font-size: 36px;
    color: #0a83bb;
    line-height: 1.2;
    text-shadow: none;
    text-transform: uppercase;
}

.camera_caption > div {
    padding: 36px 20px;
}

.camera_caption > div p {
    font-size: 22px;
    color: #053266;
    font-weight: 300;
    line-height: 1.5;
}

#slider-content img {
    margin: 0 auto;
}

.camera_pie {
    display: none;
}

.cameraCont, .cameraContents {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.camera_target_content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.camera_pag {
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 30%;
}

.camera_wrap {
    margin-bottom: 0px !important;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: #0a83bb;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #fff;
}


/* content top 2
------------------------------------------------------------------------------*/

#content-top2 {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 6px solid #5c862b; 
}

#content-top2 img {
    margin: 0 auto;
}

.kontakt #content-top2 .row-fluid,
.referenzen #content-top2 .row-fluid {
    margin-top: 68px;
}


/* Inhalte spezifizierungen
------------------------------------------------------------------------------*/

#angestelten {
    margin-top: 40px;
}

#angestelten .col-md-3,
#angestellte2 .col-md-3,
#angestellte3 .col-md-3 {
    padding-bottom: 30px;
}

#kundenref h2 {
    padding-bottom: 40px;
}

#kundenref {
    padding: 46px;
}


/* popup
------------------------------------------------------------------------------*/

#popup {
  background-color: #fff;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 100px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.6);
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.6);
  margin: 200px auto;
  display: block;
  width: 50%;
  left: 25%;
  top: 25%;
  display: none;
  
}

#popup #close {
    font-size: 22px;
    margin-top: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#close:hover {
    background-color: #bf3333;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    color: #fff;
    text-decoration: underline;
}

#normal {
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}

#nichts {

}

#hide {
  background-color: #fff;
  border: none;
  margin: 0 auto;
  width: 4%;
  position: absolute;
  left: 96%;
  top: 1%;
}

#hide img:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#hide img {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}

#close {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ececec;
  border: none;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
  width: 100%;
}

.eltern {
    position: fixed !important;
    z-index: 100!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    background-color: rgba(0,0,0,0.8)!important;
}




/* Inhalte
------------------------------------------------------------------------------*/

#inhalte p {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 24px;
}

#inhalte .ref {
    margin-top: 40px;
}

.ref > .span4 img {
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.4);
    border: 3px;
    border-style: ridge;
    border-color: #fff;
}


/* parallax
------------------------------------------------------------------------------*/

#parallax-row p {
    margin: 0;
}

#aikon_paralax_108-content > h3 {
    color: #fff;
    text-transform: uppercase;
}

#aikon_paralax_108-content > h3:last-child {
    font-size: 60px;
    line-height: 1.0;
}

.aikon_paralax_content h2,
.aikon_paralax h2 {
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.80);
    font-size: 40px;
}

#parallax-row {
    border-bottom: 30px solid #5c862b;
    border-top: 30px solid #5c862b;
    padding: 0;
    margin: 60px 0;
    width: 100% !important;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
}


/* footer
------------------------------------------------------------------------------*/

footer {
    color: #000;
}

footer > div {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

footer .row-fluid {
    width: 80%;
    margin: 0 auto;
}

footer .span9 {
    text-align: right;
}

footer p {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}

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

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

#footer-content {
    width: 60% !important;
}


/* content-top
------------------------------------------------------------------------------*/

#content-top .custom .col-md-12 {
    padding: 0;
}

#content-top {
    /*padding-top: 125px;*/
}

.home #content-top {
    padding-top: 0
}


/* formulare
------------------------------------------------------------------------------*/

.bfPage section {
    width: 50%;
    float: left;
}

.bfPage section > .row-fluid {
    width: 90%;
}

.bfQuickMode input[type=text] {
    border: 1px solid #4c779f;
    font-size: 17px;
    padding: 20px 10px;
    color: #4c779f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 6px;
    width: 100%;
    max-width: 100%;
}

.bfQuickMode textarea {
    border: 1px solid #4c779f;
    font-size: 17px;
    padding: 20px;
    color: #4c779f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 6px;
    width: 100%;
    max-width: 100%;
    height: 235px;
}

.form-actions {
    display: none;
}

#bfPage1 button {
    color: #fff;
    font-size: 16px;
    text-shadow: none; 
    padding: 6px 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 6px;
    background: #0a83bb; 
}

#bfPage1 button:hover {
    background: #0a83bb; 
}

input,
button,
select,
textarea {
    font-family: 'Prompt', sans-serif;
}

.bfSectionDescription {
    font-size: 19px;
    line-height: 1.5;
    margin-left: 6px;
}


/* boxen
------------------------------------------------------------------------------*/

#telefon {
    text-align: right;
    padding: 35px 0 12px 0;
}


/* boxen
------------------------------------------------------------------------------*/

#boxen h2 {
    font-size: 46px;
}

#boxen {
    padding-top: 5px;
}

#boxen .col-md-12 h2 {
    padding: 30px;
}

#boxen .col-md-4 {
    background-image: url(../images/boxen-shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 96%;
    padding-bottom: 30px;
}

#boxen .col-md-4 > div {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
}

#boxen .col-md-4 > div h3 {
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #0a83bb;
    color: #fff;
    font-size: 36px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding: 15px 0 10px 0;
    margin: 0;
}
    
#boxen .col-md-4 > div img {
    border-radius: 0% 0% 50% 50%/0% 0% 15% 15%; 
    -webkit-border-radius: 0% 0% 50% 50%/0% 0% 15% 15%; 
    -moz-border-radius: 0% 0% 50% 50%/0% 0% 15% 15%;
}

#boxen a[title="mehr"] {
    border-radius: 50%; 
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%;
    background-color: #db0912;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 100px;
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
}


/* Bildbox
------------------------------------------------------------------------------*/


.bildbox > div {
    padding: 0 !important;
    margin: 0 !important;
}

.bildbox > div h1,
.bildbox > div h2,
.bildbox > div h3,
.bildbox > div p {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.bildbox > div p:first-of-type {
    padding: 0 !important;
    margin: 0 !important;
}

.bildbox > div p:last-of-type {
    padding-bottom: 15px;
}




/* content-slider
------------------------------------------------------------------------------*/

#features {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#features .row-fluid {
    width: 100%;
    padding-bottom: 100px; 
}

.jshowoff {
    padding-bottom: 50px;
    width: 80%;
    margin: 0 auto;
}

.jshowoff-next, .jshowoff-prev, .jshowoff-play {
    cursor: pointer;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.jshowoff-next {
    right: 0;
}

.jshowoff-next > span {
    background: url(../images/camera_skins.png) no-repeat -40px 0;
    display: block;
    height: 40px;
    width: 40px;
}

.jshowoff-prev > span {
    background: url(../images/camera_skins.png) no-repeat 0 0;
    display: block;
    height: 40px;
    width: 40px;
}


.jshowoff-slidelinks {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.jshowoff-slidelinks a {
    background-color: #95c23d;
    padding: 3px 20px;
    margin: 0 4px;
    font-size: 18px;
    color: #fff !important;
}

.jshowoff-slidelinks a.jshowoff-active {
    background-color: #cd1719;
    color: #fff !important;
}


/*image effects
------------------------------------------------------------------------------*/

/*a[data-featherlight="image"] img {
    opacity:1;
    transition: all 0.3s ease-out;
}

a[data-featherlight="image"]:hover img {
    opacity:0.2;
}*/

a[data-featherlight="image"]:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

a[data-featherlight="image"] img {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

a[data-featherlight="image"] img {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

a[data-featherlight="image"] img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a[data-featherlight="image"] {
    position: relative;
}

a[data-featherlight="image"] {
    overflow: hidden;
    margin-bottom: 0;
}

a[data-featherlight="image"] {
    float: none;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0;
}

a[data-featherlight="image"] {
    float: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

a[data-featherlight="image"] {
    position: relative;
    float: left;
    overflow: hidden;
}

a[data-featherlight="image"]:before {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: scale(.35);
    -moz-transform: scale(.35);
    -ms-transform: scale(.35);
    -o-transform: scale(.35);
    transform: scale(.35);
    visibility: hidden;
    opacity: 0;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: solid 1px #fff;
    z-index: 5;
    background-color: #fff;
}

a[data-featherlight="image"]:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    background-color: transparent;
}

a[data-featherlight="image"]:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


/* row-fluid slide-in effekt
------------------------------------------------------------------------------*/

div[itemprop="articleBody"] > .randlos, 
div[itemprop="articleBody"] > .row-fluid {
    opacity: 0;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}


/* mehr-weniger-text effekt
------------------------------------------------------------------------------*/

.mehr img,
.weniger img {
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.mehr img:hover,
.weniger img:hover {
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/* eigener parallax
------------------------------------------------------------------------------*/

.parallax {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.parallax .hintergrundbild {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.parallax .hintergrundbild img {
    min-height: 100% !important;
    min-width: 100% !important;
}

.parallax .text {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    z-index: 2;
    background-color: #efefef;
}


/* kurskalender
------------------------------------------------------------------------------*/

#kurskalender {
    width: 90%;
    margin: 0 auto;
}

.kurskalender {
    width: 14.2857143%;
    float: left;
    opacity: 1 !important;
    transform: translateY(0px) !important;
    border-right: 1px solid #ccc;
}

.kurskalender:last-of-type {
    border-right: none;
}

.kurskalender * {
    font-family: 'Prompt', sans-serif;
    line-height: 1.3;
}

.kurskalender .col-md-12,
.kurskalender .col-md-2 {
    float: none !important;
    width: auto !important;
    margin:20px;
}

.kurskalender .col-md-12 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.kurskalender .col-md-12 h2 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

.kurskalender .col-md-2 {
    background-color: #efefef;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
    
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.kurskalender .col-md-2 h3 {
    font-size: 19px;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: bold;
}

.kurskalender .col-md-2 p {
    margin-bottom: 0;
}

.rot,
.rot * {
    background-color: #e3001c !important;
    color: #fff !important;
}

.blau,
.blau * {
    background-color: #026ab3 !important;
    color: #fff !important;
}

.hellblau,
.hellblau * {
    background-color: #009de0 !important;
    color: #fff !important;
}

.orange,
.orange * {
    background-color: #f39402 !important;
    color: #fff !important;
}

.lila,
.lila * {
    background-color: #b1017d !important;
    color: #fff !important;
}

.gruen,
.gruen * {
    background-color: #b0ca05 !important;
    color: #fff !important;
}

@media (max-width: 991px) {

    .kurskalender {
        width: 100% !important;
        float: none;
        opacity: 1 !important;
        transform: translateY(0px) !important;
    }
    
    .kurskalender .col-md-12 {
        border: none;
        background-color: #ccc;
        padding: 10px;
        margin-bottom: 0;
    }
    
    .kurskalender .col-md-12 * {
        color: #000;
    }
    
    .kurskalender .col-md-12 h2 {
        padding: 0;
        margin: 0;
    }
    
    .kurskalender .col-md-12, 
    .kurskalender .col-md-2 {
        margin: 5px;
    }
}


/* tabs
------------------------------------------------------------------------------*/

.ui-widget.ui-widget-content {
    border: none;
}

.accordion .ui-widget-content {
    border: none;
    background: #fff;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 0.5em;
}

.ui-tabs-nav {
    padding: 0;
    background-color: transparent;
    border: none;
}

#tabs li {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

#tabs li a {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 18px;
    list-style: none;
    background-image: none;
    background-color: #95c23d;
    line-height: 1.2;
    padding: 8px 15px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#tabs .ui-state-active a,
#tabs li a:hover {
    background-color: #dd042b;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#tabs h2 {
    border-bottom: 1px solid #0a83bb;
}

.accordion-header h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#accordion .ui-accordion .ui-accordion-header {
    /*margin: 2px 15px 0 15px;*/
}



.ui-icon {
    width: 25px;
    height: 25px;
}

.ui-icon-triangle-1-e {
    background-position: 0px 0px;
    margin-right: 20px;
}

.ui-icon-triangle-1-s {
    background-position: -40px 0px;
    margin-right: 20px;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #95c23d;
    font-weight: normal;
    color: #fff;
}

.ui-state-hover .ui-icon, 
.ui-state-focus .ui-icon, 
.ui-button:hover .ui-icon, 
.ui-button:focus .ui-icon, 
.ui-state-default .ui-icon {
    background-image: url(../images/icons-accordion.png);
}

#tabs .ui-widget-content {
    border: none;
    background: transparent;
    color: #000;
}

/*Spezifizierung*/ 

#zentriert a[data-featherlight="image"] {
    position: relative;
    overflow: hidden;
    display: block !important;
    float: none !important;
}

#zentriert a[data-featherlight="image"] img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    width: 60%;
    margin: 0 auto;
}

#zentriert a[data-featherlight="image"]:before {
    left: 65px !important;
    right: 65px !important;
}

#kontakt, 
#kontakt * {
    font-size: 24px;
    line-height: 1.4;
}

.legend {
    display: inline-block;
    width: 70px;
}

#kontakt p {
    margin-bottom: 24px;
}

.wochentag {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wochentag-inner {
    margin-bottom: 30px;
    width: auto;
    margin: 15px;
}

.speise {
    display: block;
    float: left;
    position: relative;
}

.speise_inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 15px 15px 30px 15px;
    width: auto;
    padding: 15px 15px 60px 15px;
}

.speisen:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.menge {
    position: absolute;
    bottom: 50px;
}

.leckeressen {
    text-align: right;
}
.leckeressen img {
    max-height: 100px;
}


.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #82A535;
    background-image: -moz-linear-gradient(top, #95c23d, #82A535);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#95c23d), to(#82A535));
    background-image: -webkit-linear-gradient(top, #95c23d, #82A535);
    background-image: -o-linear-gradient(top, #95c23d, #82A535);
    background-image: linear-gradient(to bottom, #95c23d, #82A535);
    background-repeat: repeat-x;
    border-color: #82A535 #82A535 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #ffffff;
    background-color: #82A535;
}


.hgb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.row-fluid [class*="span"] {
    min-height: 0;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: transparent;
    color: #333;
}

textarea {
    width: 100%;
    height: 150px;
}

.bgh1 {
    background-image: url(../images/lecker-essen-hgb.jpg);
}