@import url('fonts/fontello/css/fontello.css');
/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 *
 * modified by Christoph Thelen aka kixe 2014
 * qualyweb.com
 */

/* #Fonts
================================================== */

/*@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic&subset=latin,latin-ext);*/
/*@font-face {
  font-family: 'Harabara';
  src: url('fonts/HarabaraHand-webfont.eot') format('embedded-opentype'),
       url('fonts/HarabaraHand-webfont.woff') format('woff'),
       url('fonts/HarabaraHand-webfont.ttf') format('truetype'),
       url('fonts/HarabaraHand-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MST';
  font-style: normal;
  font-weight: 100;
  src:  url('fonts/mst-hairline-webfont.eot') format('eot'),
        url('fonts/mst-hairline-webfont.woff') format('woff'),
        url('fonts/mst-hairline-webfont.ttf') format('ttf'),
        url('fonts/mst-hairline-webfont.svg') format('svg');
}
*/
/* Font MST kixe-mst - License: 'SIL Open Font License 1.1' 
http://vecchiolegno.de/site/templates/styles/fonts/kixe-mst/sil_open_font_license.txt */
@font-face {
  font-family: 'MST';
  font-style: normal;
  font-weight: 200;
  src:  url('fonts/kixe-mst/kixe-mst-light-webfont.eot') format('eot'),
        url('fonts/kixe-mst/kixe-mst-light-webfont.woff') format('woff'),
        url('fonts/kixe-mst/kixe-mst-light-webfont.ttf') format('ttf'),
        url('fonts/kixe-mst/kixe-mst-light-webfont.svg') format('svg');
}

@font-face {
  font-family: 'MST';
  font-style: normal;
  font-weight: 400;
  src:  url('fonts/kixe-mst/kixe-mst-normal-webfont.eot') format('eot'),
        url('fonts/kixe-mst/kixe-mst-normal-webfont.woff') format('woff'),
        url('fonts/kixe-mst/kixe-mst-normal-webfont.ttf') format('ttf'),
        url('fonts/kixe-mst/kixe-mst-normal-webfont.svg') format('svg');
}

@font-face {
  font-family: 'MST';
  font-style: normal;
  font-weight: 700;
  src:  url('fonts/kixe-mst/kixe-mst-bold-webfont.eot') format('eot'),
        url('fonts/kixe-mst/kixe-mst-bold-webfont.woff') format('woff'),
        url('fonts/kixe-mst/kixe-mst-bold-webfont.ttf') format('ttf'),
        url('fonts/kixe-mst/kixe-mst-bold-webfont.svg') format('svg');
}

/* Font DejaVu - License: 'Bitstream Vera Fonts Copyright' 
http://vecchiolegno.de/site/templates/styles/fonts/dejavu/dejavu_fonts_license.txt */
@font-face {
  font-family: 'DejaVu';
  font-style: normal;
  font-weight: 400;
  src:  url('fonts/dejavu/dejavuserif-webfont.eot') format('eot'),
        url('fonts/dejavu/dejavuserif-webfont.woff') format('woff'),
        url('fonts/dejavu/dejavuserif-webfont.ttf') format('ttf'),
        url('fonts/dejavu/dejavuserif-webfont.svg') format('svg');
}

@font-face {
  font-family: 'DejaVu';
  font-style: italic;
  font-weight: 400;
  src:  url('fonts/dejavu/dejavuserif-italic-webfont.eot') format('eot'),
        url('fonts/dejavu/dejavuserif-italic-webfont.woff') format('woff'),
        url('fonts/dejavu/dejavuserif-italic-webfont.ttf') format('ttf'),
        url('fonts/dejavu/dejavuserif-italic-webfont.svg') format('svg');
}

/******* general ********** --> */

html {
    font-size: 0.8em;
}

body {
    overflow-x: hidden;
    /*font-family: "Libre Baskerville",DejaVu,Garamond,Times,serif;*/
    font-family: DejaVu,Garamond,Times,serif;
    font-weight:400;
    color:#444;
    font-size: 1em;
    line-height: 1.75em;
}

.text-muted {
    color: #777;
}

.text-primary {
}

p {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 1.1em;
    line-height: 1.75em;
}

p em {
    font-style: normal;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;    
}

p.large {
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #222;
/*    text-decoration:underline;*/
}

/*
a:before {
    font-family: 'FontAwesome';
    content: "\f0c1\00A0";
}
*/

a:hover,
a:focus,
a:active,
a.active {
    color: #222;
}

a:active {
    cursor:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: MST,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
}

h3,
h4 {
    margin-top:2em;
}

/******* image ************ --> */

img {
    border:none;
    max-width:100%;
    float:none;
    padding: 0;
    margin: 0 auto 1.5em;
    display: block;
}

.download li {
    display: block;
    float:none;
    margin-bottom: 2em;
}

.download img {
    width: 100px;
    padding:0;
    margin:0!important;
    float: left;
}

.download i {
    width: 100px;
    font-size: 100px;
    float: left;
    padding:0;
    margin:0;
}

.download span {
    color: #444;
    margin-left:20px;
    padding-top:30px;
    float:left;
    font-size:1.2em;
}

@media(min-width:768px) {

    .download span {
        font-size:2em;
    }

    p>img,
    img.links,
    img.left,
    img.align_left,
    img.align-left {
        max-width:35%;
        float:left;
        margin: 0.6em 1.5em 0.4em 0;
    }

    p>img.rechts,
    img.rechts,
    img.right,
    img.align_right,
    img.align-right {
        float: right;
        margin: 0.6em 0 0.4em 1.5em;
    }

    img.align_center,
    img.align-center {
        margin: 0 auto 1.5em;
    }

    .map-canvas img {
        margin:0;
        float:none;
        max-width:100%;
    }
}

.bg-light-gray {
    background-color: #ffffff;
}

.bg-darkest-gray {
    background-color: #222;
}

/******* button *********** --> */

.btn-primary {
    border-color: #fec503;
    text-transform: uppercase;
    font-family: MST,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #fec503;
    color: #fff;
    background-color: #fec503;
}

.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: #fec503;
    background-color: #fec503;
}

.btn-primary.btn-light  {
    border-color: #ccc;
    background-color: #fbfbfb;
    color: #777;
    margin-bottom: 2em;
}

.btn-primary.btn-light:hover  {
    background-color: #ffffff;
    color: #aaa;
    border-color: #aaa;
 }

.btn-primary a {
    color: #fff;
}

.btn-primary.btn-light a {
    color: #777;
}

.btn-primary.btn-light a:hover {
    color: #aaa;
}

.btn-xl {
    padding: 12px 40px;
    border-color: #fec503;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: MST,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    background-color: #fec503;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #fed444;
    color: #fff;
    background-color: #fed444;
}

.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: #fec503;
    background-color: #fec503;
}

.btn-xl .badge {
    color: #777;
    background-color: #fff;
    border-color: #777;

}

/******* navbar *********** --> */

.navbar-default {
    border-color: transparent;
    background: rgba(255,255,255,.7);
    font-size: 2em;
}

.navbar-default h1 {
    padding:0;
    margin:0;
}

.navbar-default h1 a.navbar-brand {
    color: #ffffff;
    background-color: transparent;
    background-image: url(images/logo.svg);
    background-repeat: no-repeat;
    background-position: 11px 7px;
    width:60px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
}

.navbar-default .navbar-collapse {
    text-align:center;
    border-color: #444;
}

.navbar-default .navbar-toggle {
    border-color: #444;
    background-color: #444;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #222;
    border-color: #222;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: MST,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar-default .nav li.current a {
    color: #000;
   /* background-color: #e7e7e7;*/
}

.navbar-default .nav li.current a:hover {
    cursor: default;
}

.navbar-default .nav li a:hover span,
.navbar-default .nav li a:focus span {
    border-bottom: 3px solid #fec503;
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
}

.dropdown-menu {
    text-align: center;
    font-size: 1em;
    margin-left: -10px;
}

.dropdown-menu li {
    margin: 0.2em 0;
}

.navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar-default .nav li a.dropdown-toggle:hover span,
.navbar-default .nav li a.dropdown-toggle:focus span {
    border-bottom: none;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #000;
    background-color: #fec503;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000;
    background-color: #fec503;
}

.navbar-default .nav li.lang-de a:hover {
    background: transparent url(images/flagge-deutschland-flagge-rechteckig-30x20-grau.png) no-repeat 50% 50%;
    color:transparent;
}

.navbar-default .nav li.lang-en a:hover {
    background: transparent url(images/flagge-grossbritannien-flagge-rechteckig-30x20-grau.png) no-repeat 50% 50%;
    color:transparent;
}

.navbar-default .nav li.lang-no-1 a:hover {
    color:transparent;
}

/******* edit button ****** --> */

a.edit {
    margin:0.4em;
    font-family: Arial, sans-serif;
    line-height:1em;
    font-size: 1.2em;
    padding: 0.4em 0.5em;
    display: block;
    position:fixed;
    color: #fafafa;
    background: #93BF0D;
    text-decoration:none;
    z-index:10000;
    border-radius: 4px;
    text-shadow: none;
}

a.edit:hover, a.edit:focus, a.edit:active {
    color: #fff;
    text-decoration:none;
    background: #2d86e6;
}

@media(min-width:768px) {
    .navbar-default .navbar-collapse {
        background-color: transparent;
    }

    .navbar-default {
        /* padding: 25px 0;  Leiste mit Abstand vom Fensterrand */
        padding: 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        font-size: 1.2em;
    }

    .navbar-default h1 a.navbar-brand {
        top:55px;
        width:175px;
        height:165px;
        background-image: url(images/logo-big.svg);
        background-position: 10px 0;
        position:absolute;
    }

    .navbar-default .nav li {
        background: rgba(255,255,255,.7);
    }

    .navbar-default .nav li a {
        color: #000;
    }

    .navbar-default .nav > li > a {
        padding: 1em 0.75em;
    }

    .navbar-default .nav li a:hover,
    .navbar-default .nav li a:focus {
        color: #000;       
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 0px;
    }

    .navbar-default .navbar-nav a:hover {
        text-decoration: none;
        color: #fff;
    }

    .dropdown-menu {
        text-align: left;
    }

    /* note: change basic settings, not recommended if dropdown last element of ul */
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }

    .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
    } 

      .navbar-default.navbar-shrink {
     /*   padding:0;
        background-color: #fed64a;
        background-image: url(../img/-nav-bg.jpg);*/
    }

    .navbar-default .nav, .navbar-default.navbar-shrink .nav {
        position: absolute;
        padding-right: 1em;
        right: 0;
    }

    .navbar-default.navbar-shrink h1 a.navbar-brand {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background-color: #000;
        background-image: url(images/logo.svg);
        background-repeat: no-repeat;
        background-position: 11px 7px;
        height: 50px;
        width: 65px;
    }

    .navbar-default .nav li.first {
        background: rgba(255,255,255,0.7);
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 150px, rgba(255,255,255,0.7) 100%);
        background: -webkit-gradient(left top, left top, color-stop(0%, rgba(255,255,255,0.7)), color-stop(100px, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 150px, rgba(255,255,255,0.7) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 150px, rgba(255,255,255,0.7) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 150px, rgba(255,255,255,0.7) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 150px, rgba(255,255,255,0.7) 100%);
        padding-left: 100px;
    }

    .lang-no-1 {
        border-left: 1px solid black;
        margin: 0;
        padding-right: 20px;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 4em;
}

section h3.section-subheading {
    margin-bottom: 2em;
    text-transform: none;
    font-family: "MST","Helvetica Neue",Helvetica,Arial,Serif;
    font-size: 1.4em;
    line-height:1.75em;
    font-style: normal;
    font-weight: 200;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

/******* service ********** --> */

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

/******* event ************ --> */

#event h2 {
    width:100%;
}

#event row {
    margin: 0;
    padding: 0;
    }

#event .event-item {
    margin: 0 0 20px;
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 400px;
}

#event .event-item .event-link {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#event .event-item .event-link .event-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    background: rgba(254,197,3,.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    left: 0;
}

#event .event-item .event-link .event-hover:hover {
    opacity: 1;
}

#event .event-item .event-link .event-hover .event-hover-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2em;
    margin-top: -1em;
    text-align: center;
    font-size: 2em;
    color: #fff;
}

#event .event-item .event-link .event-hover .event-hover-content i {
    margin-top: 0;
}

#event .event-item .event-link .event-hover .event-hover-content h3,
#event .event-item .event-link .event-hover .event-hover-content h4 {
    margin: 0;
}

#event .event-item .event-caption {
    margin: 0 auto;
    padding: 12px;
    max-width: 400px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
    border-top: 0;
    ;
}

#event .event-item .event-caption h4 {
    font-size: 1.5em;
    margin: 0;
    text-transform: none;
}

#event .event-item .event-caption p {
    margin: 0;
   /* font-family: "MST","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 1.5em;
    font-style: italic;
    font-weight: 200;
}

#event * {
    z-index: 2;
}

@media(min-width:768px) {
    #event .event-item {
        margin: 0 0 30px;
        max-width: 372px;
    }
}

@media(min-width:992px) {
    #event .event-item {
        max-width: 320px;
    }
}

@media(min-width:1200px) {
    #event .event-item {
        margin: 0 0 30px;
        max-width: 386px;
    }
}

/******* timeline ********* --> */

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 3px; /* thickness of Timeline Line */
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 3px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fec503;
}

.timeline>li .timeline-image.logo {
  display: block;
  background-color: #fec503;
  background-image: url(images/vl.svg);
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-position: center;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

.timeline blockquote {
    padding: 0;
    border: 0;
}

.timeline blockquote {
    font-family: "DejaVu",Garamond,Times,serif;
    font-weight:400;
    font-size:1em;
}

.timeline blockquote p {
    font-style: italic;
}

.timeline blockquote p:before {
    margin-top:0.6em;
    font-family:Times,Arial;
    font-style: normal;
    color: #d1d1d1;
    content: '”\00A0';
    font-weight: bold;
    font-size: 6em;
    line-height: 0.2em;
    display:inline-block;
    vertical-align: -0.2em;

}

    @media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

/******* team ************* --> */

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 4px solid #f1f1f1;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

/******* contact ********** --> */

#kontakt {
    background-color: #222;
    background-attachment: fixed;
    background-image: url(images/_MG_1355.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bgimg .section-heading, .bgimg .section-subheading, .bgimg .section-subheading a {
    text-shadow: 1px 1px 5px #000000;
    text-align: center;
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 12px;
}

section#contact .form-group input,
section#contact .form-group input[type="submit"],
section#contact .form-group textarea {
    font-size:1.5em;
    padding: 12px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    /*border-color: #fec503;*/
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: MST,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: MST,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: MST,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: MST,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #bbb;
}

section#contact .form-control:focus {
    /*border-color: #fec503;*/
    box-shadow: none;
}

section#contact .form-control.error {
    border-color: #a94442;
}

section#contact .help-block {
    background-color: #e74c3c;
    border-radius: 3px;
    color: #ffffff;
    text-shadow:none;
}

section#contact .text-info {
  background-color: #31708f;
}

section#contact .text-info:hover {
  background-color: #245269;
}

section#contact .text-warning {
  background-color: #8a6d3b;
}

section#contact .text-warning:hover {
  background-color: #66512c;
}

section#contact .text-danger {
  background-color: #a94442;
}

section#contact .text-danger:hover {
  background-color: #843534;
}

section#contact .form-group input,
section#contact .form-group textarea {
    font-size: 1.5em;
    padding: 15px;
}

@media(min-width:992px) {
    #kontakt {
        background-image: url(images/_MG_1499-1229x1024.jpg);
    }

    section#contact .form-group input,
    section#contact .form-group textarea {
        font-size: 1.3em;
        padding: 10px;
    }
}

@media(min-width:1230px) {
    #kontakt {
        background-image: url(images/_MG_1499.jpg);
    }
}

footer {
    color: #d1d1d1;
    background-color:#444;
    padding: 25px 0;
    text-align: center;
}

footer a {
    color: #d1d1d1;   
}

footer a:hover {
    color: #fff;   
}

footer ul, footer span {
    list-style: none;
    margin-bottom: 0;
}

footer span.copyright footer ul.quicklinks, footer ul.social-buttons {

}

footer span.copyright {
    
}

footer ul.quicklinks {
    
}

footer ul.social-buttons {
    text-aligne:center;
    
}
footer a, footer span.copyright, footer ul.quicklinks {
    text-transform: uppercase;
    text-transform: none;
    font-family: MST,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}


ul.social-buttons li a {
    display: block;
    width: 2em;
    height: 2em;
    /*border-radius: 100%;*/
    font-size: 1.6em;
    line-height: 2em;
    outline: 0;
    color: #d1d1d1;
    /*background-color: #222;*/
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    border:1px solid transparent;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    /*background-color: #fec503;
    color:#222;*/
    color: #fff;
    border:1px solid #777;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.bgimg footer {
    color: #fefefe;
    background-color:transparent;
}

.bgimg footer a, .bgimg footer span, .bgimg ul.social-buttons li a {
    color:#fefefe;
    text-shadow: 0px 0px 2px #000000, 0px 0px 15px #000000;
}

.bgimg footer li a:hover,
.bgimg footer li a:active,
.bgimg footer li a:focus
{
    color:#fff;
}

.bgimg ul.social-buttons li a:hover,
.bgimg ul.social-buttons li a:focus,
.bgimg ul.social-buttons li a:active {
    border:1px solid #fff;
    background-color:transparent;
}


@media(min-width:768px) {
    footer {
        background-color:transparent;
    }
    
    footer ul {

    }

    footer  a, footer span, footer ul.social-buttons li a {
        color: #777;
    }

    footer  a:hover, footer ul.social-buttons li a:hover {
        color: #444;
    }


    footer ul.social-buttons li a:hover {
        border: 0;
        color: #fff;
        background-color:#777;
    }

}

/*
@media (min-width: 992px) {
    footer {
        text-align:center;

        background: rgba(255,255,255,0.7);
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 150px, rgba(255,255,255,0.7) 100%);
        background: -webkit-gradient(left top, left top, color-stop(0%, rgba(255,255,255,0.7)), color-stop(100px, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 150px, rgba(255,255,255,0.7) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 150px, rgba(255,255,255,0.7) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 150px, rgba(255,255,255,0.7) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 150px, rgba(255,255,255,0.7) 100%);
    }

}
*/

/******* modal ************ --> */

.event-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
}

.team.event-modal .modal-content p {
    text-align: left;
}

.event-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.event-modal ul.social-buttons {
margin:0 auto;
}


.event-modal ul.social-buttons li a {
    border: 1px solid transparent;
    background-color: #ccc;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.event-modal ul.social-buttons li a:hover,
.event-modal ul.social-buttons li a:focus,
.event-modal ul.social-buttons li a:active {
    background-color: #ffffff;
    color: #777;
    border-color: #ccc;
}


.event-modal .modal-content p {
    margin-bottom: 30px;
}

.event-modal .modal-content ul.item-intro {
    padding:0;
    margin: 1em auto;
    font-family: "MST","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.6em;
    font-style: normal;
    list-style: none;
    font-weight:200;
}

.event-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.event-modal .map-canvas {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
}

.aspectratio { /* place empty div with this class inside the map div */
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.event-modal .map-canvas:before {
    content: "";
    display: block;
    padding-top: 75%;   /* initial ratio of 4:3*/
}

.event-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.event-modal .close-modal:hover {
    opacity: .3;
}

.event-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.event-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media(min-width:992px) {
    p {
        font-size:1.2em;
    }
}

/******* audio ************* --> */

audio {
    width: 100%;
}

.audio-player ol {
    padding: 0;
    margin-top: 2em;
    list-style: decimal-leading-zero inside;
    color: #ccc;
    font-size: 1.2em;
}

ol li {
    position: relative;
    margin: 0px;
    padding: 9px 2px 10px;
    border-bottom: 1px solid #ccc; cursor: pointer;
}

ol li a {
    display: block;
    text-indent: -3.3ex;
    padding: 0px 0px 0px 20px;
}

.audio-player li a,
.audio-player li a:focus {
    text-decoration: none;
}


.audio-player li a:hover,
.audio-player li a:active {
    text-decoration: underline;
}

.audio-player li.playing {
    color: #aaa;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}

.audio-player li.playing a {
    color: #000;
    text-decoration: underline;
}

.audio-player li.playing:before {
    content: '♬';
    width: 14px;
    height: 14px;
    padding: 3px;
    line-height: 14px;
    margin: 0px;
    position: absolute;
    left: -24px;
    top: 9px;
    color: #000;
    font-size: 1em;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
 
div.info {
    height: auto;
    color: #fff;
    margin-top: 8em;
    background-color: #777;
    padding: 0.8em;
    font-size: 0.8em;
    display: none;
}

div.info h4 {
margin:0 0 0.5em 0;
padding:0;
font-size: 1.4em;
}

div.info table {
    font-family: MST,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.3em;
    font-weight: 400;
}

div.info td {
    padding: 0.3em 4em 0.3em 0;
}

div.info tr td {
    text-align: center;
}

div.info button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #444;
    font-family:arial;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    height: 2em;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}

@media(min-width:768px) {
    .audio-player div.info {
        display: block;
    }
}

/******* home ************* --> */

#de {
    background-color:#444;
    background-image: url(images/_MG_1152.jpg);
}


.bgimg {
    text-shadow: 1px 1px 7px #000000;
    text-align: center;
    color: #fff;
    color:background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.bgimg .btn, ul.social-buttons, .navbar {
     text-shadow:none;
}


/*.bgimg footer .copyright a,
.bgimg footer .quicklinks a {
    display:inline-block;
    padding:4px 6px;
    border-radius:3px;
    color: #fff;
    line-height:1em;
}

.bgimg footer .quicklinks a:hover,
.bgimg footer .quicklinks a:focus,
.bgimg footer .quicklinks a:active,
.bgimg footer .quicklinks a.active {
    background-color: #fec503;
    text-shadow:none;
    color: #fff;
    text-decoration:n one;
}

.bgimg {
    text-shadow: 1px 1px 7px #000000;
}
*/
header {
    text-shadow: 1px 1px 5px #000000;
    text-align: center;
    color: #fff;
}

header, header .container, header .intro-text {
    padding-left:0;
    padding-right:0;
    margin-left:0;
    margin-right:0;
}

header .intro-text {
    padding-top: 100%;
    padding-bottom: 0;
}

header .intro-text .intro-lead-in {
    margin-bottom: 20px;
    font-family: 'Architects Daughter', cursive;
    font-size: 2.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    color: #ffffff;
    /*color: #fec503;*/
}

header .intro-text .intro-heading {
    text-shadow:none;
    color:#444;
    background: rgba(255,255,255,.7);
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-family: MST,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2.3em;
    font-weight: 200;
    line-height: 1.6em;
}

@media(min-width:480px) {
    header .intro-text .intro-heading {
        font-size: 3.4em;        
    }
}


@media(min-width:768px) {
    body#de {
        background-position: center center;
    }

    header .container {
        width: 100%;
    }

    header .intro-text {
        padding-top: 70%;
    }

    header .intro-text .intro-lead-in {
        font-size: 4.5em;
        line-height: 1em;
    }

    header .intro-text .intro-heading {
        margin-bottom: 30px;
        font-size: 4em;
        float:left;
        text-align:left;
        background: rgba(255,255,255,0.7);
        background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 200px, rgba(255,255,255,0.7) 100%);
        background: -webkit-gradient(right top, right top, color-stop(0%, rgba(255,255,255,0.7)), color-stop(200px, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 200px, rgba(255,255,255,0.7) 100%);
        background: -o-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 200px, rgba(255,255,255,0.7) 100%);
        background: -ms-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 200px, rgba(255,255,255,0.7) 100%);
        background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 200px, rgba(255,255,255,0.7) 100%);
        padding-right: 200px;
        padding-left:1em;
    }

    #de .navbar-default h1 a.navbar-brand, #de .navbar-default.navbar-shrink h1 a.navbar-brand {
        margin-top: 50px;
        padding: 10px 0 0 20px;
        width: 250px;
        height: 250px;
        background-image: url(images/logo-biggest.svg);
        background-position: 0;
    }

}

@media(min-width:992px) {

    header .intro-text {
        padding-top: 40%;
    }

    header .intro-text .intro-heading {
        font-size: 6em;
        line-height: 1em;
    }

}

/******* pseudo *********** --> */

::-moz-selection {
    text-shadow: none;
    background: #fec503;
    color:#fff;
}

::selection {
    text-shadow: none;
    background: #fec503;
    color:#fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fec503;
}

/******* tooltip from data-title *********** --> */

.tooltip em {
    position:relative;
    cursor:help;
    font-style: normal;
    text-decoration: underline;
}

.tooltip em:hover:after {
    font-weight:normal;
    font-size:1em;
    border: 1px solid #afc7e8;
    font-style: italic;
    border-radius: 4px;
    padding: 3px 6px;
    background: #eff6fa;
    content: attr(data-title);
    position: absolute;
    left: 100%;
    bottom: 100%;
}