/*
         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;

	width: calc(100% - 40px);

         -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;
         text-align: center;
}

a.button:hover, .button:hover {
	background: #00252c;
 	text-decoration: none;
}

a, a:hover {
         transition: 0.4s;
}

/* Allgemein */
html {
         margin: 0;
         padding: 0;
         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: center; display: block; }
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 {
	width: 100%;
         height: 100%;
         padding: 0px 30px;

         background-size: 100% auto;
         background-position: top center;
         background-repeat: no-repeat;
}

#wrapper .section .inhalt {
         width: calc(100% - 60px);
         height: 100%;
      	margin: 0px auto;
         padding: 30px 30px;
         padding-bottom: 50px;
         text-align: justify !important;
         font-size: 1.2em;
}


.slide .text {
         font-size: 0.9em !important;
}

/* Start */
#wrapper .start {
	height: 450px;
         background-size: cover;
         background-color: #20cba0;
         background-image: url(../images/background_mobile_start.jpg);
         background-position: center top;
}

/* Über uns */
#wrapper .ueber-uns {
         background-image: url(../images/background_mobile_about.png);
         background-position: bottom center;
         background-color: #007889;
         background-size: 100%;
}

#wrapper .ueber-uns .inhalt {
         color: #FFFFFF;
         text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;
         padding-bottom: 300px !important;
}

#wrapper .ueber-uns h1 {
         color: #FFFFFF;
         text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 1px;
         margin-bottom: 20px;
         text-align: center;
}

/* Grafikdesign */
#wrapper .grafikdesign {
         background-color: #f1f1f1 !important;
	background-image: url(../images/background_mobile_grafikdesign.jpg);
}
#wrapper .grafikdesign .inhalt {
         text-align: right;
         text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 1px;
         padding-top: 320px;
         padding-bottom: 50px;
}

#wrapper .grafikdesign .button {
         margin: 0px auto;
         text-align: center;
}

/* Produktfotografie */
#wrapper .produktfotografie {
         background-color: #151515;
	background-image: url(../images/background_mobile_foto.jpg);
         background-position: bottom center;

}
#wrapper .produktfotografie .inhalt {
         text-align: justify;
         text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;
         color: #FFFFFF;
         padding-bottom: 250px;
}
#wrapper .produktfotografie a { color: #FFFFFF; border-color: #FFFFFF; }
#wrapper .produktfotografie h2 {
	margin-bottom: 20px;
	color: #FFFFFF;
         text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 1px;
         text-align: center;
}

#wrapper .produktfotografie .button {
         background: #FFFFFF;
 	color: #000000;
         text-shadow: rgba(0,0,0,0.1) 1px 1px 0px;
         display: inline-block;
         width: 240px;
         font-size: 0.8em;
}

#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_mobile.jpg);
         background-size: auto 200px;
         color: #FFFFFF;
}

#wrapper .stockfotografie .inhalt {
         text-align: center;
         text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 1px;
         color: #FFFFFF;
         padding-top: 220px;
}

#wrapper .stockfotografie h2 {
	color: #FFFFFF;
         text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 1px;
}

#wrapper .stockfotografie .inhalt .bilder {
         width: 100%;
         margin-top: 20px;
}

#wrapper .stockfotografie .inhalt .bilder img {
	width: auto;
         height: 40px;
         margin: 10px;
}

/* Kunden */
#wrapper .kunden {
         background-color: #FFFFFF;
}
#wrapper .kunden .inhalt, #wrapper .kunden .slide {
         text-align: center;
         text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
}

#wrapper .kunden .slide:first-child {
         padding-top: 100px;
}

#wrapper .kunden .slide img { width: 80%; height: auto; margin-right: 0px; }

#wrapper .kunden a { color: #000000; border-color: #FFFFFF; }
#wrapper .kunden h2 {
	color: #000000;
         font-size: 1.6em;
         font-weight: bold;
         text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 1px;
}

#wrapper .fp-controlArrow.fp-prev { left: 15px; }
#wrapper .fp-controlArrow.fp-next { right: 15px; }

/* Projekte */
#wrapper .projekte {
         background-color: #EFEFEF;
	background-image: url(../images/background_mobile_projekte.jpg);
         color: #000000;

}
#wrapper .projekte .inhalte {
         width: 100%;
         max-width: 100%;

}

#wrapper .projekte img { width: 100%; height: auto; margin: 30px 0px; }

#wrapper .projekte .text {
	width: 80%;
         max-width: 80%;
         margin-left: 10%;
         text-align: justify;
         padding: 20px 0px !important;
         font-size: 1.2em !important;
}

/* Kontakt */
#wrapper .kontakt {
	background-image: url(../images/background_mobile_kontakt.png);
	background-color: #00515e;
         text-align: center;
}
#wrapper .kontakt .inhalt {
         padding-top: 250px;
         color: #FFFFFF;
         font-size: 1.2em;
         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.4em;
         text-align: center;
         font-weight: bold;
}

#wrapper .kontakt .inhalt form {
         width: 90%;
         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_mobile_imprint.png);
         background-position: right bottom;
}

#wrapper .impressum .inhalt { }
#wrapper .impressum .inhalt .l { float: none; width: 100%; text-align: center; }
#wrapper .impressum .inhalt .l img { width: 90% !important; max-width: 300px !important; height: auto; margin: 10px auto; }
#wrapper .impressum .inhalt .r { float: none; width: 100%; padding-top: 30px; padding-bottom: 80px; text-align: center; }

/* 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: none;
         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: fixed;
         bottom: 0;
         left: 0;
         width: 100%;
         height: 70px;
         line-height: 70px;
         background-color: #009d76;
         text-align: center;
         margin: 0px;
         padding: 0px;
}

.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: 80%;
}


/* top */
#top {
         position: fixed;
         z-index: 100;
         display: none;
         right: 20px;
         bottom: 15px;

         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);
}


/* 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: 320px !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: 300px;
         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;
}

/* MQ */
@media (max-width: 560px) {
	#wrapper .section .inhalt { font-size: 1.2em; width: calc(100% - 40px); padding: 30px 20px; }
	#wrapper .ueber-uns .inhalt { padding-bottom: 200px; }
	#wrapper .grafikdesign .inhalt { padding-top: 300px; }
	#wrapper .produktfotografie .inhalt { padding-bottom: 200px; }
	#wrapper .stockfotografie .inhalt { padding-top: 220px; }
         #wrapper .kontakt .inhalt { padding-top: 200px; }
         #wrapper .impressum .inhalt .l img { width: 80%; max-width: 500px; height: auto; }
	#wrapper .impressum .inhalt .r { float: none; width: 100%; padding-top: 30px; padding-bottom: 80px; text-align: center; }
	#navigation ul li { font-size: 1.3em; padding: 8px 0px; }
}


/* 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; }