/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
        html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
          font-family: Helvetica, Arial, sans-serif;
                margin: 0;
                padding: 0;
                border: 0;
                font-size: 98%;
                font: inherit;
                vertical-align: baseline; }
        article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
                display: block; }
        body {
                line-height: 1; }

        blockquote, q {
                quotes: none; }
        blockquote:before, blockquote:after,
        q:before, q:after {
                content: '';
                content: none; }
        table {
                border-collapse: collapse;
                border-spacing: 0; }


/* #Basic Styles
================================================== */
        body {

        }



header {
        height: 110px;
        width: 100%;
        position: fixed;
        top: 0px;
        background: rgb(252,252,252); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
        -webkit-box-shadow:  5px 5px 10px 5px rgba(150, 150, 150, 0.5);
        box-shadow:  5px 5px 10px 5px rgba(150, 150, 150, 0.5);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #BEBEBE;
        z-index:100;
        }

#logo {
        float: left;
        height: 120px;
        width: 30%;
        z-index: 999;
        clear: both;
        margin-top: 25px;
        margin-right: 0;
        margin-bottom: 25px;
        margin-left: 25px;
}


#content {
background: rgb(19,97,136); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: rgb(16,116,161);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTA3NGExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzNjE4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg, rgb(16,116,161) 0%, rgb(19,97,136) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgb(16,116,161)), color-stop(100%,rgb(19,97,136)));
background: -webkit-linear-gradient(-45deg, rgb(16,116,161) 0%,rgb(19,97,136) 100%);
background: -o-linear-gradient(-45deg, rgb(16,116,161) 0%,rgb(19,97,136) 100%);
background: -ms-linear-gradient(-45deg, rgb(16,116,161) 0%,rgb(19,97,136) 100%);
background: linear-gradient(135deg, rgb(16,116,161) 0%,rgb(19,97,136) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1074a1', endColorstr='#136188',GradientType=1 );
        min-height: 400px;
        max-width: 970px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 5px 5px 10px 5px rgba(150, 150, 150, 0.5);
        box-shadow: 5px 5px 10px 5px rgba(150, 150, 150, 0.5);
        margin-top:-20px;
        padding: 5px 30px 15px 30px;
}

footer {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        color: #bbb;
        text-align: center;

}

/* #Typography
================================================== */
        /*h2, h3, h4, h5, h6 {
        color: #360;
        font-family: 'Scada', sans-serif;
        font-weight: normal;
        text-shadow: 1px 1px 1px #333;
        filter: dropshadow(color=#333, offx=1, offy=1);
        letter-spacing: 0.1em;
    }
        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
        h1 {
        font-size: 2em;
        line-height: 30px;
        font-weight: bold;
        letter-spacing: 2px;
        margin-left: 5px;
}
        h2 { font-size: 24px; line-height: 30px;  color: #c6c3c3; letter-spacing: 1px; }
        h3 { font-size: 23px; line-height: 28px;  }
        h4 { font-size: 19px; line-height: 24px; margin-bottom: 4px; }
        h5 { font-size: 17px; line-height: 24px; }
        h6 { font-size: 14px; line-height: 21px; color: #333;}*/
.subheader {
        color: #333;
}

h1  {
        margin: 1em 0 0.75em;
        padding: 0 0 5px 0;
        color: #FFD324;
        font-weight: normal;
        position: relative;
        font-size: 1.5em;

        font-family: 'NobileRegular', sans-serif;
        -webkit-animation-name:slidingheadline;
        -webkit-animation-duration:2s;
        -webkit-animation-iteration-count:1;
        -webkit-animation-direction:normal;
        -moz-animation-name:slidingheadline;
        -moz-animation-duration:2s;
        -moz-animation-iteration-count:1;
        -moz-animation-direction:normal;
        }

@-webkit-keyframes slidingheadline{from{margin:1em 0 0 -10%; opacity:0;}to{margin:1em 0 0.75em 0; opacity:1;}}

h1:before, {

        left: 200px;

                }
h1:after, {
                content: "";
            margin: 1em 0 0.75em;
            height: 1px;
            line-height: 40px;
            border-radius: 2px;
            left: 0;
            bottom: 0;
            box-shadow:
        0 -1px 0 rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.6);

}
h2 {
        color: #FFD324;
        margin: 1em 0 0.75em;
        padding: 0 0 5px 0;
        font-weight: normal;
        font-family: 'NobileRegular', sans-serif;
        position: relative;
        font-size: 1.5em;
        line-height: 40px;
}
h3 {
    margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    color: #FFD324;
    font-weight: normal;
    font-family: 'NobileRegular', sans-serif;
    position: relative;
    font-size: 1.3em;
    line-height: 40px;
}
h4 {
    margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    color: #FFD324;
    font-weight: normal;
    font-family: 'NobileRegular', sans-serif;
    position: relative;
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
    font-size: 1.3em;
    line-height: 1.8em;

}
h5 {
    margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    color: #FFD324;
    font-weight: normal;
    font-family: 'NobileRegular', sans-serif;
    position: relative;
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
    font-size: 1.3em;
    line-height: 1.8em;

}


.ten h2:after,
.ten h3:after,
.ten h4:after,
p.homehead:after {
    position: absolute;
    content: "";
    height: 1px;
    border-radius: 2px;
    left: 0;
    bottom: 0;
    box-shadow:
        0 -1px 0 rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.6);
}
.ten h2:after { width: 100%; }
.ten h3:after { width:  75%; }
.ten h4:after,
p.homehead:after { width:  75%; }



.slide-title h5 {
        color: #360;
        font-family: 'NobileRegular', Helvetica, Arial, sans-serif;
        font-weight: normal;
        text-shadow: 1px 1px 1px #333;
        filter: dropshadow(color=#333, offx=1, offy=1);
        letter-spacing: 0.1em;
        margin: 0px;
    }
.slide-title h2 a {        font-weight: inherit;}


p { font-family: 'NobileRegular', Helvetica, Arial, sans-serif; margin: 0 0 20px 0; line-height: 1.4em;}
p img { margin: 0; }
p.lead,
#content p {
        font-family: 'NobileRegular', sans-serif;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
}
p.homehead,
p.container        {
        color: #fff;
        font-weight: bold;
        font-family: 'NobileRegular', Helvetica, Arial, sans-serif;
        position: relative;
        text-shadow: 0 2px 0 rgba(255,255,255,0.5);
        font-size: 1em;
    margin: 1em 0 0.75em 0.75em;

}

em { font-style: italic; }
strong { font-weight: bold; color: #fff; }
small { font-size: 80%; }
footer strong {font-weight: bold; color: #666;}

/*        Blockquotes  */
blockquote, blockquote p {
        font-size: 1em;
        line-height: 24px;
        color: #360;
        font-style: italic;
    font-family: 'NobileRegular', sans-serif;
}
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

a {
        font-weight: bold;
        color: #ECC900;
        text-decoration: none;
}

ul {
        padding: 0;
        margin: 0;
	display: block;

}
#content li {
	padding: 0 20px 0 5px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #FFF;
	list-style-position: outside;
        }


#content ul a {
        padding: 10px;
        color: #FFD800;
        font-weight: 700;
        text-shadow: none;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
}
.gl li  {
        list-style-type: none;
        padding: 10px 17px 0 17px;
        margin-left:-20px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        line-height: 1.5em;
        color: #FFF;
        }

.gl li li {
        list-style-image: url(../img/arrow.png);
        padding: 5px 17px 5px 17px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        padding-left: 20px;
        list-style-position: outside;
        line-height: 1.5em;
        color: #FFF;
        }

.clearfix {
        content: '';
        clear: both;
}

.icon-wrapper{
        padding: 0;
        width: 500px;
        height: 45px;
        margin-right: auto;
        margin-left: auto;
}
.icon-wrapper li{
        float: left;
        list-style-type: none;
}
.icon-wrapper li a{
        display: block;
        width: 41px;
        height: 45px;
        margin: 0 2px;
        outline: none;
        text-indent: -9000px;
        position: relative;
        background-color: transparent;
        background-image: url(../img/the_icons.png);
        background-repeat: no-repeat;
        background-position: left top;
}
.icon-wrapper li .icon-feuer{
    background-position: 0px 0px;
}
.icon-wrapper li .icon-druckknopf{
    background-position: -45px 0px;
}
.icon-wrapper li .icon-rettungsweg{
    background-position: -90px 0px;
}
.icon-wrapper li .icon-sammel{
    background-position: -133px 0px;
}
.icon-wrapper li .iconl-brennbar{
    background-position: -177px 0px;
}
.icon-wrapper li .icon-hochspannung{
    background-position: -220px 0px;
}
.icon-wrapper li .icon-radioaktiv{
    background-position: -266px 0px;
}
.icon-wrapper li .icon-aetzend{
    background-position: -310px 0px;
}
.icon-wrapper li .iconl-batterie{
    background-position: -353px 0px;
}
.icon-wrapper li .icon-biogefahr{
    background-position: -397px 0px;
}
.icon-wrapper li a span{
        width: 200px;
        height: auto;
        line-height: 20px;
        padding: 10px;
        left: 30%;
        margin-left: -64px;
        font-family: 'Alegreya SC', Georgia, serif;
        font-weight: 400;
        font-style: italic;
        font-size: 10px;
        color: #719DAB;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        text-align: center;
        border: 4px solid #fff;
        background: rgba(255,255,255,0.3);
        text-indent: 10px;
        border-radius: 5px;
        position: absolute;
        bottom: 50px;
        opacity: 0;
        visibility: visible;
        pointer-events: none;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        -webkit-transform: translate(35px) rotate(25deg) scale(1.5);
        -moz-transform: translate(35px) rotate(25deg) scale(1.5);
        -o-transform: translate(35px) rotate(25deg) scale(1.5);
        -ms-transform: translate(35px) rotate(25deg) scale(1.5);
        transform: translate(35px) rotate(25deg) scale(1.5);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

}
.icon-wrapper li a span:before,
.icon-wrapper li a span:after{
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -9px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(0,0,0,0.1);
}
.icon-wrapper li a span:after{
        bottom: -14px;
        margin-left: -10px;
        border-top: 10px solid #fff;
}
.icon-wrapper li a:hover span{
        visibility: visible;
        opacity: 0.9;
        -webkit-transform: translate(0px) rotate(0deg) scale(1);
        -moz-transform: translate(0px) rotate(0deg) scale(1);
        -o-transform: translate(0px) rotate(0deg) scale(1);
        -ms-transform: translate(0px) rotate(0deg) scale(1);
        transform: translate(0px) rotate(0deg) scale(1);
}

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #545454;
  background: #F7F7F7;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 3px 3px 1px ;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #F7F7F7;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.2;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
#slideimg {
        float: right;
        margin: 25px 0px 0px 0;

        }

.btn {
        border: none;
        font-family: Arial, Helvetica, sans-serif;
        color: inherit;
        background: none;
        cursor: pointer;
        display: inline-block;
        letter-spacing: 1px;
        outline: none;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: 15px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 0px;
        font-weight: bold;
         border-radius:5px;
        -webkit-border-radius:5px;
        -webkit-box-shadow: 5px 5px 10px 5px rgba(50, 50, 50, 0.5);
        box-shadow: 5px 5px 10px 5px rgba(50, 50, 50, 0.5);
}

.btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

.btn-3, .btn-3 a {
        color: #666;
        background-color: #F0CC00;
}

.btn-3:hover {
        background-color: #EEBF02;
}

.btn-3:active {
        background: #ECC900;
        top: 2px;
}

.btn-3:before {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 140%;
        width: 10px;
}

.btn-3e {
        padding: 15px 10px 15px 10px;
        overflow: hidden;
}

.btn-3e:before {
        left: auto;
        right: 10px;
        z-index: 2;
}
.btn-3e:after {
        width: 10%;
        height: 200%;
        background: rgba(255,255,255,0.2);
        z-index: 1;
        right: 0;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
}

.btn-3e:hover:after {
        width: 40%;
}

ul.link {
        padding: 0;
        margin: 0;
        list-style-type: decimal;
}
ul.link li {
        list-style-image: url(../img/arrow.png);
        display: inline;
        padding: 0 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        }
ul.link a {
        padding: 10px;
        color: #FFD800;
        font-weight: 700;
        text-shadow: none;

}



ul.link a::before {
        top: 0;

}

ul.link a::after {
        bottom: 0;
                opacity: 0;

}

ul.link a:hover,
ul.link a:focus {
        color: #fff;
}




        /* Tooltipp */

.feature {
        left: auto;
        right: auto;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        float: right;
        }
.feature li {
        width: auto;
        }

.tt-tool{
        padding: 0;
        width: 500px;
        margin: 20px auto 30px auto;
}

.tt-tool li{
        float: left;
        list-style-type: none;
        margin-top: 5px;
        margin-right: auto;
        margin-left: auto;
}
.tt-tool li a{
        display: block;
        width: 41px;
        height: 45px;
        margin: 0 2px;
        outline: none;
        text-indent: -9000px;
        position: relative;
        list-style-type: none;
        background-color: transparent;
        background-image: url(../img/the_icons.png);
        background-repeat: no-repeat;
        background-position: left top;
}
.tt-tool li .tt-feuer{
    background-position: 0px 0px;
}
.tt-tool li .tt-druckknopf{
    background-position: -45px 0px;
}
.tt-tool li .tt-rettungsweg{
    background-position: -90px 0px;
}
.tt-tool li .tt-sammel{
    background-position: -133px 0px;
}
.tt-tool li .tt-brennbar{
    background-position: -177px 0px;
}
.tt-tool li .tt-hochspannung{
    background-position: -220px 0px;
}
.tt-tool li .tt-radioaktiv{
    background-position: -266px 0px;
}
.tt-tool li .tt-aetzend{
    background-position: -310px 0px;
}
.tt-tool li .tt-batterie{
    background-position: -355px 0px;
}
.tt-tool li .tt-biogefahr{
    background-position: -397px 0px;
}
.tt-tool li .tt-explosiv{
    background-position: -437px 0px;
}
.tt-tool li a span{
        width: auto;
        height: auto;
        line-height: 20px;
        padding: 10px;
        margin-left: -14px;
        font-weight: 400;
        font-style: italic;
        font-size: 10px;
        color: #1074A1;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        text-align: center;
        border: 4px solid #fff;
        background: rgba(255,255,255,0.8);
        text-indent: 0px;
        border-radius: 5px;
        position: absolute;
        bottom: 50px;
        opacity: 0;
        visibility: visible;
        pointer-events: none;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        -webkit-transform: translate(35px) rotate(25deg) scale(1.5);
        -moz-transform: translate(35px) rotate(25deg) scale(1.5);
        -o-transform: translate(35px) rotate(25deg) scale(1.5);
        -ms-transform: translate(35px) rotate(25deg) scale(1.5);
        transform: translate(35px) rotate(25deg) scale(1.5);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.ie7 .tt-tool li a span{ visibility: hidden; }
.ie8 .tt-tool li a span{ visibility: hidden; }
.tt-tool li a span:before,
.tt-tool li a span:after{
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -9px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(0,0,0,0.8);
}
.tt-tool li a span:after{
        bottom: -14px;
        margin-left: -10px;
        border-top: 10px solid #fff;
}
.tt-tool li a:hover span{
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0px) rotate(0deg) scale(1);
        -moz-transform: translate(0px) rotate(0deg) scale(1);
        -o-transform: translate(0px) rotate(0deg) scale(1);
        -ms-transform: translate(0px) rotate(0deg) scale(1);
        transform: translate(0px) rotate(0deg) scale(1);
}

/* Google Maps */

.map {
        border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -webkit-border-radius:10px;
        height: 300px;
        width: 400px;
        border: 3px solid #FC0;
        box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-left: 0px;
        }
.tel:before {content:'Telefon: ';}
.fax:before {content:'Telefax: ';}
.mail:before {content:'eMail: ';}

/*  Formular  */

#cf fieldset {
        margin: 0px;
        padding: 15px 15px 35px 15px;
        border: 0 solid transparent;
}
#cf fieldset ul,
#cf li{
        margin:0;
        padding:5px 0 0 0;
        list-style-type:none;
        }
form {
        border:0;
        width:400px;
        padding:10px 30px;
        background-color:rgba(250,250,250,.5);
        border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        list-style-type:none;
        box-shadow: 2px 2px 7px  rgba(50,50,50,.5);
        -webkit-box-shadow: 2px 2px 7px  rgba(50,50,50,.5);
        -moz-box-shadow: 2px 2px 7px  rgba(50,50,50,.5);
        -o-box-shadow: 2px 2px 7px  rgba(50,50,50,.5);
}
#cf form ul{
     list-style-type:none;
     }
fieldset ul li {
        float:left;
        width:400px;
        padding:0;
        margin: 0 0 12px 0;
        list-style-type:none;
        }
#cf fieldset legend {
         margin:10px 0 0 -60px;
         padding:7px 20px;
         font-family: 'NobileRegular', Helvetica, Arial, sans-serif; 
         color:#fff;
         font-weight:bold;
         font-size:16px;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         background:#8eb0d9;
         background: linear-gradient(top,#8eb0d9,#6293cb);
         background: -moz-linear-gradient(top,#8eb0d9,#6293cb);
         background: -webkit-linear-gradient(top,#8eb0d9,#6293cb);
         background: -o-linear-gradient(top,#8eb0d9,#6293cb);
         box-shadow: 2px 2px 7px  rgba(50,50,50,.5);
        -webkit-box-shadow: 2px 2px 7px  rgba(50,50,50,.5);
        -moz-box-shadow: 2px 2px 7px  rgba(50,50,50,.5);
        -o-box-shadow: 2px 2px 7px  rgba(50,50,50,.5);
}
#cf fieldset li:first-child {
    margin:0 40px 12px 0;
}
#cf em {
    font-weight:bold;
    font-size:142%;
    color#e00;
}
#cf label[title~="Pflichtfeld"]:after {
         content:"*";
         position: absolute;
         left:70px;
         top:0;
         }
#cf label[title~="Pflichtfeld"]:after, em {
         font-weight:normal;
         font-size:142%;
         color:#E00;
         }

#cf label {
        float:left;
        line-height:167%;
        width:83px;
        cursor:pointer;
        position:relative;
        list-style-type:none;
        cursor:pointer;
        }

/* #cf input, textarea {
        float:left;
        height:20px;
        width:80%;
        border:1px solid #8eb0d9;
        padding:0;
        background:#fff;

        }      */
input.small {
        width:38px;
        }
input.number {
        width:71px;
}
input.medium {
        width:116px;}
.inputSpace {
        margin: 0 5px 0 0;
}
input.btnCancel, input.btnSend {
        background-color: #fff;
        margin:25px 0 0 0;
        float: left;
        width:85px;
        height:30px;
        font: bold 14px/1.25 Arial, sans-serif;
        font-weight:normal;
        color:#1795be;
        text-align:center;
        padding:0 0 2px 0;
        text-indent:0px;
        border:1px solid #1795be;
        cursor:pointer;
        border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        box-shadow: 2px 2px 4px #ccc;
        -moz-box-shadow: 2px 2px 4px #ccc;
        -webkit-box-shadow: 2px 2px 4px #ccc;
}
input.btnSend {
        float:right;
        color:#fff;
        margin-right:50px;
        width:150px;
        background:#dd902e;
        border: 1px solid #fff;
        box-shadow: 2px 2px 4px #dd902a;
        -webkit-box-shadow: 2px 2px 4px #dd902a;
        -moz-box-shadow: 2px 2px 4px #dd902a;
  }

input #mobileCountryCode {

        width:30px;
}
 input #cityCode {
  width:60px;
}
input #telNumber {
width:60px;
}
input:active,
input:hover,
input:focus {
            box-shadow: 0 0 5px rgba(23,149,190,.75);
            -webkit-box-shadow: 0 0 5px rgba(23,149,190,.75);
            -moz-box-shadow: 0 0 5px rgba(23,149,190,.75);

            border: 1px solid rgba(23,149,190,1);
}
input, select {
       outline:none;
       border: 1px solid rgb(23,149,190);
       border: 1px solid rgba(23,149,190,.66);
       border-radius:2px;
       -webkit-border-radius:2px;
       -moz-border-radius:2px;
       transition: all 0.25s ease-in-out;
       -webkit-transition: all 0.25s ease-in-out;
       -moz-transition: all 0.25s ease-in-out;
       -o-transition-property:border-color;
       -o-transition: all 0.25s ease-in-out;
}
#cf .error {
       color:E00;
       }
.error input {
       border-color:#E00;
       background-color:#FFDCE5;
         }

/* Address  */

address .fn {
font-family: Helvetica, Arial, sans-serif;
font-weight:bold;
font-size: 98%;
color: #fff;}

address .street-address,.postal-code,.locality,.tel,.fax,.mail
{
font-family: Helvetica, Arial, sans-serif;
font-size: 90%;
color: #fff;}

/* Gallery */

.lb-album{
	width: 450px;
	margin: 20px auto 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
}
.lb-album li{
	float: left;
	margin: 5px;
	position: relative;
	list-style-type: none;
	color: #333;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	width: 150px;
	height: 110px;
	position: relative;
	padding: 10px;
	background: #1caed0;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(28,174,208,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(28,174,208,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(28,174,208,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.lb-album li > a span{
	position: absolute;
	width: 150px;
	height: 110px;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 110px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 20px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(176,213,222);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(176,213,222,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(176,213,222,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(176,213,222,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(176,213,222,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(176,213,222,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(176,213,222,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	color: #666;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 9999;
	text-align: center;
	background: rgb(176,213,222);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.76) 0%, rgba(176,213,222,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.76)), color-stop(100%,rgba(176,213,222,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.76) 0%,rgba(176,213,222,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.76) 0%,rgba(176,213,222,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.76) 0%,rgba(176,213,222,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.76) 0%,rgba(176,213,222,1) 100%);
}
.lb-overlay > div{
	position: relative;
	width: 550px;
	height: 80px;
	margin: 40px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(100,100,100,0.6);
	color: #666;
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
	color: #666;	
}
.lb-overlay div h3{
	font-size: 26px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #666;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	font-size: 14px;
	color: #666;
	text-align: left;
	margin-top:35px;
	float: left;
	width: 260px;
	
}
.lb {
	color: #333;
}
.lb-overlay a.lb-close{
	z-index: 1001;
	color: #333;
	position: absolute;
	top: 28px;
	left: 50%;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	/*filter: alpha(opacity=0); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; 
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; */

}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-overlay > img {
	background:#fff;
	padding:40px;
	}
.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
	top: -32px;
	width: 5px;
	height: 25px;
	left: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-prev{
	margin-left: -30px;
	background: transparent url(../img/arrows.png) no-repeat top left;
}
.lb-next{
	margin-left: 6px;
	background: transparent url(../img/arrows.png) no-repeat top right;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	animation: fadeInScale 1.2s ease-in-out;
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }

}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

.haftung {
	width: 400px;
	height: 350px;
	overflow: scroll;
}
.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #1f6888 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */

}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}