/* BASE LAYOUT */

/* Start page */
/* Other pages */
/* Footer */

/* FONT DEFINITIONS */

/* Reset All */
/* Headline */
/* List Elements */
/* Other */

/* FORM FIELDS */
/* LANGSELECT */

/* NAV */

/* Nav Adaptiv */
/* Top Nav */
/* Footer-Nav */

/* ACCORDION */
/* FLEXSLIDER */


/* ------------------ more than 1000 Pixels --------------------------------------------------------------------------------------------------------  */

/* BASE LAYOUT */

/* Start page */
/* Other pages */
/* Footer */

/* LANGSELECT */

/* NAV */

/* Nav Adaptiv */
/* Top Nav */
/* Footer-Nav */

/* FLEXSLIDER */

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
.field, .fieldText, .fieldInput, .fieldPull, .fieldSelect{
	width:270px;
	line-height:20px;
}
.icon-mail::before {
    content: "\2709";
    font-family: "mfg_labs_iconsetregular";
    font-size: 14px;
    height: auto;
    color: #fff;
    cursor: pointer;
    padding-right: 5px;
}


#logo {
    width: 150px;
    height: auto;
    margin: 0;
    left: 20px;
    position: relative;
    z-index: 10000;
    float: left;
}
#logo img{
    width: 100%;
    height: auto;
    margin-top:20px;
    text-align: center;
    border: 0;
}
@media screen and (min-width:480px) {
    #logo {
        float: left;
        height: auto;
        margin: 0;
        position: relative;
        top: 11px;
        width: 200px;
        z-index: 10000;
    }
    #logo img {
        width: 100%;
        height: auto;
        margin-top:0px;
        text-align: center;
        border: 0;
    }
}
@media screen and (min-width:1000px) {
    #logo {
        float: left;
        height: auto;
        margin: 0;
        position: relative;
        top: 26px;
        width: 200px;
        z-index: 10000;
    }
    #logo img {
        width: 100%;
        height: auto;
        margin-top:20px;
        text-align: center;
        border: 0;
    }
}
@media screen and (min-width:1160px) {
    #logo {
        width: 200px;
        height: auto;
        margin: 0;
        position: relative;
        top: 16px;
        z-index: 10000;
        float: left;
    }
    #logo img {
        width: 100%;
        height: auto;
        margin-top:30px;
        margin-bottom: 5px;
        text-align: center;
        border: 0;
    }
}

img {
    border: 0;
}
.startHeadline{
    width: 80%;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    text-align: center; /*  IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}
div {
    text-align: left;  /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img{
    margin-bottom: 0px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0px;
}
.layout-start #content div{
    text-align: left;
}
@media screen and (min-width:1000px) {
.layout-start #content-container {
    padding-bottom: 200px;
}
}
#content div.frame-default {
    float: left;
}
#content_top img{
    width:100%;
    height:auto;
}



/* BASE LAYOUT */
html, body {
    height: 100%;
}
#wrapper{
    position: relative;
    margin: 0 auto;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    z-index:2;
}
#header{
    height: auto;
    margin: auto;
    max-width: 1280px;
    position: relative;
    width: 100%;
}
@media screen and (min-width:1000px) {
    #header{
        height: 106px;
        margin: auto;
        max-width: 1280px;
        position: relative;
        width: 100%;
    }  
}
#header-1 {
	width: 100%;
    height:70px;
    float: left;
    margin-right: 30px;
}
.header-2 {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 100%;
}
@media screen and (min-width:1000px) {
    .header-2 {
        height: 30px;
        max-width: 800px;
        position: relative;
        left: 20px;
        top: 60px;
        width: 100%;
    }
}
@media screen and (min-width:1160px) {
    .header-2 {
        height: 30px;
        max-width: 890px;
        position: relative;
        left: 20px;
        top: 60px;
        width: 100%;
    }
}
#header-wrapper1 {  
    float:none;             
    width:100%; 
    text-align: center;  
    background: #b3cbe1;
}
#header-wrapper2 {  
    float:none;
    position:relative;
    top:0px;
    margin: 0 auto;   
    text-align: center;  
    background: #ffffff;   
}
#content_top {             
    width:100%;
    padding: 0px 0px 0px 0px;
    margin-left:0px;               
}
#content-container{
    display: inline-block;
    width:100%;
    padding: 0 20px;
}
@media screen and (min-width:1000px) {
    .layout-start #content-container{
    display: inline-block;
    width:100%;
    padding: 0 10px 50px 10px;
}
}

#content-wrapper {  
    max-width: 1280px;
    float:none;             
    width:100%;
    margin: 0 auto;  
    text-align: center;
    padding-bottom: 150px;    
    margin-top: 0px;
}
@media screen and (min-width:1000px) {
#content-wrapper {  
    padding-bottom: 300px;    
}
}
#content-wrapper img {
    max-width:100%;
    height:auto;
}
.layout-start #content-wrapper img {
    max-width:100%;
    height:100%;
}
#content-inner-wrapper {  
    max-width: 1280px;
    float:none;             
    width:100%;
    position:relative;
    top:0px;
    margin: 0 auto;  
    text-align: center; 
       
}
@media screen and (max-width:700px) {
#content-inner-wrapper {  
    padding-bottom: 0px;    
}
}
#content-inner-wrapper::before, #content-inner-wrapper::after {
    clear: both;
    content: " ";
    display: table;
}
*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Start page */
#content {
    float: none;
    position: relative;
    text-align: center;
    width: 100%;
    margin: auto;
}
@media screen and (min-width:861px) {
	#content {
   		margin: 0 auto;
	}
}
#content div.frame-default {
    float: none;
}


/* Other pages */
#content_left {
    width: 100%;
    margin:0;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width:1000px) {
    #content_left {
        margin-bottom: 80px;
    }
}
#content_right {

    width: 100%;
    margin:0;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width:1000px) {
    #content_right {

    border-top:solid #dddede 1px;

    }
}
/* typo3 content responive Anpassung */
@media screen and (max-width:700px) {
    /* typo3 Bild links vom Text */
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: none;
}
.csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 0;
    margin-top: 30px;
}
/* typo3 Bild rechts vom Text */
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    float: none;
}
/* typo3 Bilder nebeneinander */
div.ce-column {
    /*margin-bottom: 30px;*/
}
}

/* end - typo3 content responive Anpassung */
@media screen and (min-width:1000px) {
/* Other pages */
#content_left {
    float:left;
    width: 66.6667%;
    margin:0;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 50px;
}
#content_right {
    float:left;
    width: 33.3333%;
    margin:0;
    min-height: 1px;
    padding-top: 96px;
    padding-left: 50px;
    padding-right: 30px;
}
}


/* Footer */

    #footer {
        bottom: 0;
        clear: both;
        
        position: absolute;
        width: 100%;
        background:#51b0d7;
        padding: 0 0 20px 10px;
    }
#footer-container {
    
    width: 100%;
    
}
#footer-1 {   
    display:none;
}
#footer-2 {
    color: #fff;
    font-size: 12px;
    height: 55px;
    width: 100%;
    background:none; 
    text-align:left;
    margin: 10px 10px 0px 0px;
   
}
span.Normal a, span.Normal a:link, span.Normal a:visited {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform:uppercase;
    display: inline-block;
}
span.Normal a:hover {
    color: #ddd;
    font-size: 14px;
    text-decoration: none;
    text-transform:uppercase;
}
.navpipe {
    color: #fff;
    font-size: 14px;
    margin: 0px 5px 0px 5px;
    text-decoration: none;
}
#footer-2 div{
    padding:0px 0px 0px 0px;
    margin-bottom:10px;
}
#footer-1 p{
    font-size: 14px;
    padding: 15px 5px 15px 10px;
}



/* FONT DEFINITIONS */
/* RESET ALL */
* {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #7A7A7A;
    font-size: 16px;
}
#content-wrapper p {
    line-height:24px;
}
a {
    color: #51b0d7;
    text-decoration: none;
    outline: none;
}
a:link {
    color: #51b0d7;
    text-decoration: none;
}
a:visited {
    color: #51b0d7;
    text-decoration: none;
}
a:hover {
    color: #51b0d7;
    text-decoration: underline;
}
a:active {
    color: #51b0d7;
    text-decoration: none;
}
a:focus {
    outline:0;
}
/*
a.internal-link, a.internal-link:link, a.internal-link:visited{
        color: #545454;
        text-decoration: none;
}
a.internal-link:hover{
        color: #004A89;
        text-decoration: none;
}
a.external-link-new-window, a.external-link-new-window:link, a.external-link-new-window:visited{
        color: #545454;
        text-decoration: none;
}
a.external-link-new-window:hover{
        color: #004A89;
        text-decoration: none;
}
*/
#content_right *{
    font-size: 14px;
    line-height:18px;
    
}
#content_right a {
    color: #009FE3;
    text-decoration: none;
    outline: none;
}
#content_right a:link {
    color: #009FE3;
    text-decoration: none;
}
#content_right a:visited {
    color: #009FE3;
    text-decoration: none;
}
#content_right a:hover {
    color: #009FE3;
    text-decoration: underline;
}
#content_right a:active {
    color: #009FE3;
    text-decoration: none;
}
#content_right a:focus {
    outline:0;
}
#content-wrapper .frame-default {
    margin: 30px 0;
}
#content-wrapper .frame-default, #content-wrapper .frame {
    margin: 30px 0;
}
#content-wrapper #content_left .frame-default, #content-wrapper #content_left .frame {
    margin: 50px 0;
}


/* HEADLINE */
H1, H2, H3, H4, H5{
}

#content_left h1 {
    color: #525959;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 15px 0;
    font-weight: 400;
}
#content_left h2 {
    color: #525959;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px 0;
    font-weight: 400;
}
H3{	
    font-size:24px;
    line-height:24px;
    color:#92BF1F;
}
H4{
    color:#92BF1F;
    font-size:14px;
    line-height:30px;
}
H5{
    color: #92BF1F;
    font-size: 24px;
}
#content_right H1{
    font-size:18px;
    line-height:20px;
    color:#009FE3;
    margin-bottom:15px;
}
#content_right H2{

    color:#51b0d7;

    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px 0;
    font-weight: 400;
}
#content_right H3{
    font-size:16px;
    color:#009fe3;
    line-height:30px;
    font-style: italic;
    font-weight: normal;
}
#content_right H4{
    font-size:14px;
    color:#009fe3;
    line-height:30px;
}
.important{

}
#content-wrapper .csc-textpic-image {
    padding-top: 4px;
}
#content-wrapper .csc-textpic-imagewrap {
    margin: 0 0 0 0;
}
/* LIST ELEMENTS */
#topNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ol{
    margin-left: 18px;
}
/*
ul.symbol { list-style: url(sym.png) }
ul.char { list-style-type:none;}
ul.char li:before { content: "\25BA" " "; }
*/
figcaption.csc-textpic-caption {
    font-size:14px;
    color: #FFF;
    background: #51b0d7;
    padding: 2px 0 2px 10px;
}
#content_left ul, #content ul { 
    list-style-type:none;
    margin-left: 0;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
#content_left ol, #content ol{ 
    
    margin-left: 0;
    padding-left: 1.5em;
    
}
#tx_form_form ol { 
    list-style-type:none;
    margin-left: 0;
    padding-left: 1.5em;
    text-indent: -1.5em;  
}
#content_right ul{ 
    list-style-type:none;
    margin-left: 0;
    padding-left: 1.4em;
    text-indent: -1.4em;
}
#content_left ul li:before, #content ul li:before{
    content: "\f006";
    font-family: "mfg_labs_iconsetregular";
    padding-right: 8px;
    color: #009FE3;
    font-size: 18px;
    font-weight: bold;
}
#content_right ul li:before{
    content: "▶";
    padding-right: 7px;
    color: #009FE3;
    font-size: 14px;
    font-weight: bold;
}

/* OTHER */
.clearing {
    height:1px;
    line-height:1px;
    font-size:1px;
    clear:both;
}
.align-justify{
    text-align: justify;
}
.align-center{
    text-align:center;
}
.align-right{
    text-align:right;
}
.contenttable td{
    vertical-align:top;
}
HR{
    margin:20px 0px 20px 0px;
    border: none;
    border-top:solid #dddede 1px;
    color:#FFFFFF;
    background-color:#FFFFFF;
    height:1px;
}
#content_left HR{
    border: none;
    border-top:solid #dddede 1px;
    color:#FFFFFF;
    background-color:#FFFFFF;
    height:1px;
    margin:50px 0;
}
.csc-textpic-text p.bodytext img{
    padding-right:10px;	
    padding-bottom:10px;	
}
.indent{
    padding-left: 23px;
}
.mf-contentteaser-box li{
    color:#FFFFFF;
}

/* FORM FIELDS */
div.csc-mailform ol li {
    overflow: visible;
}
button, input, textarea{
    background: #ddd;
    border: 0;
    padding: 5px;
    margin: 3px 0 10px 0;
    width: 100%;
    max-width: 310px;
}
textarea{
	height: 250px;
}
button[type="submit"]{
    width: 100%;
    max-width: 310px;
}
div.csc-mailform li label {
    float: left;
    margin: 3px 0 10px 0;
    margin-right: 1em;
    vertical-align: baseline;
    width: 11em;
}
#content div.csc-mailform ul, #content div.csc-mailform ol {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
}
ol li.csc-form-element.csc-form-element-button input
{
}
label {
    font-size: 18px;
    clear: both;
    display: block;
    float: left;
    margin-right: 5px;
    width: 12em;
}
.csc-mailform-field input {
    background-color: #ddd;
    border-width: 0;
    margin: 0 0 7px;
    padding: 1px 0 1px 3px;
}
.csc-mailform-field textarea {
    background-color: #ddd;
    border-width: 0;
    margin: 0 0 7px;
    padding: 1px 0 1px 3px;
    width: 350px;
}
.field-nachricht {
    padding-top: 20px;
}
.field-Nachricht label {
    font-size: 14px;
    padding: 20px 0 10px;
    width: 350px;
}
.field-formtype_mail input {
    background-color: #ddd;
    display: inline;
    margin: 0;
    padding: 10px 0 0;
    text-align: left;
    width: 60px;
}
fieldset {
    border: 0 none;
}
.csc-mailform-submit {
    background: #FFF;
    width:100px;
    cursor: pointer;
}
.csc-uploads-fileName a, .csc-uploads-fileName a:link, .csc-uploads-fileName a:active, .csc-uploads-fileName a:visited {
    font-size: 11px;
}

/*  TODO: auf 10px - css-Einstellung fur vertikale Bildabstände - normalerweise im constant editor einzustellen, geht aber nicht im IE.  */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
    margin-bottom:0px;
}
@media screen and (max-width:1000px) {
    div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
        margin-bottom:20px;
    }
}
@media screen and (max-width:1000px) {
    .csc-textpic-intext-right-nowrap-143 .csc-textpic-text {
    margin-right: 0;
}
}
/* LANGSELECT */
#langselect {
    background: #dddddd none repeat scroll 0 0;
    float: right;
    height: 12px;
    margin-top: 0;
    padding: 8px;
    position: relative;
    top: 0;
    width: 80px;
    z-index: 1000;
}
#langselect div{
    float: left;
    font-size:11px;
    color: #525959;
    text-decoration: none;
    padding:0 0px 0 5px;
    line-height: 13px;
    width:17px;
    height:13px;
}
#langselect {
    background: #dddddd none repeat scroll 0 0;
    float: right;
    height: 12px;
    margin-top: -70px;
    margin-right: 80px;
    padding: 8px;
    position: relative;
    top: 0;
    width: 80px;
    z-index: 1000;
}
#langselect #langdivider{
    border-right: 1px solid #AAACAC;
    padding:0 5px 0 5px;
    width:17px;
}
#langselect a, #langselect a:link, #langselect a:visited{
    font-size:11px;
    line-height: 13px;
    color: #AAACAC;
    text-decoration: none;
}
#langselect a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
#langselect #langdivider a, #langselect #langdivider a:link, #langselect #langdivider a:visited{
    color: #AAACAC;
    text-decoration: none;
    line-height: 13px;
}
#langselect #langdivider a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
#homebutton {
    display: none;
}

/* ACCORDION */		
.ka-panel.close .ka-handler h1 {
    background-image: url("../images/ka-plus.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #92BF1F;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 55px; 
    color:#FFF;
    margin-bottom: 7px;
}
.ka-panel.open .ka-handler h1 {
    background-image: url("../images/ka-minus.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #92BF1F;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 55px; 
    color:#FFF;
    margin-bottom: 7px;
}
.ka-content {
    padding-top: 5px;
    padding-bottom: 15px;
}
.ka-panel{
    padding-bottom: 1px;
}
.ka-content{
    padding-left: 46px;
}

/* FLEXSLIDER */
.flex-caption, .flex-caption span, .flex-caption strong{
    color:#fff;
    background:#009FE3;

    display:none;
}
.flexslider .slides img {
    display: block;
    max-width: 100%;
    height: 100%;
}
.flex-control-nav {
    bottom: -30px;
    z-index:10000;
}
@media screen and (max-width:861px) {
	.flex-control-nav {
    	display:none;
	}
}
.flex-control-nav li a {
    background-position: 0 0px;
    cursor: pointer;
    color: #009FE3;
}
.flex-control-nav li a.active {
    background-position: 0 -30px;
    cursor: default;
}
.flex-control-nav li a:hover {
    background-position: 0 -30px;
    cursor: pointer;
}
.flexslider {
    border: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    margin:0;
}
.tx-ws-flexslider .caption-align-left .caption-text {
	display: none;
}
.tx-ws-flexslider .caption-align-left .caption-text {
}
.tx-ws-flexslider .caption-text{
    background: none;
    width: auto;
}
.flex-direction-nav {
    display: none;
}
.tx-ws-flexslider .caption-title{
    margin: 0;
    padding: 6px 3px 6px 3px;
    background: rgba(255,255,255,0.8);
    width: auto;
    color: #515959;
    font-size: 24px;
    font-weight:normal;
    margin-bottom: 7px;
    display: inline-flex;
}
.caption-body {
    padding: 6px 10px 6px 10px;
    background: rgba(255,255,255,0.9);
    width: auto;
}
.tx-ws-flexslider .caption-body p {
    color: #515959;
    font-size: 24px;
}
.flex-direction-nav .flex-next {
    right: 10px;
    color: #FFF;
}
.flex-direction-nav .flex-prev {
    right: 0px;
    color: #FFF;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {  }
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #e9e9e9; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; box-shadow:none; opacity:1}
.flex-control-paging li a:hover { background: #e9e9e9; opacity:1}
.flex-control-paging li a.flex-active { background: #51b0d7; cursor: default; }

/*VIDEO*/
video, .video-js{
    width: 100% !important;
    height: auto !important;
}
.html5videoplayer{
    min-height: 300px;
}
/*VIDEO*/
#headerNav {
    position:relative;
    margin:0 auto;
    width: 220px;
    height: 25px;
}


/* NEU IN 8.7*/
.frame.frame-default.csc-space-after-extra-large{
	margin: 0 0 100px 0;	
}
.frame.frame-default.csc-space-after-large{
	margin: 0 0 50px 0;	
}
.frame.frame-default.csc-space-after-medium{
	margin: 0 0 30px 0;	
}
.frame.frame-default.csc-space-after-small{
	margin: 0 0 20px 0;	
}
.frame.frame-default.csc-space-after-extra-small{
	margin: 0 0 10px 0;	
}

.frame.frame-default.csc-space-before-extra-large{
	margin: 100px 0 0 0;	
}
.frame.frame-default.csc-space-before-large{
	margin: 50px 0 0 0;	
}
.frame.frame-default.csc-space-before-medium{
	margin: 30px 0 0 0;	
}
.frame.frame-default.csc-space-before-small{
	margin: 20px 0 0 0;	
}
.frame.frame-default.csc-space-before-extra-small{
	margin: 5px 0 0 0;	
}
/* NEU IN 8.7*/






@media screen and (min-width:550px) {
        #headerNav {
        position: absolute;
        top: 0;
        right: 77px;
        width: 250px;
        height: 25px;
    }
}
@media screen and (min-width:1160px) {
    #headerNav {
        position: absolute;
        top: 0;
        right: 77px;
        width: 250px;
        height: 25px;
    }
}
#support-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 25px;
    background: #009FE3 url(../images/icon-support-white.svg) 5px 5px no-repeat; 
    padding-left: 25px;
    padding-top: 4px;
    font-size: 12px;
    color: #FFF;
}
#support-button a, #support-button a:link, #support-button a:visited, #support-button a:hover {
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}
#kontakt-button {
	float: left;
    width: 100px;
    height: 30px;
    background: #51b0d7;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 12px;
    color: #FFF;
}
#shop-button {
	float: left;
    width: 110px;
    height: 30px;
    background: #51b0d7;
    padding: 9px 5px 0 10px;
    margin: 0 0 0 10px;
    font-size: 12px;
    color: #FFF;
}
#kontakt-button a, #kontakt-button a:link, #kontakt-button a:visited, #kontakt-button a:hover {
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}
#shop-button a, #shop-button a:link, #shop-button a:visited, #shop-button a:hover {
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}
#icon-ansprechpartner {
    background: url(../images/icon-ansprechpartner.svg) 5px 5px no-repeat; 
    padding-left:35px;
    font-size: 14px;
    line-height: 26px;
    color: #596363;
    padding-bottom: 0px;
    padding-left: 30px;
}
#icon-kontakt {
    background: url(../images/icon-kontakt.svg) 5px 5px no-repeat; 
    padding-left:35px;
    font-size: 14px;
    line-height: 26px;
    color: #596363;
    padding-bottom: 0px;
    padding-left: 30px;
}
#icon-mail {
    background: url(../images/icon-mail.svg) 5px 5px no-repeat; 
    padding-left:35px;
    font-size: 14px;
    line-height: 23px;
    color: #596363;
    padding-bottom: 20px;
    padding-left: 30px;
}

/* ------------------ more than 860 Pixels --------------------------------------------------------------------------------------------------------  */
@media screen and (min-width:861px) {

	button[type="submit"]{
	    margin-left: 220px;
	}
	/*
    #content-container div.frame-default {
        float: left;
        margin: 0 auto;
        width: 25%;
        padding: 0 4% 0 4%;
    }
    
    body.layout-start #content-container div.frame-default:first-of-type {
        float: none;
        width: 100%;
        padding: 0 0 50px 0;
    }
    */
    #content-container{
        margin: 0 auto;
        width: 100%;
    }
    /*FLEXSLIDER*/
    .caption-wrapper{
        display: block;
        left: 100px;
        position: relative;
        top: -190px;
    }
    .flex-control-nav {
        bottom: 10px;
        z-index: 998;
    }
    .flex-direction-nav {
        display: block;
    }
    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {  }
    .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #FFF; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; box-shadow:none; opacity:1}
    .flex-control-paging li a:hover { background: #FFF; opacity:1}
    .flex-control-paging li a.flex-active { background: #51b0d7; cursor: default; }
    #footer {
        bottom: 0;
        clear: both;
        height: auto;
        position: absolute;
        width: 100%;
        background: #51b0d7;
        padding:30px 0;
    }
    #footer-1 {
        float:left;
        height: 55px;
        width: 33.33%;
        background:#93BD08;
        display:block;
    }
    #footer-2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size:14px;
        color: #fff;
        position: relative;
        height: 55px;
        width: 66.66%;
        background-color: #009FE3;
        background-image: url("../images/triangle-footer.gif");
        background-repeat: no-repeat;
        background-position: 50px top;
        float:right;
        margin:0;
        padding:12px 20px 0 0;
        text-align:right;
    }
}
body.layout-start div#wrapper #content-wrapper {  
	background: #edf3f6;
        padding-top: 50px;
    }
/* ------------------ more than 950 Pixels --------------------------------------------------------------------------------------------------------  */
@media screen and (min-width:1000px) {
	 #content-container{
        margin: 0 auto;
        width: 100%;
    }
	body.layout-start div#wrapper #content-wrapper {  
        max-width: none;
        float:none;             
        width:100%;
        text-align: center;
		background: #edf3f6;
        padding-top: 0;
    }
    #header-1 {
        height: 90px;
        width: 17%;
    }
}
/* ------------------ more than 1140 Pixels --------------------------------------------------------------------------------------------------------  */
@media screen and (min-width:1280px) {
    #logo {
        position: relative;
        top: 0;
        left: 0;
        margin:0px;
        z-index: 10000;
        width:288px;
        height:auto;
    }
    #logo img{
        width: 270px;
        height: auto;
    }
    #homebutton {
        display: block;
        float: left;
        padding: 18px 20px 0 0px;
        width: 25px;
        border: none;
    }
    /* BASE LAYOUT */
    #wrapall {
        position:absolute;
        top:0px;
        left:0px;
        margin: 0 auto;
        width: 100%;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        z-index:1;
    }
    #header{
        width:100%;
        max-width:1280px;
        height: 106px;
        margin: auto;
        position:relative;
    }
    #header-1 {
        height: 90px;
        width:288px;
        height: auto;
        border-bottom:none;
        position: relative;
        left:10px;
      
        float: left;
    }
    .header-2 {
        height: 30px;
        max-width: 890px;
        position: relative;
        right: 0;
        top: 60px;
        width: 100%;
    }
    #header-wrapper1 {  
        float:none;             
        width:100%;
        text-align: center;
    }
    #header-wrapper2 {  
        float:none;             
        width:100%;
        max-width:1920px; 
        position:relative;
        top:0px;
        margin: 0 auto;    
        text-align: center;  
        background: #ffffff;   
    }
    #content_top {               
        width:100%;
        padding:0px 0px 0px 0px;            
    }
    #content-wrapper {  
        float:none;             
        width:100%;
        top:0px;
        text-align: center;   
    }

    /* Start page */
    body.layout-start div#wrapper #content-wrapper #content{               
        width:100%;
        text-align: center;
    }
    #content {               
        position: relative;
        width:70%;
        text-align: center;
        margin:0 auto;
        margin-top: 0px;   
    }
    #content-container{
        margin: 0 auto;
        width: 90%;
        max-width: 1280px;
    }
    /*
    #content-container div.frame-default {
        float: left;
        margin: 0 auto;
        width: 25%;
        padding: 0 4% 0 4%;
    }
    body.layout-start #content-container div.frame-default:first-of-type {
        float: none;
        width: 100%;
    }
    body.layout-start #content-container div.frame-default:first-of-type H1{
        font-size: 34px;
    }
    */
    /* Other pages */

    /* Footer */
    #footer {
        bottom: 0;
        clear: both;
        height: auto;
        position: absolute;
        width: 100%;
        background: #51b0d7;
        padding:30px 0;
    }
    #footer-container {
        position: relative;
        margin: 0 auto;
        max-width: 1280px;
        height:auto;
    }

    #footer-1 p{
        padding:15px 5px 15px 0px;
    }
    /* LANGSELECT */
    #langselect{
        padding:8px 8px 8px 8px;
        position: relative;
        top:0px;
        left: 80px;
        margin-top:0px;
        z-index:1000;
        background:#dddddd;
        width:80px;
        height:12px;
        float:right;
    }
    #langselect div{
        float:left;
    }



    /* FLEXSLIDER */
    .flex-direction-nav .flex-next {
        color: #fff;
        right: 0;
    }
    .caption-wrapper{
        display: block;
        left: 7%;
        position: relative;
        top: -240px;
    }

    /*VIDEO*/
    .html5videoplayer{
        min-height: 500px;
    }
    /*VIDEO*/
}
#footer-nav {
    display:none;
}
#footer-nav-2 {
    position:relative;
    margin: 15px auto 0;
    max-width:1000px;
    min-height: 10px;
    display:block;
    padding:20px 20px;
    color:#FFF;
    font-size:13px;
    
}
@media screen and (min-width:1000px) {
#footer-nav {
    position:relative;
    margin: 0 auto;
    max-width:1000px;
    min-height: 200px;
    display:block;
}

}
#footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
}
#footer-nav ul {   
   width: 200px;
   padding-left: 20px;
   float:left;
}
#footer-nav ul ul { 
    padding:0;
}
#footer-nav .topNavOpen, #footer-nav .topNavClose {   
   display:none;
}
#footer-nav a, #footer-nav a:link, #footer-nav a:visited {
    color:#FFF;
    font-size:13px;
    text-decoration: none;
}

#footer-nav-2 a, #footer-nav-2 a:link, #footer-nav-2 a:visited {
    color:#FFF;
    font-size:13px;
}
#footer-nav a:hover, #footer-nav-2 a:hover {
    color:#CCC;
    font-size:13px;
    text-decoration: none;
}
#footer-nav ul li a {
    font-size:13px;
    color:#FFF;
    text-transform: uppercase;
}
#footer-nav ul li ul li.sub {
    padding-right: 20px;
}
#footer-nav ul li ul li.sub a {
    text-transform: none;
}
#headline-start{
    width:100%;
    position:relative;
    margin:0 auto;
    max-width: 1280px;
    padding: 0 20px;
}
.layout-start h1 {
    padding: 10px 0 0;
    font-size:24px;
    line-height: 30px;
    margin: 0 1% 50px 1%;
    color:#525959;
    font-weight: 100;
}
.layout-start #content-wrapper .frame-indent p {
    margin: 0 1% 10px 1%;
}
#content-wrapper #content_left .frame-type-image .ce-column {
    width:200px !important;
    height:150px !important;
    max-height:150px !important;
    overflow:hidden;
    border: 2px solid #dddede;
}
#content-wrapper div.ce-column figure.image figcaption.image-caption {
    display:none;
}

/* FLEX TEASER */
body.layout-start .frame.frame-default:nth-child(1){
	width:100% !important;
	background:none !important;
	margin: 30px 0 0 0 !important;
}
body.layout-start .frame.frame-default:nth-child(1) h1{
	margin: 0 1% 10px 1%;
}
body.layout-start #content-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
body.layout-start .frame.frame-default{
	width:100%;
	background: #FFF;
	margin: 15px 0 !important;
}
.mf-contentteaser-box{
	width:100% !important;
	background:none !important;
	margin: 0 !important;
	min-height: auto !important;
}

@media screen and (min-width:540px) {
	body.layout-start .frame.frame-default{
		width:48%;
		background: #FFF;
	}
}
@media screen and (min-width:1000px) {
	body.layout-start .frame.frame-default{
		width:31%;
		background: #FFF;
	}
}
/* FLEX TEASER */

.layout-start .frame.frame-indent{
    margin: 40px 1% 10px 1%;
}
div#header-wrapper1 div#header-wrapper2 div.ce-gallery{
	margin-bottom: 0px;
}

body.layout-start div#wrapper div#header-wrapper1{
	margin-top: -30px;
}


/* FORMBUILDER */

/*-- Fragen Formular ---------------------------------------------*/
.tx-mfformbuilder-pi1 form{
	margin-top:20px;
}
.errorMessageWrap {
	font-weight:bold;
	color:#F00;
}

.errorWrap {
	color:#F00;
}
.errorlabelWrap {
	font-size: 14px;
	font-weight:bold;
	color:#F00;
	margin-bottom: 4px;
}


.labelWrap, .labelWrapRadio, .labelWrapPull, .labelWrapSelect, .labelWrapLabel, .labelWrapUpload, .errorlabelWrap{
	float: left;
	width: 210px;
	font-weight:bold;
	padding-top:5px;
	padding-right:5px;
	font-size: 16px;
}
.labelWrapInput, .labelWrapText, .labelWrapCaptcha{
	float: left;
	width: 210px;
	font-weight:bold;
	padding-top:3px;
	padding-right:5px;
	font-size: 16px;
}
.labelWrapCheck{
	float: left;
	width: 210px;
	font-weight:bold;
	margin-top: -4px;
	padding-right:5px;
	font-size: 16px;
}

.fieldWrapCheck, .fieldWrapPull, .fieldWrapSelect, .fieldWrapLabel, .fieldWrapUpload{
	float: left;
	width: 270px;
	padding-bottom:0;
	padding-top:0;
}
.fieldWrapInput{
	float: left;
	width: 270px;
	height: auto;
}
.fieldWrapCaptcha{
	float: left;
	width: 270px;
	height:45px;
	padding-bottom:10px;
}
.fieldWrapText{
	float: left;
	width: 270px;
	padding-bottom:10px;
	padding-top:7px;
}
.descWrapInput, .descWrapText, .descWrapCheck, .descWrapRadio, .descWrapPull, .descWrapSelect, .descWrapLabel, .descWrapUpload, .descWrapCaptcha{
	/*margin-top:10px;*/
	/*float: left;*/
	width: 270px;
	min-height:15px;
	padding-bottom:5px;
	padding-top:5px;
	clear: both;
	font-size: 14px;
	line-height: 16px;
}

.field, .fieldText, .fieldInput, .fieldPull, .fieldSelect{
	width:270px;
	line-height:14px;
}

.fieldWrapRadio {
	
}
.optionWrapCheck, .optionWrapRadio{
	margin-right:5px;
}
.optionWrapRadio input{
	width: 30px;
}
.rowWrap {
	clear:both;
	padding: 10px 0px;
	font-size: 16px;
	line-height: 24px;
}
.errorWrap, .errorMessageWrap, .errorlabelWrap {
	color:#CC0000;
	font-weight:bold;
}
.errorMessageWrap {
	margin-bottom:10px;
}
.errorlabelWrap {

}
.emailSuccess{
	font-size:14px;
	width:100%;
	text-align:left;
	margin-top:20px;
}

/*############ AJAX ##################*/
.filter-table{
	margin:0px;
	padding:0px;
	width:200px;
}

.filter-label{
	height:20px;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	text-align:right;
}
.filter-input{
	height:20px;
	font-size:11px;
	font-weight:bold;
	padding:5px;
}
#list-div{
	width:298px;
	height:75px;
	border: 1px solid #C1C1C1;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0px;
	margin-left:110px;
}
.list-table{
	border: 1px solid #C1C1C1;
	margin:0px;
	padding:0px;
	width:300px;
}
.head-label{
	height:35px;
	font-size:11px;
	font-weight:bold;
	background-image: url('../img/back_head.png');
	border-bottom:1px solid #EAEEED;
	padding:5px;
}
.col-1{
	border-bottom: 1px solid #EAEEED;
	margin:0px;
	width:30px;
	padding:0px;
}
.col-2{
	width:180px;
	border-bottom: 1px solid #EAEEED;
	margin:0px;
	padding:0px;
}
.col-3{
	width:60px;
	border-bottom: 1px solid #EAEEED;
	margin:0px;
	padding:0px;
}
select{
	margin: 0 0 0 0;
	width: 300px;
	font-size: 16px;
	border: 2px solid #193964;;
	border-radius: 5px;
	background: #fff;
}
select option{
	padding: 2px 10px 2px 10px;
}
#loading-list{
	text-align:center;
	width:300px;
	padding-top:30px;
	height:50px;
}





.labelWrapRadio{
	float: left;
	margin-bottom: 10px;
}
.optionWrapRadio{
	float: left;
}
.fieldWrapRadio{
	margin: 5px 0 0 0;
}
div.optionWrapRadio img{
	width: 70px;
	height: auto;
	cursor: pointer;
    position: relative;
    top: 10px;
    margin-bottom: 5px;
}
input{
	font-size: 16px;
}
input, textarea {
	margin: 0;
}
.fieldWrapCheck input{
	width: 20px;
}
footer{
	font-size: 10px;
}
.fieldWrapSubmit input{
	cursor: pointer;
}

#mf-formbuilder-anlage1{
	border: 1px solid #BEBEC9;
	background: #eee;
	padding: 10px;
	display: inline-block;
}
/* FORMBUILDER */

/*standard Content*/
.ce-right .ce-gallery {
   	float: none;
}
.ce-intext.ce-right .ce-gallery {
    margin-left: 0;
}
.ce-left .ce-gallery {
   	float: none;
}
.ce-intext.ce-right .ce-gallery {
   	margin-right: 0;
}
@media screen and (min-width:500px) {
	.ce-right .ce-gallery {
    	float: right;
	}
	.ce-intext.ce-right .ce-gallery {
    	margin-left: 10px;
	}
	.ce-left .ce-gallery {
    	float: left;
	}
	.ce-intext.ce-right .ce-gallery {
    	margin-right: 10px;
	}
}
