/* MediTech */

article,
aside,
nav,
details,
footer,
header,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    background-color: #fff!important;
}
* {
    margin: 0;
    padding: 0;
}
::-webkit-media-controls {
  display:none !important;
}
video::-webkit-media-controls {
  display:none !important;
}
video::-webkit-media-controls-enclosure {
  display:none !important;
}
#slideshow img {
    margin-left: 12px;
}
body {
    font: normal 14px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #636363;
    -webkit-text-size-adjust: none;
    overflow-y: scroll;
}
h1,
h2,
h3,
h4 {
    margin: 2em 0 1em 0;
    line-height: 1.2em;
    color: #333;
}
h1 {
    margin-top: 1em;
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
    color: #333;
    font-family: 'Quicksand', sans-serif;;
    font-size: 3em;
    font-weight: 100 !important;
}
h2,
h3 {
    font-size: 14px;
    line-height: 22px;
}
h3 {
    margin-bottom: 4px;
}
h1:first-child,
h2:first-child {
    margin-top: 0;
}
b {
    position: relative;
    top: -20px;
}
p,
article {
    margin-bottom: 1em;
    line-height: 22px;
}
ol {
    margin: 0 0 1em 10px;
    padding-left: 20px;
    list-style-type: decimal;
}
ul {
    margin-bottom: 1em;
    padding-left: 20px;
}
li {
    line-height: 22px;
    padding-left: 20px;
    margin-left: 20px;
    list-style-type: inherit;
}
table {
    margin-bottom: 0em;
    border-collapse: collapse;
    width: 100%;
}
/*td {
    padding: 0 10px 1em 0;
    margin: 0;
    text-align: left;
    vertical-align: center;
    line-height: 7px;
    font-size: 14px;
}*/
td p {
    margin: 0;
}
.first_row {
    width: 1%;
}
a {
    color: #9C9A9B;
    color: #666;
    text-decoration: none;
}
a:hover,
.active > a {
    color: #005A99;
}
a img {
    border: 0;
}
img {
    max-width: 100%;
}
hr {
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    border: 0px;
}
dl {
    margin-bottom: 1em;
}
dt {
    padding-top: 5px;
}
dd {
    padding: 5px 0;
}
span {
    text-transform: 
}
.menu {
    margin: 0;
    padding: 0;
}
.menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu a {
    padding: 10px 0;
    margin: 0;
    line-height: 20px;
    display: block;
    z-index: 999!important;
}
.alignleft {
    float: left;
}
.inhalt {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 960px;
}

#video_container {
 background-color: #fff !important;    
}
/*.inhalt_unterseiten {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 960px;
    margin-top: 120px;
}*/
#header .logo img {
    height: 80px!important;
    padding-top: 50px;
    padding-bottom: 50px;
}
#hauptinhalt {
    padding-top: 75px;
    position: relative;
}
#header {
    padding-top: 0px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    background: #fff!important;
    -moz-box-shadow: 0px 0px 3px #666;
    -webkit-box-shadow: 0px 0px 3px #666;
    box-shadow: 0px 0px 3px #666;
    -moz-transition: margin-top .5s ease-in-out, padding-bottom .5s ease-in-out;
    -webkit-transition: margin-top .5s ease-in-out, padding-bottom .5s ease-in-out;
    transition: margin-top .5s ease-in-out, padding-bottom .5s ease-in-out;
}
#header.scroll {
    margin-top: -140px;
    padding-bottom: 0;
}
#header .inhalt, #header .inhalt_unterseiten  {
    position: relative;
}
#header .logo {
    display: block;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
#header.scroll .logo {
    opacity: 0;
}
.logo img {
    position: relative;
    top: -0px;
    left: 20px;
    z-index: 999!important;
    background: #fff!important;
}
#navigationStr {
    display: none;
}
#navigation {
    padding: 20px 0;
    float: right;
}
#navigation .menu li {
    float: left;
}
#navigation .menu a {
    padding: 0 0 0 20px;
}
#slideshow {
    padding: 0;
    max-width: 1160px;
    height: 456!important;
    margin-top: 102px;
    position: relative;
    overflow: hidden;
}
#slideshow img {
    max-width: none;
}

#slideshow_unterseiten {
    padding: 0;
    max-width: 1160px;
    height: 240px;
    margin-top: 102px;
    margin-bottom: -80px;
    position: relative;
    overflow: hidden;
    z-index: -10;
}
#slideshow_unterseiten img {
    max-width: none;
    margin-left: 20px;
}

#iso_icon {
    float: right;
    margin-top: -30px;
}

#iso_icon img {
    width: 120px;
}

#liste_downloads {
    position: relative;
    left: -10px;
}

#liste_downloads li {
    position: relative;
    left: -20px;
    text-align: center;
    padding-left: 10px;
    list-style-type: none;
    width: 720px;
    height: 40px;
    padding-top: 20px;
    border: 1px solid #999;
    color: #333;
    font-weight: 200;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#liste_downloads li a {
    padding: 20px 200px;
    color: #333;
}

#liste_downloads li a:hover {
    color: white;
}

#liste_downloads li:hover {
    background: #333;
    color: white;
}

#slider {
    position: relative;
    width: 780px;
    height: auto;
    margin-left: -20px;
}

#slider ul li {
    list-style-type: none;
    diplay: inline-block;
    float: left;
    position: relative; 
    left: -20px;
    margin-right: -10px;
    margin-bottom: 5px;
    padding-left: 0px;
}

#slider img {
    width: 240px;
    height: auto;
}
#quality_icon img {
    float: right;
    margin-top: -130px;
    margin-right: 30px;
    width: auto;
    height: 120px;
}

#fertigungspartner {
    margin-left: 0px;
    padding-left: 0px;
}

#fertigungspartner li {
    display: inline-block;
    list-style-type: none;
    margin-left: 0px;
    margin-right: 16px;
    margin-bottom: 10px;
    padding-left: 0px;
}

#fertigungspartner li img {
    border: 1px solid #999;
    width: 160px;
}

#fertigungspartner p {
    margin-top: -4px;
    width: 162px;
    text-align: center;
    background: gray;
    color: white;
}

#kontaktformular {
	position: relative;
	margin-left: 0px;
	width: 660px;
	height: auto;
    top: 0px;
	margin-bottom: 40px;
    padding-top: 0px;
	font-family: expletus-sans;
	font-size: 1.1em;
	background: #F3F3F3; 
	background: white;
	/*border-bottom: 1px solid rgb(236, 236, 236);*/
    background: #fff!important; 
}

#kontaktformular p {
	position: relative;
	margin: 0 auto;
	width: 660px;
	margin-top: 0px;
	height: auto;
	color: #333!important;
    text-align: left;
}

.wmfg_layout_0 {
	padding-left: 0px;
	margin-top: 0px;
}

.wmfg_layout_0, .wmfg_textarea { font-family: Verdana, Geneva, sans-serif; font-size: 16px; }
.wmfg_layout_0 ul.wmfg_questions { list-style-type: none!important; margin: 0; padding: 0; }
.wmfg_layout_0 ul.wmfg_questions li.wmfg_q { width: 100%; padding: 0px; padding-left: 0px; float: left; display: inline-block; margin-left: 0px; margin-top: 10px; }
.wmfg_layout_0 label.wmfg_label { display: block; margin: 0 0 5px -2px; }
.wmfg_layout_0 table.wmfg_answers { width: 100%; _width: 97%; border-collapse: collapse; }
.wmfg_layout_0 table.wmfg_answers { vertical-align: top; }
.wmfg_layout_0 table.wmfg_answers td { padding: 2px; vertical-align: top; }
.wmfg_layout_0 table.wmfg_answers td.wmfg_a_td { width: 25px; }

.wmfg_layout_0 .wmfg_text { border: 1px solid #CCC; padding: 12px; padding-left: 10px; margin-left: -2px; font-size: 16px; color: #444; width: 100%;
background-color: #ffffff;
background:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#fff));
background:-moz-linear-gradient(top,#f8f8f8,#fff);
}
.wmfg_layout_0 .wmfg_textarea { border: 1px solid #CCC; padding: 10px; margin-left: -2px; font-size: 16px; color: #444; width: 100%;
background:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#fff));
background:-moz-linear-gradient(top,#f8f8f8,#fff);
background-color: #ffffff;
}
.wmfg_layout_0 .wmfg_select { 
border:1px solid #CCCCCC; padding: 3px; font-size: 15px; color: #444; margin: 0; width: 100%; _width: 97%;
background-color: #ffffff;
background:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#fff));
background:-moz-linear-gradient(top,#f8f8f8,#fff);
}
.wmfg_layout_0 .wmfg_btn { 
    background: #83A63E;
    color: white!important;
    border: none;
    font-size: 16px;
}
.wmfg_layout_0 .wmfg_btn:hover {  
background: #28421B; 
}

.wmfg_q_submit {
	border: none!important;

}

#submit_id {
    position: relative;
    width: 100px!important;
    float: left;
	margin-top: 10px;
	margin-left: -42px;
    height: 40px;
	color: inherit;
}

#dank_offertanfrage {
	position: relative;
	margin: 0 auto;
    left: 0px;
	width: 600px;
	margin-top: 0px;
	height: auto;
	color: #333!important;
    text-align: left!important;    
}

#motto {
    position: absolute;
    margin-top: 410px;
    margin-left: 12px;
    height: 40px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 2em;
    color: white;
    background: #005A99;
    float: right;
    opacity: .9;
    font-family: 'Quicksand', sans-serif;;
    font-weight: 100 !important;
}

video {
    position: relative;
    float: left;
    width: 1140px;
    height: 466px!important;
    margin-left: 12px;
    z-index:0!important;
}

/*#slideshow img:first-child {
    display: block;
    display:none;
    margin-left: 12px;
}*/

#slogan {
    padding: 10px 50px 10px 30px;
    position: absolute;
    width: 80%;
    height: 10%;
    right: 0;
    bottom: 90px;
    z-index: 9999!important;
    color: white!important;
    background: rgba(0, 90, 152, .6) url(../bilder/hintergrund_slogan.png);
    font-size: 30px;
    font-style: italic;
    font-family: serif;
}
#content {
    margin: 60px 0;
    padding-right: 5%;
    width: 65%;
    float: left;
}
#content .map {
    margin-bottom: 1em;
    width: 100%;
    height: 400px;
}
#content .map img {
    max-width: none;
}


#content_unterseiten {
    margin: 60px 0;
    padding-right: 5%;
    width: 65%;
    margin-top: 180px;
    float: left;
}
#content_unterseiten .map {
    margin-bottom: 1em;
    width: 100%;
    height: 400px;
}
#content_unterseiten .map img {
    max-width: none;
}


.content-inhalt {
    margin-left: 10px;
}
#bilder_container {
    position: relative;
    width: 300px;
}
#bilder_container img {
    margin-left: 0px;
}

#bilder_container li {
    float: left;
    margin-left: -50px;
    margin-right: 60px;
    width: 300px;
    list-style-type: none;
}

#bilder_container p {
    position: relative;
}
#abschnitt_eins {
    position: relative;
    float: left;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}
#abschnitt_zwei {
    position: relative;
    margin: 0 auto;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 30px;    
    border-bottom: 1px solid #e4e4e4;
}
#abschnitt_drei {
    position: relative;
    margin: 0 auto;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 30px;    
    border-bottom: 1px solid #e4e4e4;
}
#abschnitt_vier {
    position: relative;
    margin: 0 auto;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 30px;    
    border-bottom: 1px solid #e4e4e4;
}
#kostenstruktur td {
    width: 20%;
}
.einzelleistungen td {
    width: 70%;
}
#sidebar {
    margin: 60px 0;
    padding-left: 5%;
    width: 24%;
    float: right;
    border-left: 1px solid #e4e4e4;
}
#sidebar .menu a {
    border-bottom: 1px solid #e4e4e4;
}

#sidebar_unterseiten {
    margin: 60px 0;
    margin-top: 180px;
    padding-left: 5%;
    width: 24%;
    float: right;
    border-left: 1px solid #e4e4e4;
}
#sidebar_unterseiten .menu a {
    border-bottom: 1px solid #e4e4e4;
}
#footer {
    padding: 20px 0;
    padding-bottom: 32px;
    font-size: 11px;
    clear: both;
    background: #636363;
    color: #ccc;
    overflow: hidden;
}
#footer a {
    color: #ccc;
}
#copyright {
    padding-top: 30px;
    clear: both;
}

.fettschrift {
    font-weight: bold;
}

#call2action {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.call_to_action {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    background: #005A99;
    color: white;
    margin-bottom: 0px;
    text-align: center!important;
    padding-top: 30px;
    padding-bottom: 30px;
}
.call_to_action:hover {
    background: #9C9A9B;
}
.call_to_action a {
    color: white;
    font-size: 1.1em;
    text-transform: uppercase;
}
#facebook_link img {
    width: 60px;
    height: 60px;
}
#facebook_link {
    position: relative;
    float: right;
    top: -200px;
    width: 60px;
    height: 60px;
}

.arrow_down {
    position: absolute;
    top: 38px;
    left: 185px;
    /*width: 0; 
	height: 0; */
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #83A63E;
}
#animationFrames {
    position: relative;
    float: right;
    margin-right: 0px;
    margin-top: -445px;
    font-size: 1.8em;
    color: white;
}
.element-animation1,
.element-animation2,
.element-animation3,
.element-animation4,
.element-animation5,
.element-animation6,
.element-animation7 {
    background: #83A63E;
    width: 340px;
    height: 35px;
    margin-bottom: 10px;
    padding: 5px 30px 5px 30px;
    text-align: center;
    text-transform: uppercase;
}
.element-animation2,
.element-animation3,
.element-animation4,
.element-animation5,
.element-animation6,
.element-animation7 {
    opacity: 0;
}
.element-animation1 a,
.element-animation2 a,
.element-animation3 a,
.element-animation4 a,
.element-animation5 a,
.element-animation6 a,
.element-animation7 a {
    color: white;
}
.element-animation1 {
    animation: animationFrames1 ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationFrames1 ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames1 ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: animationFrames1 ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: animationFrames1 ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}
@keyframes animationFrames1 {
    0% {
        opacity: 0;
        transform: translate(0px, -45px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-moz-keyframes animationFrames1 {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -45px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}
@-webkit-keyframes animationFrames1 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, -45px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@-o-keyframes animationFrames1 {
    0% {
        opacity: 0;
        -o-transform: translate(0px, -45px);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}
@-ms-keyframes animationFrames1 {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, -45px);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}
.element-animation2 {
    animation: animationFrames2 ease 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationFrames2 ease 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames2 ease 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -moz-animation-delay: 2s;
    -o-animation: animationFrames2 ease 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -o-animation-delay: 2s;
    -ms-animation: animationFrames2 ease 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
    -ms-animation-delay: 2s;
}
@keyframes animationFrames2 {
    0% {
        opacity: 0;
        transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-moz-keyframes animationFrames2 {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}
@-webkit-keyframes animationFrames2 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@-o-keyframes animationFrames2 {
    0% {
        opacity: 0;
        -o-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}
@-ms-keyframes animationFrames2 {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, -45px);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}
.element-animation3 {
    animation: animationFrames3 ease 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-delay: 5s;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationFrames3 ease 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-delay: 5s;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames3 ease 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -moz-animation-delay: 5s;
    -o-animation: animationFrames3 ease 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -o-animation-delay: 5s;
    -ms-animation: animationFrames2 ease 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
    -ms-animation-delay: 5s;
}
@keyframes animationFrames3 {
    0% {
        opacity: 0;
        transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-moz-keyframes animationFrames3 {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}
@-webkit-keyframes animationFrames3 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@-o-keyframes animationFrames3 {
    0% {
        opacity: 0;
        -o-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}
@-ms-keyframes animationFrames3 {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, -45px);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}
.element-animation4 {
    animation: animationFrames4 ease 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-delay: 8s;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationFrames4 ease 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-delay: 8s;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames4 ease 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -moz-animation-delay: 8s;
    -o-animation: animationFrames4 ease 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -o-animation-delay: 8s;
    -ms-animation: animationFrames4 ease 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
    -ms-animation-delay: 8s;
}
@keyframes animationFrames4 {
    0% {
        opacity: 0;
        transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-moz-keyframes animationFrames4 {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}
@-webkit-keyframes animationFrames4 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@-o-keyframes animationFrames4 {
    0% {
        opacity: 0;
        -o-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}
@-ms-keyframes animationFrames4 {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, -45px);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}
.element-animation5 {
    animation: animationFrames5 ease 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-delay: 11s;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationFrames5 ease 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-delay: 11s;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames5 ease 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -moz-animation-delay: 11s;
    -o-animation: animationFrames5 ease 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -o-animation-delay: 11s;
    -ms-animation: animationFrames5 ease 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
    -ms-animation-delay: 11s;
}
@keyframes animationFrames5 {
    0% {
        opacity: 0;
        transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-moz-keyframes animationFrames5 {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}
@-webkit-keyframes animationFrames5 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@-o-keyframes animationFrames5 {
    0% {
        opacity: 0;
        -o-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}
@-ms-keyframes animationFrames5 {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, -45px);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}
.element-animation6 {
    animation: animationFrames6 ease 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-delay: 14s;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationFrames6 ease 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-delay: 14s;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames6 ease 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -moz-animation-delay: 14s;
    -o-animation: animationFrames6 ease 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -o-animation-delay: 14s;
    -ms-animation: animationFrames6 ease 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
    -ms-animation-delay: 14s;
}
@keyframes animationFrames6 {
    0% {
        opacity: 0;
        transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-moz-keyframes animationFrames6 {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}
@-webkit-keyframes animationFrames6 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@-o-keyframes animationFrames6 {
    0% {
        opacity: 0;
        -o-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}
@-ms-keyframes animationFrames6 {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, -45px);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}
.element-animation7 {
    animation: animationFrames7 ease 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-delay: 17s;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationFrames7 ease 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-delay: 17s;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames7 ease 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -moz-animation-delay: 17s;
    -o-animation: animationFrames7 ease 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -o-animation-delay: 17s;
    -ms-animation: animationFrames7 ease 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
    -ms-animation-delay: 17s;
}
@keyframes animationFrames7 {
    0% {
        opacity: 0;
        transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-moz-keyframes animationFrames7 {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}
@-webkit-keyframes animationFrames7 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@-o-keyframes animationFrames7 {
    0% {
        opacity: 0;
        -o-transform: translate(0px, -95px);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}
@-ms-keyframes animationFrames7 {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, -45px);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}
a.info1,
a.info2,
a.info3,
a.info4,
a.info5,
a.info6,
a.info7 {
    position: relative;
    z-index: 24;
    color: #fff;
    text-decoration: none
}
a.info1:hover,
a.info2:hover,
a.info3:hover,
a.info4:hover {
    z-index: 999;
}
a.info1 span,
a.info2 span,
a.info3 span,
a.info4 span,
a.info5 span,
a.info6 span,
a.info7 span {
    display: none
}
a.info1:hover span,
a.info2:hover span,
a.info3:hover span,
a.info4:hover span,
a.info5:hover span,
a.info6:hover span,
a.info7:hover span {
    z-index: 999!important;
    display: block;
    color: white!important;
    position: absolute;
    top: -5px;
    left: -385px;
    width: 200px;
    border: 1px solid white;
    background-color: #28421B;
    color: #fff;
    padding: 30px;
    font-size: .7em;
    -webkit-box-shadow: rgba(255, 255, 255, .5) 0 1px 0 inset, rgba(255, 255, 255, .6) 0 25px 30px -2px outset, rgba(0, 0, 0, .6) 0 1px 10px;
    -moz-box-shadow: rgba(255, 255, 255, .5) 0 1px 0 inset, rgba(255, 255, 255, .6) 0 25px 30px -2px outset, rgba(0, 0, 0, .6) 0 1px 10px;
    box-shadow: rgba(255, 255, 255, .5) 0 1px 0 inset, rgba(255, 255, 255, .6) 0 25px 30px -2px outset, rgba(0, 0, 0, .6) 0 1px 10px;
}
a.info2:hover span {
    top: -60px;
    left: -420px;
}
a.info3:hover span {
    top: -115px;
    left: -365px;
}
a.info4:hover span {
    top: -170px;
    left: -375px;
}
a.info5:hover span {
    top: -225px;
    left: -395px;
}
a.info6:hover span {
    top: -280px;
    left: -445px;
}
a.info7:hover span {
    top: -335px;
    left: -415px;
}
.small_font {
    font-size: .8em;
}
#flags {
    position: relative;
    float: right;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    width: 280px;
    height: 50px;
}
#flags ul {
    float: right;
    padding-right: 0px;
}
#flags ul li {
    display: inline-block!important;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 10px;
}
#flags img {
    -webkit-box-shadow: 0 2px 3px rgba(0, 15, 10, 1);
    -moz-box-shadow: 0 2px 3px rgba(0, 15, 10, 1);
    box-shadow: 0 2px 3px rgba(0, 15, 10, 1);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.fa {
    z-index:-99!important;
}

.fa-globe {
    padding-right: 17px;
}

.fa-envelope-o {
    padding-right: 14px;
}

table {
    margin-bottom: 15px;
}

table td {
    line-height: 22px!important;
}

.symbol {
    width: 27px!important;
    z-index: -99!important
}

@media screen and (min-width: 1020px) {
    .inhalt {
        padding: 0;
    }
    #copyright {
        padding-top: 36px;
        clear: none;
    }    
}
@media screen and (min-width: 1180px) {
    .inhalt,  
    #slideshow {
        max-width: 1140px;
    }
    #navigation {
        margin-top: -60px;
        padding-bottom: 20px;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .scroll #navigation {
        margin-top: -50px;
        padding-bottom: 10px;
    }
    iframe {
        width: 740px;
        height: 450px;
        border: none!important;
    }
}
@media screen and (max-width: 840px) {
    #navigationStr {
        padding-right: 30px;
        margin-right: 30px;
        line-height: 20px;
        margin-top: 10px;
        /*margin-bottom: 10px;*/
        display: block;
        background: transparent url(../bilder/menu.png) no-repeat right 2px;
        text-align: right;
    }
    video {
        display: none!important;
    }
    #slideshow {
    padding: 0;
    max-width: 1160px;
    height: 456!important;
    margin-top: 200px;
    position: relative;
    overflow: hidden;
}
    #abschnitt_vier {
        border-bottom: none!important;
    }
    #navigation {
        margin: 0px -40px -10px 0px;
        float: none;
    }
    #navigation .menu {
        margin-top: 15px;
        display: none;
    }
    #navigation .menu li {
        float: none;
        border-top: 1px solid #e4e4e4;
    }
    #navigation .menu a {
        padding: 15px 0;
        border: 0;
    }
    #slogan {
        padding: 8px 30px 8px 20px;
        bottom: 0px;
        font-size: 20px;
    }
    #content, #content_unterseiten {
        padding: 0;
        margin: 30px 0;
        width: auto;
        float: none;
    }
    #content_unterseiten {
        margin-top: 200px;
    }
    #sidebar, #sidebar_unterseiten {
        margin: 30px 0 40px 90px;
        padding: 30px 0 0 0;
        width: auto;
        border: 0;
        float: none;
        border-top: 1px solid #e4e4e4;
    }
    h1 {
        font-size: 20px;
    }
    #hauptinhalt {
        padding-top: 5px;
    }
    #header {
        padding-top: 0px;
    }
    #header.scroll {
        margin-top: -140px;
    }
    #header .logo img {
        height: 50px!important;
        left: 0px;
    }
    #slogan {
        font-size: 16px;
    }
    .content-inhalt {
        margin: 0;
    }
    #sidebar, #sidebar_unterseiten {
        margin-left: 0;
        border: 0;
        float: none;
        border-top: 1px solid #e4e4e4;        
    }
    .info1, .info2, .info3, .info4, .info5, .info6, .info7 {
        font-size: 14px;
    }
    #animationFrames {
        position: relative;
        zoom: .75;
        font-size: 2.2em;
        top: 440px;
        left: 0px;
    }    
    iframe {
        width: 100%;
        height: 450px;
        border: none!important;
    }
    #bilder_container {
        width: 680px;
        overflow: hidden;
    }    
    #edward {
        margin-left: 10px;
    }
    #kontaktformular {
        height: 1000px;
    }
}
@media screen and (max-width: 500px) {
    h1 {
        max-width: 300px;
        font-size: 20px;
    }
    #hauptinhalt {
        padding-top: 40px;
    }
    #header {
        padding-top: 0px;
    }
    #header.scroll {
        margin-top: -115px;
    }
    #header .logo img {
        width: 260px!important;
        margin-top: -20px;
        margin-bottom: 60px;
        left: 0px;
    }
    #navigation {
        margin: -90px -30px -5px 5px;
        z-index: 999!important;
    }
    #slideshow {
    padding: 0;
    max-width: 1160px;
    width: 100%!important;
    height: 456!important;
    margin-top: 125px;
    position: relative;
    overflow: hidden;
    }
    .info1, .info2, .info3, .info4, .info5, .info6, .info7 {
        font-size: 8px;
    }
    #animationFrames {
        position: relative;
        zoom: .32;
        font-size: 2em!important;
        top: 440px;
        left: 0px;
    }
    
#slider {
    position: relative;
    width: 300px;
    height: auto;
    margin-left: -20px;
}

#slider ul li {
    list-style-type: none;
    diplay: inline-block;
    float: left;
    position: relative; 
    left: -20px;
    margin-right: -10px;
    margin-bottom: 5px;
    padding-left: 0px;
}

#slider img {
    width: 260px;
    height: auto;
}    
    
    
    #slogan {
        font-size: 14px;
    }
    .content-inhalt {
        margin: 0;
    }
    /*#sidebar, #sidebar_unterseiten,
    iframe {
        width: 100%;
        height: 100%;
    }*/
    #sidebar, #sidebar_unterseiten {
        border: 0;
        float: none;
        border-top: 1px solid #e4e4e4!important;
    }    
    #sidebar_unterseiten {
        margin: 0px 0 40px 0px;
        padding: 30px 0 0 0;
        width: auto;
        border: 0;
        float: left;
        border-top: 1px solid #e4e4e4;
    }
    #content_unterseiten {
    margin-top: 110px;
    width: 100%!important;
    float: left;
    }
    #bilder_container {
        width: auto;
    }  
    #bilder_container img {
        width: 300px!important;
    }
    #kontaktformular, .wmfg_layout_0 {
        height: 1000px;
        width: 95%!important;
    }
 
    #slideshow img {
        margin-left: 0px;
    }
    #iso_icon img {
        margin-top: 60px;
        width: 80px;
        height: auto;
    }
    #fertigungspartner li img {
    border: 1px solid #999;
    width: 260px;
    height: auto;
    }    
    
    #fertigungspartner p {
    margin-top: -4px;
    width: 260px;
    text-align: center;
    background: gray;
    color: white;
    }
#liste_downloads {
    position: relative;
    left: -10px;
}

#liste_downloads li {
    position: relative;
    left: -30px;
    padding-left: 10px;
    list-style-type: none;
    width: 250px;
    height: 60px;
    padding-top: 20px;
    border: 1px solid #999;
    color: #333;
    font-weight: 200;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#liste_downloads li a {
    padding: 0px 20px 40px 0px!important;
    color: #333;
}

#liste_downloads li a:hover {
    color: white;
}

#liste_downloads li:hover {
    background: #333;
    color: white;
}
    
}
