/* HG:  daecdf
 helles Grün:  ebf5ed
 dunkles Grün:   8cc69b
*/

/* GLOBAL */
body
{
        background:white;
        font-family: 'Source Sans Pro', sans-serif;
        color:black;
        font-weight: 300;
}

p
{
        margin:5px 0;
        font-size:16px;
        line-height:20px;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong
{
        font-weight:400;
}


/* HEADER ####################################*/
headerkasten
{
        display:block;
        width:auto;
        background:#daecdf;
        background-image: url(../img/header-hg.jpg);
        border-top:16px solid black;
        height: 120px;
}

header
{
        position:relative;
        width:auto;
        max-width:900px;
        margin: 20px auto 0px auto;
}

#logo
{
		max-width:359px;
}

/* ########################### Navigation         border:3px solid yellow;   ####################################*/

nav
{
        position:absolute;
        right:0;
        bottom:0;
}

nav ul li
{
        display:block;
        float:left;
        padding:3px 15px;
}

nav ul li a
{
        font-family: 'Source Sans Pro', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease;
}

nav ul li a:hover
{
        color:#E56038;
}
a.menuAct {
        color:#990000;
}

/* ########################### Menü Mobil ########################### */

#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
        display:block;
        background-color: #a9d8b5;
        color: #fff;
        padding: 12px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid white;
}

.toggleMobile
{
        display: none;
}

/* ########################### 3 Spalten ########################### */

#boxcontent
{
        width:auto;
        max-width:900px;
        margin:0 auto;
        padding:15px 0 5px 0;
}

#boxcontent article
{
        float:left;
        width:290px;
        margin-right:10px;
        font-size:16px;
}

#boxcontent article h3
{
        font-family: 'Source Sans Pro', sans-serif;
        font-size:20px;
        margin-bottom:10px;
        margin-left:5px;
}


#boxcontent article img
{
        width:auto;
        margin: 20px auto 20px auto;
}

#boxcontent article p
{
        line-height:20px;
        font-family: 'Source Sans Pro', sans-serif;
        margin-left:5px;
        font-size:16px;
}

#boxcontent ul
{
        margin:0 0 10px 20px;
}
#boxcontent li
{
        margin:0 0 0px 0;
        line-height:20px;
}


/* ########################### slider ########################### */

#slider_content1, #slider_content2, #slider_content3
{
        line-height: 25px;
        font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
        width:350px;
        position:absolute;
        top:15%;
        left:15%;
        display:none;
        z-index:11;
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
        font-family: 'Source Sans Pro', sans-serif;
		font-size:20px;
        line-height: 25px;
}




/* ########################### SPACER ########################### */


#spacer
{
        width:auto;
        height:10px;
        position:relative;
        background-image: url(../img/spacer-hg.gif);
}


/* ########################### Texte ########################### */

#text_columns
{
        line-height:20px;
        font-family: 'Source Sans Pro', sans-serif;
        font-size:22px;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}

#text_columns h3
{
        font-size:20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
}

#text_columns h4
{
        font-size:20px;
        padding: 20px 0 0 0;
ß}


/* impressum ############################################# */


#text_columns article.impressum1, #text_columns article.impressum2
{
        margin: 0px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 420px;
        padding-right: 80px;
}
#text_columns article.impressum3
{
        margin: 40px 0 0px 0;
        font-size:14px;
        float:left;
        width:100%;
        max-width: 900px;
        padding-right: 20px;
}


/* Downloads ############################################# */

#text_columns article.column1, #text_columns .column2
{
        margin: 70px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 450px;
}

#text_columns .column2
{
        margin: 120px 0;
}

.row
{
        position:relative;
        margin: 40px 0 0 50px;
        float:right;
        width:350px;
}

.row img
{
        float:left;
}

.row p
{
        margin-left: 100px;
}



/* container-klapptext ############################################# */

#boxcontent {
	margin-bottom:22px;
}

#boxcontent ul.stellen {
	margin:0;
        font-family: 'Source Sans Pro', sans-serif;
        text-transform:uppercase;
}

#boxcontent ul.submenu a:hover {
        color:#E56038;
}

#boxcontent ul.stellen a.menuAct {
        color:#990000;
}

#boxcontent ul.submenu a.selected {
	font-weight:400;
}
#boxcontent ul.submenu.betriebsart {
	float:right;
	width:180px;
}
#boxcontent ul.submenu.betriebsart li {
	text-align:right;
}

#container-klapptext {
	position:relative;
	width:100%;
	margin-bottom:222px;
}
klapptexthead {
	box-sizing:border-box;
	font-weight:400;
	background:#daecdf;
	float:left;
	width:100%;
	padding:10px 10px 9px 10px;
	margin-top:15px;
	margin-bottom:-4px;
	cursor:pointer;
}

klapptexthead:hover {
	color:black;
	background: #8cc69b;
}

klapptextcopy {
	display:none;
	box-sizing:border-box;
	background:#ebf5ed;
	margin:0 0 15px 0;
	float:left;
	width:100%;
	padding:10px 10px 15px 10px;
}

klapptextcopy td:first-child {
	padding:0 1em .5em 0;
}
klapptextcopy td:last-child {
	padding:0 1em .5em 0;
}

klapptextcopy ul {
	list-style-type:square

}

#button {
	float:right;
	display:block;
	height:18px;
	width:17px;
	text-indent:-9999px;
}

.closed { background:url(/img/misc/klapptextbutton.png) left no-repeat; }

.open { background:url(/img/misc/klapptextbutton.png) right no-repeat; }






/* FOOTER ############################################# */

footer
{
        position:relative;
        clear:both;
        width:auto;
        height:50px;
}

footer .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding-top:30px;
        width:auto;
        max-width:900px;
        font-size:14px;
}

footer .wrapper .column
{
        font-family: 'Source Sans Pro', sans-serif;
        color:white;
        float:left;
        width:280px;
        margin-right:20px;
}


#copyright
{
        background: #1D1D1D;
        height:70px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Source Sans Pro', sans-serif;
        padding-top:25px;
        color: white;
        font-size:14px;
        position:relative;
}


/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}


/* SLIDESHOW ############################################# */
/* Prevent the slideshow from flashing on load ############################################# */
.slidesjs-container
{
}
#slides
{
         position: relative;
        display: none
}

/* Center the slideshow ############################################# */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;

}
/* Show active item in the pagination ############################################# */
.slidesjs-pagination .active
{
        color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}


/* MISC ############################################# */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT ################################################################################################################################################ */

@media (max-width: 1215px)
{
        #slider_content1, #slider_content2, #slider_content3
        {
                width:250px;
                margin-right:20px;
                font-weight: 400;

        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:20px;
        }
}

@media (max-width: 915px)
{
        #boxcontent article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 60%;
        }
        header img
        {
            margin-left: 10px;
        }
        #spacer
        {
                font-size:15px;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #spacer p
        {
                margin-left:-370px;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        input[type="submit"]
        {
                padding: 1px 14px;
        }
        #text_columns article.column1, #text_columns .column2
        {
                float:none;
                max-width: 500px;
                margin: 50px 30px 0 30px;
        }
		#text_columns
		{
            padding-left: 10px;
		}
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
}

@media (max-width: 765px)
{
        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:120px;
        }
        header nav
        {
                right: auto;
                bottom: auto;
                left: 50%;
                top:100px;
                margin-left: -184px;
        }
        header img
        {
            margin-left: 10px;
        }
        #spacer
        {
                display:none;
        }
		#text_columns
		{
            padding-left: 10px;
		}
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
}

@media (max-width: 500px)
{
		#logo img
		{
			width:300px;
		}
        header
        {
            margin-top: 80px;
            text-align: center;
        }
        header img
        {
            margin-left: 10px;
        }
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
		#text_columns
		{
            padding-left: 10px;
		}

        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 0px;
                left: 0px;
                padding:10px;
                display: block;
                width: 36px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #8cc69b;
                left:10px;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 10px;
        }
        .toggleMobile span.menu2
        {
                top: 24px;
        }
        .toggleMobile span.menu3
        {
                top: 38px;
        }
        .toggleMobile.active span.menu1
        {
                top: 24px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}