/*
         KFUG CSS
         Design: Kreativagentur Freudenschrei UG | https://www.freudenschrei.ug
         ======================
         Grundfarben: #ff5a00 (Orange), #20cba0 (Petrol Hell), #009d76 (Petrol), #004232 (Petrol Dark), #007889 (blau) , #035c6a (blau dark)
         #16293a (Grau-Blau dark), #2a4054 (Grau-Blau), #828e98 (Grau), #eeeeee (Grau Hell), #e3e3e5 (Grau Hell 2)
*/

/* Links */
a:link, a:visited {
         font-family: 'Abel', Verdana;
         font-size: 1.0em;
         color: #000000;
         font-weight: normal;
         text-decoration: none;
         padding-bottom: 1px;
         border-bottom: 2px #000000 dotted;
}

a:hover, .link:hover {
         color: #008967;
         text-decoration: none;
}

a.button:link, a.button:visited, .button {
         display: inline-block;
         cursor: pointer;

         background: #009d76;
         padding: 10px 20px;
         margin: 10px 0px;

         -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
         border: 0px #FFFFFF solid !important;

         font-family: 'Quicksand';
         font-size: 0.9em;
         color: #FFFFFF;
         font-weight: bold;
         text-decoration: none;
         text-shadow: rgba(0,0,0,0.3) 1px 1px 0px;
         text-transform: uppercase;
}

a.button:hover, .button:hover {
        background: #00252c;
         text-decoration: none;
}

a, a:hover {
         transition: 0.4s;
}

/* Allgemein */
html {
         margin: 0;
         padding: 0;
         min-width: 320px;
         height: 100%;
         width: 100%;
}

body {
        background:#FFFFFF;
         margin: 0px;
         padding: 0px;
         min-width: 320px;
}

body, div {
         font-family: 'Abel', Verdana;
         font-size: 1.0em;
         color: #3F3F3F;
         font-weight: normal;

         padding: 0px 0px 0px 0px;
         margin: 0px 0px 0px 0px;
}

/* Überschriften */
h1 {
         font-size: 2.2em;
         color: #008967;
         font-weight: normal;
         margin: 0px 0px 0px 0px;
         text-shadow: #FFFFFFF 2px 2px 0px;
}

h2 {
         font-size: 1.8em;
         color: #008967;
         font-weight: normal;
         margin: 0px 0px 0px 0px;
         text-shadow: #FFFFFF 0px 0px 0px;
}

h3 {
        display: inline-block;
         margin: 5px 0px 5px 0px;
         padding: 3px 10px 3px 10px;

         font-size: 1.2em;
         color: #FFFFFF;
         font-weight: 700;
         text-shadow: rgba(0,0,0,0.2) 0px 0px 0px;

         background: #008967;
         cursor: pointer;
}

/* Standards */
.l         { float:left; }
.r       { float:right; }
.a_l        { text-align: left;}
.a_c        { text-align: center;}
.a_r        { text-align: right;}
.inline         { display: inline-block; }
.hide         { display: none !important; }
.show         { display: block !important; }
img         { border: 0px; }
.clear         { clear:both; line-height:0.0em; height: 0px; display: block; background-color: #FFDF00; }
.pad        { padding: 10px; }
.pad_top        { padding: 20px 0px; }
.pad_l         { padding: 0px 0px 0px 10px; }
.pad_m         { padding: 0px 10px 0px 10px; }
.pad_r         { padding: 0px 10px 0px 0px; }
.pad_s        { padding: 5px; }
.small        { font-size: 0.8em !important; }
.smaller        { font-size: 0.6em !important; }
.big        { font-size: 1.3em !important; }
.line        { border-bottom: 2px #BFBFBF dotted; }
.round        { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
.align_right, .a_r { text-align: right; }
.align_center, .a_c { text-align: center; }
.texti        { text-indent: 100%; white-space: nowrap; overflow: hidden; }
.kon         { direction: rtl; unicode-bidi: bidi-override; text-align: left; }
hr         { border: 0px #FFFFFF; border-bottom: 3px #DFDFDF dotted; height: 0px; }
td         { vertical-align: middle; }
::-moz-selection { background: #ff5400; color: #FFFFFF; text-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px; }
::selection { background: #ff5400; color: #FFFFFF; text-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px; }

.noshadow { -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0); -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0); box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0); }
.nospan { cell-spacing: 0; cell-padding: 0; padding: 0; margin: 0; }
.nodeco { text-decoration: none !important; }

.w100  { width: 100% !important; }
.w80  { width: 80% !important; }
.w75  { width: 75% !important; }
.w70  { width: 70% !important; }
.w66  { width: 66% !important; }
.w60  { width: 60% !important; }
.w50  { width: 50% !important; }
.w40  { width: 40% !important; }
.w33  { width: 33.333% !important; }
.w20  { width: 20% !important; }
.w16  { width: 16.6667% !important; }
.w10  { width: 10% !important; }

.w50pad  { width: calc(50% - 20px); margin: 0px 10px; }
.w66pad  { width: calc(66.666% - 20px); margin: 0px 10px;  }
.w33pad  { width: calc(33.333% - 20px); margin: 0px 10px;  }
.w25pad  { width: calc(25% - 24px); margin: 0px 10px;  }

.s { color: black; background-color: black; }
.w { color: white; background-color: white; }

.bg1 { background: #f5f5f5; }
.bg2 { background: #d0d7e0; }
.bg3 { background: #685B50; }
.bg4 { background: #9CCD1C; }
.bg5 { background: #ff5400; }
.bg6 { background: #FFD11B; }

/* Sonstiges */
#w {
         display: none;
         position: fixed;
         z-index: 100;
         left: 0px;
         bottom: 0px;
         color: #FFFFFF;
         padding: 5px;
         background: #BF0000;
}

/* Menu */
#fp-nav a, #fp-nav li {
        border: 0px;
        text-decoration: none !important;
}

/* Aufbau */
#wrapper {
         width: 100%;
}

#wrapper .section .inhalt {
        float: left;
              max-width: 50%;
         border: 0px #FFDF00 solid;
         font-size: 1.4em;
}

.slide .text {
         font-size: 1.2em !important;
}

/* Über uns */
#wrapper .ueber-uns {
         background-image: url(../images/background_about.png);
         background-size: cover;
         background-position: right bottom;
         background-color: #007889;
}

#wrapper .ueber-uns .inhalt {
         color: #FFFFFF;
         text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;
         margin-left: 100px;
}

#wrapper .ueber-uns h1 {
         color: #FFFFFF;
         text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 1px;
         margin-bottom: 20px;
}

/* Start */
#wrapper .start {
         background-color: #20cba0;
        background-image: url(../images/background_start.jpg);
         background-size: cover;
         background-position: center bottom;
}

/* Grafikdesign */
#wrapper .grafikdesign {
         background-color: #f1f1f1 !important;
        background-image: url(../images/background_grafikdesign.jpg);
         background-size: cover;
         background-position: center bottom;
         text-align: right;
}
#wrapper .grafikdesign .inhalt {
         float: right;
         text-align: right;
         max-width: 50%;
         margin-right: 100px;
         text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 1px;
}

/* Produktfotografie */
#wrapper .produktfotografie {
         background-color: #009d76;
        background-image: url(../images/background_foto.jpg);
         background-size: cover;
         background-position: right bottom;

}
#wrapper .produktfotografie .inhalt {
         float: left;
         text-align: left;
         text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;
         color: #FFFFFF;
         margin-left: 100px;
}
#wrapper .produktfotografie a { color: #FFFFFF; border-color: #FFFFFF; }
#wrapper .produktfotografie h2 {
        color: #FFFFFF;
         text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 1px;
}

#wrapper .produktfotografie .button {
         background: #FFFFFF;
         color: #000000;
         text-shadow: rgba(0,0,0,0.1) 1px 1px 0px;
}

#wrapper .produktfotografie .button:hover {
        background: #009d76;
         color: #FFFFFF;
         text-shadow: rgba(0,0,0,0.2) 2px 2px 0px;
}


/* STOCK */
#wrapper .stockfotografie {
         background-color: #009d76;
        background-image: url(../images/background_stock.jpg);
         background-size: cover;
         background-position: right center;
         color: #FFFFFF;
}

#wrapper .stockfotografie .inhalt {
         float: left;
         text-align: left;
         margin-left: 100px;

         text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 1px;
         color: #FFFFFF;
}

#wrapper .stockfotografie h2 {
        color: #FFFFFF;
         text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 1px;
}

#wrapper .stockfotografie .inhalt .bilder {
         width: 100%;
         height: 40px;
         margin-top: 20px;
}

#wrapper .stockfotografie .inhalt .bilder img {
        width: auto;
         height: 100%;
         margin: 10px;
}

/* Kunden */
#wrapper .kunden {
         background-color: #FFFFFF;
}
#wrapper .kunden .inhalt {
        max-width: 80%;
         height: 80%;
         margin: 5% 10% 0% 10%;

         text-align: center;
         text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
}

#wrapper .kunden a { color: #000000; border-color: #FFFFFF; }
#wrapper .kunden h2 {
        color: #000000;
         font-size: 2.3em;
         font-weight: bold;
         text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 1px;
}

#wrapper .kunden .fp-tableCell,
#wrapper .kunden .fp-auto-height  {
        border: 0px #000000 solid;
         height: 500px !important;
         max-height: 500px !important;
}

#wrapper .kunden .slide img {
         float: left;
         width: 360px;
         height: 200px;
         margin-right: 40px;
         margin-left: 40px;
}

#wrapper .kunden .slide .text {
         display: table-cell;

         border-left: #CFCFCF 3px dotted;
         padding-left: 40px;
         padding-right: 40px;

         width: calc(100% - 490px);
         max-width: calc(100% - 490px);
         height: 200px;

         vertical-align: middle;
         text-align: justify;
         text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 0px;
}

#wrapper .kunden .slide .text.no {
         border-left: #CFCFCF 0px dotted;
         text-align: center;
}


/* Projekte */
#wrapper .projekte {
         background-color: #EFEFEF;
         color: #000000;

}
#wrapper .projekte .inhalte {
         width: 100%;
         max-width: 100%;
}

#wrapper .projekte img { display: none; }

#wrapper .projekte .fp-controlArrow.fp-prev { left: 15px; }
#wrapper .projekte .fp-controlArrow.fp-next { right: 55px; }

#slider_projekte .slide {
        display: block;
         width: calc(100% - 0%);
         height: 100vh;
         margin: 0px auto;
         background-size: cover;
         background-position: center top;
}
#slider_projekte .slide.be { background-image: url(../images/background_projekte_1.jpg); }
#slider_projekte .slide.ow { background-image: url(../images/background_projekte_2.jpg); }
#slider_projekte .slide.blp1 { background-image: url(../images/background_projekte3.jpg); }

#slider_projekte .slide .text {
         float: right;
         width: calc(45% - 100px);
         text-align: left;
         margin-right: 100px !important;
         text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
}

#slider_projekte .slide .item {
         display: block;
         width: calc(100% - 20px);
         margin-bottom: 20px;
}

#slider_projekte .slide .item .logo {
         float: left;
         width: calc(50% - 100px);
         text-align: right;
         text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
}

#slider_projekte .slide .item .text {
         float: right;
         width: calc(50% - 200px);
         text-align: left;
         padding-right: 100px !important;
         text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
         border: 0px #000000 solid;
}

#slider_projekte .slide .item .logo img { display: inline-block; width: 90%; height: auto; max-width: 500px; }

#slider_projekte .slide h3 {
         background-color: #007889;
         color: #FFFFFF;
         text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 1px;
}

#slider_projekte .slide .text .button {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;

         text-transform: uppercase;
         font-weight: bold;
         color: #FFFFFF;

         padding: 10px 20px;
         margin: 10px 0px;
         text-shadow: rgba(0,0,0,0.15) 1px 1px 0px;
         background-color: #ff5a00;
         border: 2px solid #ff5a00;
         -webkit-box-shadow: inset 0px 10px 10px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0px 10px 10px 0px rgba(0,0,0,0.15);
        box-shadow: inset 0px 10px 10px 0px rgba(0,0,0,0.15);
}

#slider_projekte .slide .text .button:hover {
        background-color: #007889;
         border: 3px #007889 solid;
}

/* Kontakt */
#wrapper .kontakt {
        background-image: url(../images/background_kontakt.png);
         background-size: cover;
         background-position: center bottom;
        background-color: #00515e;
         text-align: center;
}
#wrapper .kontakt .inhalt {
         float: right;
         width: 80%;
         max-width: 1200px;
         margin-right: 100px;

         color: #FFFFFF;
         font-size: 1.4em;
         text-align: center;
}

#wrapper .kontakt h3 {
         display: block;
         background-color: transparent;
         color: #FFFFFF;
         text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 1px;
         font-size: 1.6em;
         text-align: center;
         font-weight: bold;
}

#wrapper .kontakt .inhalt form {
         width: 80%;
         max-width: 1200px;
         margin: 20px auto;
         color: #FFFFFF;
         font-size: 0.9em;
}
#wrapper .kontakt form input[type="text"] { width: calc(100% - 20px); margin: 5px 0px; }
#wrapper .kontakt form input[type="submit"] { width: calc(100% - 0px); margin: 5px 0px; }
#wrapper .kontakt form textarea { width: calc(100% - 20px); margin: 5px 0px; }

#wrapper .kontakt .inhalt form #datenschutz {
         display: block;
         text-align: left;
         color: #FFFFFF;
         padding: 10px 0px;
         margin: 10px 0px;
}
#wrapper .kontakt a { color: #FFFFFF; border-color: #FFFFFF; }

#error_massage_kontakt {
         display: none;
         position: relative;
        background: #DF0000;
         color: #FFFFFF;
         margin: 10px 0px 20px 0px;
}
#error_massage_kontakt:after {
        top: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(233, 0, 0, 0);
        border-top-color: #DF0000;
        border-width: 10px;
        margin-left: -10px;
}

/* Impressum */
#wrapper .impressum {
        background-color: #EFEFEF;
         background-image: url(../images/background_imprint.png);
         background-size: cover;
         background-position: center bottom;
         width: calc(100% - 0%);
         padding: 0px 0%;
}

#wrapper .impressum .inhalt {
         width: 100%;
         max-width: 100%;
}
#wrapper .impressum .inhalt .l { width: 45%; text-align: center;}
#wrapper .impressum .inhalt .l img { width: 90%; height: auto; max-width: 620px; }
#wrapper .impressum .inhalt .r { width: calc(55% - 10px - 10%); padding-left: 10%; padding-bottom: 50px; border-left: 5px #BFBFBF dotted;  }


/* top */
#top {
         position: absolute;
         z-index: 100;
         display: none;
         right: 20px;
         bottom: 20px;

         font-size: 0.9em;
         color: #FFFFFF;
         text-align: center;
         font-weight: bold;

         line-height: 40px;
         width: 40px;
         height: 40px;
         padding: 0px 0px;
         margin: 0px;

         background-color: #000000;

         cursor: pointer;
         -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
         -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0);
}

#top:hover {
        background-color: #FFFFFF;
         color: #000000;
         -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

#bottom {
         position: absolute;
         z-index: 100;
         display: block;
         right: calc(50% - 30px);
         bottom: 40px;

         font-size: 1.2em;
         color: #FFFFFF;
         text-align: center;
         font-weight: bold;
         font-family: 'Quicksand';

         line-height: 60px;
         width: 60px;
         height: 60px;
         padding: 0px 0px;
         margin: 0px;

         background-color: #000000;

         cursor: pointer;
         -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
         -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0);

         -webkit-animation-name: fadeIn;
          -webkit-animation-duration: 5s;
         -webkit-animation-iteration-count: infinite;
          animation-name: fadeIn;
          animation-duration: 5s;
         animation-iteration-count:  infinite;
}

#bottom:hover {
        background-color: #FFFFFF;
         color: #000000;
         -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

@-webkit-keyframes fadeIn {
          0% { opacity: 0.5; transform: scale(0.8); }
          40% { opacity: 1.0; transform: scale(1.2); }
         60% { opacity: 1.0; transform: scale(1.2); }
          100% { opacity: 0.5; transform: scale(0.8); }
}

@keyframes fadeIn {
          0% { opacity: 0.5; transform: scale(0.8); }
          40% { opacity: 1.0; transform: scale(1.2); }
         60% { opacity: 1.0; transform: scale(1.2); }
          100% { opacity: 0.5; transform: scale(0.8); }
}

#logo {
         display: block;
         margin: 50px auto 20px auto;
         width: 100%;
         max-width: 900px;
         min-height: 100px;
         text-align: center;
}
#logo a { text-decoration: none; border: 0px }
#logo img { width: 80%; height: inherit; }

#logo2 {
         display: block;
         margin: 50px auto 20px auto;
         width: 100%;
         max-width: 900px;
         min-height: 100px;
         text-align: center;
}
#logo2 a { text-decoration: none; border: 0px }
#logo2 img { width: 80%; height: inherit; }

.footer {
         position: absolute;
         bottom: 0;
         width: 100%;
         height: 70px;
         line-height: 70px;
         background-color: #009d76;
         text-align: center;
}

.footer.site {
         position: relative;
}

.footer a, .footer .link {
        display: inline-block;
         padding: 3px 10px;

         color: #FFFFFF;
         font-size: 0.8em;
         text-decoration: none;
         text-transform: uppercase;
         text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;

         border: 0px;
         -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
         cursor: pointer;
}

.footer a:hover, .footer .link:hover {
         color: #000000;
}

.content {
        margin: 20px auto 20px auto;
         width: calc(100% - 50px);
         max-width: 1400px;
}

/* Navigation */
#navi {
         position: fixed;
         z-index: 100;
         display: block;
         left: 20px;
         top: 20px;

         width: 32px;
         height: 32px;

         padding: 12px;
         margin: 0px;

         background:#FFFFFF url(../images/navigation.png) center center no-repeat;
         background-size: 32px 32px !important;

         cursor: pointer;
}
#navi:hover { background:#01323a url(../images/navigation_hover.png) center center no-repeat; }

#navigation {
        display: none;
        position: absolute;
         z-index: 1000;

         top: 0;
         left: 0;
         right: 0;
         bottom: 0;

         width: 100% !important;
         height: 100vh;
         min-height: 600px !important;
        background: rgba(1,50,58,0.9);
}

#navigation ul {
        display: block;

         position: absolute;
         z-index: 1001;

        margin: 20px auto;
         padding: 0px;

         min-width: 300px;
         width: 500px;
         height: 680px;
}

#navigation ul li {
        cursor: pointer;
        list-style: none;
         margin: 0px;
         padding: 3px 0px;
         text-align: center;
         border-bottom: 4px rgba(255,255,255,0.25) dotted;

         display: block;
         color: #FFFFFF;
         font-size: 2.0em;
         font-weight: bold;
         text-decoration: none;
         border: 0px;
         padding: 10px 0px;
         text-shadow: 2px 2px 1px rgba(0,0,0,0.25);
}
#navigation ul li:last-child { border-bottom: 0px #FFFFFF dotted; }

#navigation ul li:hover {
        color: #009d76;  background: rgba(0,0,0,0.2);
}

#navigation ul li a {
        cursor: pointer;
         text-align: center;
         border-bottom: 4px rgba(255,255,255,0.25) dotted;

         display: block;
         color: #FFFFFF;
         font-weight: bold;
         text-decoration: none;
         border: 0px;
         text-shadow: 2px 2px 1px rgba(0,0,0,0.25);
}


div[id^="content_"] {
        display: none;
        position: absolute;
         z-index: 1000;

         top: 0;
         left: 0;
         right: 0;
         bottom: 0;

         width: 100% !important;
         height: 100vh;
         min-height: 600px !important;
        background: rgba(255,255,255,1.0);
         color: #FFFFFF;
}

/* Schatten */
#shadow {
         display: none;
         position: fixed;
         top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;

         z-index: 50;
         background-color: rgba(0, 0, 0, 0.55);
         width: 100%;
         height: 100%;
         cursor: pointer;
}

.noScroll {
            overflow: hidden;
            position: fixed;
         width: 100%;
}

.close {
        display: block;
         position: absolute;
         top: 20px;
         right: 20px;
         z-index: 1001;
         width: 32px;
         height: 32px;
         background: transparent url(../images/close.png) center center no-repeat;
         background-size: 32px 32px;
         cursor: pointer;
}

/* Forms */
input[type="text"], input[type="password"], select, textarea {
         background: #f6f6f6;

         font-family: 'Quicksand';
         font-size: 1.1em;
         color: #000000;

         padding: 5px 10px;
         margin: 2px 0px;

         border: #FFFFFF 0px solid;
         -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;

         -webkit-box-shadow: inset 4px 4px 3px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow:    inset 4px 4px 3px 0px rgba(0, 0, 0, 0.15);
        box-shadow:         inset 4px 4px 3px 0px rgba(0, 0, 0, 0.15);
}

input.error, select.error, textarea.error, .error {
         border: #DF0000 2px solid !important;
}
input.ok, select.ok, textarea.ok {
         border: #20cba0 2px solid !important;
}

input[type="submit"] {
        background: #007889;
        background: -moz-linear-gradient(top,  #007889 0%, #20cba0 100%);
        background: -webkit-linear-gradient(top,  #007889 0%,#20cba0 100%);
        background: linear-gradient(to bottom,  #007889 0%,#20cba0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007889', endColorstr='#20cba0',GradientType=0 );

         font-family: 'Quicksand';
         color: #FFFFFF;
         font-size: 1.1em;
         font-weight: bold;
         padding: 6px 15px 6px 15px;
         text-shadow: 1px 1px 1px rgba(0,0,0,0.25);

         cursor: pointer;

         border: #FFFFFF 0px solid;
         -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;

        -webkit-box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.25);
        box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.25);
}

input[type="submit"]:hover {
        background: #20cba0; /* Old browsers */
        background: -moz-linear-gradient(top,  #20cba0 0%, #007889 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #20cba0 0%,#007889 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #20cba0 0%,#007889 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20cba0', endColorstr='#007889',GradientType=0 ); /* IE6-9 */
}


input[type="checkbox"] {
          display:none;
}
input[type="checkbox"] + label {
          width: 60px;
          height: 30px;
          border-radius: 30px;
          border: 2px solid #ddd;
          background-color: #EEE;
          display: inline-block;
          content: "";
          float: left;
          margin-right: 15px;
          transition: background-color 0.5s linear;
          margin-top: 0px;
}
input[type="checkbox"] + label:hover {
          cursor: pointer;
}
input[type="checkbox"] + label::before {
          width: 30px;
          height: 30px;
          border-radius: 30px;
          background-color: #fff;
          display: block;
          content: "";
          float: left;
          margin-right: 15px;
          transition: margin 0.1s linear;
          box-shadow: 0px 0px 5px #aaa;
}
input[type="checkbox"]:checked+label{
          background-color: #2b8718;
}
input[type="checkbox"]:checked+label::before {
          margin: 0 0 0 30px;
}

/* SCode */
#scode {
         display: block;
         float: left;
         margin: 0px 0px 0px 0px !important;
         padding: 5px 0px 0px 0px !important;
         width: 150px;
         line-height: 6px !important;
}

#scode span, #scode span.black, #scode span.white {
         display: inline-block !important;
         margin: 0px 0px 0px 0px !important;
         padding: 0px 0px 0px 0px !important;
         height: 12px !important;
         width: 5px !important;
         line-height: 6px !important;
}

.sc {
         display: block;
         float: right;
         width: 300px;
}

.sc b {
        display: block;
         float: left;
         width: 120px;
         color: #FFFFFF;
         text-align: right;
         font-size: 0.9em;
         line-height: 0.9em;
         padding-top: 12px;
}

input[type="text"].sc, #kontakt_sitewide input[type="text"].sc { font-size: 1.4em; width: 150px !important; padding: 5px 10px; font-weight: bold; text-align: center; }
#scode span.black { background-color:#FFFFFF; color:#00515e; }
#scode span.white { background-color:#00515e; color:#00515e; }