/* 
    hellgrau #ccc;
	dunkelgrau #333;
    grün rgb(150, 195, 70);
	blau: #32398e;
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200);
@import url('https://fonts.googleapis.com/css?family=Antic+Slab');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

@font-face {
    font-family: 'Genericons';
    src: url('font/Genericons.eot');
    src: url('font/Genericons.eot?#iefix') format('embedded-opentype'),
        url('font/Genericons.woff') format('woff'),
        url('font/Genericons.ttf') format('truetype'),
        url('font/Genericons.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* global reset @import url('https://fonts.googleapis.com/css?family=Antic+Slab');
--------------------------------------------------------------------------- */
* {
    padding: 0;
    margin: 0;
    border: 0;
}

/* typography
--------------------------------------------------------------------------- */
p {
    margin-bottom: 0.8em;
	line-height: 1.5em;
	
}

h1 {
	color: #ffffff;
	font-size: 200%;
	line-height: 1.2em;
	text-transform: uppercase;
	padding-right: 0.2%;
	margin-bottom: 2%;
	margin-top: 3%;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	text-align: center;
}

#footer h1 {
	color: white;
}

h2 {
	font-size: 120%;
	text-align: center;
	color: #ffffff;
}

h3 {
	font-size: 110%;
	font-family: 'Open Sans', sans-serif;
}

h2, h3{
	margin-bottom: 0.8em;
	line-height: 1.2em;
}

#news h3 {
	margin-top: 1.2em;
}

h2 {
	line-height: 1.4em;
}

h4 {
	text-transform: uppercase;
	margin: 5% 0;	
}

#news h4 {
	margin-top: 8%;
}

h5 {
	font-size: 1em;
}

ul {
	padding-left: 2em;
	padding-right: 1em;
}

.pict_info ul {
	text-align: left;
	padding-left: 5%;
    line-height: normal;
    font-size: 80%;
}

li {
	list-style-type: square;	
	list-style-position: outside;
	padding-left: 0.6em;
	margin-bottom: 0.3em;
}

.pict_info li {
	list-style-type: square;
	list-style-position: inside;
}

#downloads .pict_info li {
	list-style-position: outside;
	margin-left: 3%;
	padding-left: 0;
    font-size: 80%;
}

.pict_info p {
	font-size: 80%;
}

h4{
    font-weight: 400;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
	cursor: pointer;
}


input {
    background-color: #ccc;
    width: 96%;
    padding: 2%;
}

.strong {
    font-size: 2.2em;
}


.name {
	font-weight: 400;
	color: inherit;
}

hr {
	border: 1px solid #333333;
	margin: 0 3%;
}

table {
	text-align: left;
	background-color: #ffffff;
	padding: 3% 3% 0 3%;
}

td {
	vertical-align: top;
	padding: 2% 2% 2% 0;
}

 img {
	 text-align: center;
	 font-size: 0.8em;
 }

/*slider
--------------------------------------------------------------------------- */
.container_slide {
	display: table;
	width: 100%;
	height: 100%;
}

.container_slide_inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.container_slide_inner p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.8em;
	display: inline;
	color: #fff;
	text-transform: uppercase;
}


/* structure
--------------------------------------------------------------------------- */
body {
    line-height: 1.3em;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	color: #333;
}

#header {
    width: 100%;
	height: 85px;
	position: fixed;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid #fff;
}

#bg-header {
	background-color: #fff;
	height: 85px;
	width: 100%;
}

.header-default {
	background-color: rgb(255, 255, 255);
}

.header-fixed {
	background-color: rgba(255, 255, 255, 0.9);
}

#header .wrapper {
	position: relative; 
}

#logo{
	float: left;
	margin-top: 0px;
	/*width: 15%;
	min-width: 130px;*/
    margin-right: 5%;
}

#leistungen {
	float: left;
	margin-top: 45px;
	width: 82%;
}

#leistungen a {
	margin-right: 2%;
	text-transform: uppercase;
	font-size: 80%;
	-webkit-transition: color 1.5s ease;
	transition: color 1.5s ease;
}

#leistungen a:hover {
	text-decoration: underline;
}


.clear {
	clear: both;
}

#teaser{	
    width: 100%;
	background-color: rgb(48, 45, 127);
	-webkit-transition: opacity 1.5 ease;
	transition: opacity 1.5s ease;
}

.teaser-default {
	position: static;
	height: 85px;
	opacity: 0.6;	
}

.teaser-fixed {
    height: 85px;
	position: fixed;
	top: 0;
	z-index: 999;
	opacity: 0.95;
}

#teaser .wrapper {
	position: relative;
	height: 100%;
}


.info {
	padding: 1% 0 3% 0;
	background-color: rgb(51, 51, 51);
	text-align: center;
	position: relative;
}

#produkte .info .wrapper {
	z-index: 10;
}

.divide{
	text-align: center;
	position: absolute;
	bottom: -26px;
	width: 100%;
}

footer .info {
	text-align: center;
}

.wrapper{
    max-width: 1100px;
    margin: 0 auto;
	padding: 0 3%;
}
 
.content {
	padding: 5% 0;
} 

.content img {
	width: 100%;
	}
	
#aktion .aktion_logo{
	width: 120px;
	}
	

.teamviewer img{
	width: 60%;
    padding-top: 8%;
}	
.pict_default, .pict_cover {
	position: absolute;
	width: 100%;
	height: 100%;	
}

.pict_default {
	opacity: 1;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	background-color: #cccccc;
}

#downloads .pict_default {
	background-position: top center;
}

.pict_default p, .pict_default h3 {
	padding: 0 3%;
}

.pict_cover {
	background-color: rgb(48, 45, 127);
	opacity: 1;
	color: #333;	
	opacity: 0;
	display: table;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
}

/* NEWS
-------------------------------------*/
#news .one_col {
	margin-bottom: 5%;
}

.news_wrap {
	position: relative;
	display: inline;
}

.news {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-style: solid;
	border-width: 1px 0;
	overflow: hidden;
	font-size: 95%;	
	margin: 0 1% 2% 1%;
	border-color: transparent;	
	-webkit-transition: border-color 1s ease;
	transition: border-color 1s ease;	
	width: 100%;
}

.show_container {
	position: absolute;
	opacity: 0;
}

.hide_container {
	position: relative;
	opacity: 1;
}


.excerpt {
	height: auto;
	min-height: 540px;
	padding-bottom: 3%;
}

.hide {
	position: absolute;
	left: 0;
	opacity: 0;
	-webkit-transition: max-height 1.5s;	
	transition: max-height 1.5s;
	width: 30%;
	max-height: 480px;	
}


.test {
	position:absolute; 
	left:50%; 
	width:30em; 
	height:600px; 
	margin-left:-15em; 
	background-color: yellow;
	z-index: 100;
}


.news_show {
	opacity: 1;
	position: relative;
	width: 97.5%;
	margin: 0 1% 2% 1%;
	max-height: 8000px;	
	-webkit-transition: max-height 1.5s;	
	transition: max-height 1.5s;
}


.news_button {
	width: 90%;
	background-color: rgba(48, 45, 127, 0.8);		
	height: auto;
	text-align: center;
	padding: 5%!important;
	letter-spacing: 1px;
	display: block;
	margin-top: 5%;
    color: white;
}

.button {
	border: 1px solid #333;
	text-align: center;
	padding: 2%;
	margin: 5% 0;
	background-color: rgba(255, 255, 255, 0.95);
	text-transform: uppercase;
	font-size: 95%;
}

#downloads .button{
	padding: 5%;
}

#news .button {
	display: inline-block;
	width: 45%;
}

.inner {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	}
	
.show .inner {
	height: auto;
}

.inner p, .inner h3, .inner h4, .inner h5, .inner img{
	padding: 0 1.2em;
}

.inner img {
	width: 94%;
}

.inner img:first-child {
	padding: 0;
	width: 100%;
}

.excerpt_info {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(48, 45, 127);
	opacity: 0;
	color: white;	
	display: table;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
	z-index: 100;
}

.excerpt_info .cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 160px;
}

.logo_excerpt {
	width: 40%!important;
	margin-top: 1.2em;
}

.pict_excerpt {
	width: 100%;
	height: 160px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;	
}

.center {
	text-align: center;
}

.news a.show_info:hover .excerpt_info {
	opacity: 1;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;	
}

.show_info {
	vertical-align: middle;
	text-align: center;
	height: 100%;
	display: block;
}

.inhalt a{
	width: 96%;
	border-style: none;
	padding: 2% 3%;
}

#news .inhalt p {
	padding-left: 0;
	padding-right: 0;
}

#news .three_col .inhalt {
	border: 1px solid #ffffff;
}

#news .two_three_col {
	margin-right: 0;
}

#news .inner {
	background-color: #ffffff;
}

#artikelarchiv a:hover {
	color: rgb(48, 45, 127);
}


#rechtliches .inhalt {
    padding-top: 3%;
}

#rechtliches .inhalt a{
    padding: 0;
}

#rechtliches li {
        list-style-position: inside;
}

.content a:hover .pict_cover {
	opacity: 1;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
    color: white;
}

.content a:first-child:hover{
	border-color: #fff;
	-webkit-transition: border-color 1s ease;
	transition: border-color 1s ease;
}

.pict_cover .pict_info {
	vertical-align: middle;
	text-align: center;
	height: 100%;
	display: table-cell;
}

.logo_oben {
	text-align: center;
}

.pict_info img {
	width: 60%;
}

#downloads .pict_info h3 {
	text-align: center;
	padding-top: 10%;
    font-size: 80%;
}

#downloads .pict_info {
	vertical-align: top; 
	text-align: left;
	padding: 1.2em;
}

#downloads .inhalt a {
    text-decoration: underline;
    padding: 0;
}


/*produkte*/
#produkte .content a, #news .news_wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;	
	width: 30%;
	margin: 0 1% 2% 1%;
	border-color: transparent;	
	border-style: solid;
	border-width: 1px 0;
	overflow: hidden;
	font-size: 95%;		
	-webkit-transition: border-color 1s ease;
	transition: border-color 1s ease;
}

#produkte .content a{
	height: 265px;
}

#print .hidden {
	display: none;
}

#produkte.content a{
	height: 255px;
	border-color: transparent;	
	-webkit-transition: border-color 1s ease;
	transition: border-color 1s ease;
}


.two_col, .three_col, .two_three_col{
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 2% 1%;
}

.two_col {
	width: 47.5%;
}

.three_col {
	width: 30%;
}

.two_three_col {
	width: 63%;
}

.inhalt {
	background-color: rgba(255, 255, 255, 0.95);	
	padding-bottom: 3%;
	margin-bottom: 3%;
}


.inhalt p, .inhalt h4 {
	padding: 0 3%;
}

.inhalt h3 {
	padding: 5% 3% 0 3%;
}

#seminare .one_col{
	width: 98%;
}

#seminare .three_col .inhalt {
	text-align: center;
}

#law .one_col, #agb .one_col{
	text-align: center;
}

#jobs .one_col, .vorteil, #news .one_col {
	margin-bottom: 5%;
	font-size: 95%;	
	line-height: 1.4em;
}

#jobs .one_col, #news .one_col {
	width: 94%;	

	text-align: center;	
}

.banner {
	background-color: transparent!important;
	padding: 1%;
}


.one_col_inner {
	width: 65%;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.95);
	/*border: 1px solid #333;*/
	padding: 2%;
}

.one_col_inner h2 {
	margin-top: 0!important;
}

.one_col_inner a {
	text-decoration: underline;
}

.one_col_inner a:hover {
	color: rgb(48, 45, 127);
}

.vorteil {
	width: 100%;
	text-align: left;
}

.vorteil h3 {
	text-align: center;
}

.vorteil ul{
	text-align: left;
	line-height: 1.6em;
	margin-top: 5%;
}


#jobs .one_col a{
	text-decoration: underline;
}

.kasten_oben {
	background-color: rgba(48, 45, 127);
    color: white;
	padding: 2%;
	/*border-top: 1px solid #333;
	border-bottom: 1px solid #333;*/
	text-align: center;
}

.margin {
	margin-top: 5%;
}

.one_col h2 {
	margin-top: 2%;
	color: #333333;
}


#support a {
	width: 100%;
	height: auto;	
}

#support a:hover {
	border-color: transparent;
}

#produkte .content, #seminare .content, #support .content, #jobs .content, #unternehmen .content, #kontakt .content, #aktuelles .content, #law .content, #aktion .content, #agb .content, #downloads .content{
	background-color: rgb(228, 228, 228);
}

#law h1, #law h2,  #agb .one_col h2 {
	color: #333333;
}
#law h6{
	text-align: center;
}

#agb .one_col h2:first-child {
	margin-top: 0;
}

#agb .one_col h2 {
	margin-top: 1.4em; 
}

#agb .one_col h2, #agb p {
	text-align: left;
}

#jobs .content {
	/*--background-image: url("img/jobs.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: local;	*/	
}

#support .content {
/*	background-image: url("img/bg_image.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: local;*/	
}

#downloads .content {
	/*background-image: url("img/LLu_Tool_Catalogue_3-1-1024x743.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: local;*/	
	text-align: center;
}

/*#katalog .content a*/
#katalog a {
	position: relative;
	display: inline-block;
	vertical-align: top;	
	width: 100%;
	height: 230px;
	margin: 0 1% 1% 0;
	-webkit-transition: height 1s ease;	
	transition: height 1s ease;
	border-color: transparent;	
	border-style: solid;
	border-width: 1px 0;
	overflow: hidden;
	font-size: 95%;	
}
/*#katalog .content a*/
#katalog a:hover {
	height: 430px;
	-webkit-transition: height 1s ease;	
	transition: height 1s ease;
}
/*#katalog .content a*/
#katalog a.link {
	height: auto;
	margin: 0 1% 1% 0;
	border-color: transparent;
	margin: 3% 0;
}

.five_cols {
	width: 15%;
	min-width: 165px;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 1% 0;
}


.ref_link {
	background-color: white;
}

.ref_link:hover {
	background-color: rgb(48, 45, 127);
}

/*datenblaetter*/
.sektion {
    background-color: rgb(180, 180, 180);
    color: black;
    padding: 2%;
    margin-bottom: 3%;
    }
    
.sektion h3 {
        margin-bottom: 0;
           font-family: 'Open Sans', sans-serif;
    }

/*lieferanten*/
.lieferanten {
	background-color: rgba(204, 204, 204, 0.97)
}

.lieferanten .wrapper {
	padding: 3%;
	text-align: center;
}

.lieferanten img {
	width: 120px;
	margin: 0.6%;
}

#produkte .wrapper {
	text-align: center;
}

/*produkte*/
.bildunterschrift {
	color: #ffffff;
	display: table;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.bildunterschrift h2 {
	margin: 0;
	padding: 3%;
	background-color: rgb(51, 51, 51);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
  
footer {
	clear: both;
    width: 94%;
	background-color: #333333;
	color: #ffffff;
	padding: 3%;
    line-height: 1.4em;
	z-index: -10;
}

#footer a{
	color: #ffffff;
}

#impressum {
	-webkit-transition: height 5s ease;
	transition: height 5s ease;
}

.hidden{
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.visible{
	height: auto;
	opacity: 1;
}

#impressum .wrapper {
	position: relative;
}

.schliessen{
	padding: 1.2% 3%;
	font-size: 80%;	
	color: #333333!important;
	background-color: #eee;
	text-transform: uppercase;
	margin-top: 1%;
	display: inline-block;
	border: 1px solid #333;
}

#cookie {
	position: fixed;
	top: 0;
	left: 0;
	width: 98%;
	background-color: rgba(255, 255, 255, 0.95);
	color: #333;
	padding: 1% 2% 1% 1%;
	z-index: 10000000;
	border-top: 4px solid #333;
}

.container_cookie{
	display: table;
	padding: 0 2%;
	font-size: 95%;
}

.container_cookie p{
	line-height: 1.4em;
	}

.cookie_text{
	display: table-cell;
	width: 80%;
	vertical-align: middle;
}

.cookie_link{
	display: table-cell;
	vertical-align: middle;
}

.cookie_link a{
	border: 1px solid #333;
	color: #333!important;
	padding: 3%;
	margin-left: 10%;
}


#totop {
	padding: 0.8% 1%;
	font-size: 80%;	
	color: #333!important;
	background-color: #ffffff;
	text-transform: uppercase;	
	position: fixed;
	bottom: 15px;
	right: 5%;
	opacity: 0;
	-webkit-transition: opacity 3s ease;
	transition: opacity 3s ease;
	z-index: 100000;
	border: 1px solid #333;
}


/*landingpages*/

.landingpage {
	background-color: rgb(228, 228, 228);
}

.landingpage .wrapper {
	text-align: center;
}

.sortiment_info {
	position: relative;
	display: inline-block;
	vertical-align: top;	
	border-color: transparent;	
	border-style: solid;
	border-width: 1px 0;
	overflow: hidden;
	font-size: 95%;		
	-webkit-transition: border-color 1s ease;
	transition: border-color 1s ease;
	width: 100%;
	height: 320px;	
}

.sortiment {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 2% 1%;
}

.sortiment img {
	width: 30%;
}

.sortiment ul {
	text-align: left;
}

.fullwidth {
	width: 100%!important;
}

.sortiment p {
	text-align: left;
	padding: 0 5%;
}

.sortiment .button {
	background-color: #ffffff;
	border-color: #ccc;
	text-transform: none;
}

.sorten {
	padding: 8% 5% 3% 5%;
	background-color: #ffffff;
}

.sorte {
	text-align: left;
	margin-bottom: 5%;
}

.sorte_show {
	display: block;
}

.sorte_hide {
	display: none;
}

.sorte ul {
	margin-top: 0.8em;
	padding-left: 1.5em;
}


.sorte li {
	font-size: 0.85em;
	line-height: 1.3em;
	margin-bottom: 0.6em;
}

.sorte ul p {
	font-size: 0.85em;
	line-height: 1.4em;
}

.sorte a:hover, .landingpage .one_col  a:hover {
	color: rgb(48, 45, 127);
}

.sorte a:hover .list_show, .sorte a:hover .list_hide {
	color: #ffffff;
}

.landing_link {
	/*text-align: center!important;*/
	margin-bottom: 0.2em;
	border-top: 1px solid black;
	margin-top: 2em;
	padding-top: 3%!important;
}

.landing_link a {
	text-decoration: underline;
	font-size: 95%;
}

.landing_link a:hover {
	color: rgb(48, 45, 127);	
}

.landing_vorteile .sortiment{
	margin-bottom: 0;
}

.shop a {
	text-decoration: none;
}

.shop a:hover{
	color: #ffffff!important;
}

/*.landingpage .two_three_col .shop {
	border: 1px solid #333;
}*/

.list_left {
	width: 15%;
	display: inline-block;
	vertical-align: top;
}

.list_right {
	width: 80%;
	display: inline-block;
}

.list_show {
	display: inline-block;
	background-color: rgb(48, 45, 127);
	width: 30px;
	text-align: center;
	padding: 10% 0;
	margin-right: 14px;
	max-height: 1000px;
	-webkit-transition: max-height 1.5s;	
	transition: max-height 1.5s;
}

.list_hide {
	display: none;
	background-color: rgb(48, 45, 127);
	width: 30px;
	text-align: center;
	padding: 10% 0;
	margin-right: 14px;
	max-height: 0;
	-webkit-transition: max-height 1.5s;	
	transition: max-height 1.5s;
}

.download {
	margin-top: 5%;
	padding: 0!important;
}


.download p {
	padding: 2% 0;
}

.download a {
	text-decoration: underline; 
	width: 100%;
}



/*media queries
=================================================================================*/
/* header
--------------------------------------------------------------------------- */

.genericon {
	display: none;
}

.genericon-menu {
	display: table-cell;
	vertical-align: middle;
}

.container_genericon {
	display: table;
	height: 85px;
}

.genericon-menu:before {
	content: '\f419';
    float: right;
    -webkit-font-smoothing: antialiased;
    font-family: 'Genericons';
    font-style: normal;
	font-size: 35px;
	margin-top: 7%;
	margin-right: 3%;
}


@media only screen and (max-width: 1110px){
	
	#leistungen {
		position: absolute;
		top: 85px;
		left: 0;
		padding: 1.5% 3%;
		background-color: rgba(255, 255, 255, 0.95);
		margin-top: 0;
		width: 94%;
		border-top: 1px solid rgb(48, 45, 127);
		border-bottom: 1px solid rgb(48, 45, 127);
	}
	
}

@media only screen and (max-width: 550px){
	.genericon {
		display: block;
		position: absolute;
		right: 5%;
	}
	
	#leistungen {
		display: none;
		border-bottom: 8px solid rgb(48, 45, 127);
		background-color: rgba(235, 235, 235, 0.95);		
	}
	
	.nav_visible {
		display: none;
	}
	
	#leistungen a{
		display: block;
		font-size: 95%;
		line-height: 2.5em;
		border-bottom: 1px solid #ffffff;
		margin: 0;
		z-index: 100;
		color: #333;
		}
		
	#leistungen a:hover {
		border-left: 8px solid rgb(48, 45, 127);
		padding-left: 2%;
		color: #333333;
	}
	
}



/* content
--------------------------------------------------------------------------- */


@media only screen and (max-width: 750px){
	#produkte .content a, #news .news_wrap, .sortiment {
		width: 45%;
	}
	
	#news .button {
		width: 75%;
	}
	
	#seminare .two_three_col, #seminare .three_col {
		width: 47.5%;
	}
	
	.landingpage .two_three_col {
		width: 98%;
	}
	
	.one_col_inner {
		width: 92%;
	}
	
}


@media only screen and (max-width: 650px) {
	.two_col {
		width: 98%;
	}
	
	.content {
		padding-top: 10%;
	}
	
	#seminare .two_three_col,  #seminare .three_col {
		width: 98%;
	}
/*#katalog .content a*/
	#katalog a.link {
		width: 100%;
	}
	
	#news .one_col {
		width: 98%;
	}

	#home .lieferanten h1 {
		font-size: 1.2em;
	}	
}


@media only screen and (max-width: 560px){
	#produkte .content a, #news .news_wrap, #news .button, .sortiment {
		width: 98%;	
	}
	
	#home .lieferanten h1 {
		margin-top: 6%;
		margin-bottom: 4%;
	}

	.pict_excerpt, .excerpt_info .cell{
		height: 220px;
	}	
	
	#agb h1, #law h1 {
		font-size: 175%;
	}
		
}

/*five_cols*/

@media only screen and (max-width: 1137px) {
	#downloads .five_cols {
		width: 23%;
	}
}



@media only screen and (max-width: 899px) {
	#downloads .five_cols {
		width: 31%;
	}
	
/*#katalog .content a*/	
	#katalog a{
		height: 340px;
		}
}

@media only screen and (max-width: 670px) {
	#downloads .five_cols {
		width: 43%;
	}	
}

@media only screen and (max-width: 560px){
	#downloads .five_cols {
		width: 100%;
	}
/*#katalog .content a*/	
	#katalog a:first-child, #katalog a:first-child:hover{
		height: 530px;
	}
}

/*hover
--------------------------------------------------------------------------- */
@media only screen and (max-width: 560px){
	.content a:hover .pict_cover, .news a.show_info:hover .excerpt_info {
		opacity: 0;
		}
}



/* totop
--------------------------------------------------------------------------- */
@media only screen and (max-width: 480px){
	#totop {
		display: none;
	}
}

@media only screen and (max-width: 660px){
	.schliessen {
		margin-top: 5%;
		margin-bottom: 5%;
		padding-top: 3%;
		padding-bottom: 3%;		
	}
}



/* cookie
--------------------------------------------------------------------------- */

@media only screen and (max-width: 800px){
	#cookie {
		padding: 2%;
	}
	
	.cookie_text {
		display: block;
		text-align: left;
		width: 94%;
	}
	
	.cookie_link {
		display: block;
		text-align: center;
		margin: 3%;
		width: 94%;
	}
	
	.cookie_link a{
		padding: 1%;
		margin: 0;
	}
	
	.gewerbe {
		margin-top: 0.8em;
	}
}

@media only screen and (max-width: 560px){
	.container_cookie p {
		margin-bottom: 1.4em;
	}
	
	.cookie_link a{
		padding: 3%;
	}
}

/* jssor full width slider
=========================================================================== */
		#jssor_1 {
			max-height: 600px!important;
		}
		
		.slider {
			background-color: #454545;
			width: 100%;
		}
						
		.slide_klein {
			border: 1px solid #ffffff;
		}


        /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
		
		
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }

		
/* jssor image slider
=========================================================================== */

         /* jssor slider bullet navigator skin 01 css */
        /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
        .jssorb01 {
            position: absolute;
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }
        .jssorb01 div { background-color: gray; }
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        /* jssor slider arrow navigator skin 02 css */
        /*
        .jssora02l                  (normal)
        .jssora02r                  (normal)
        .jssora02l:hover            (normal mouseover)
        .jssora02r:hover            (normal mouseover)
        .jssora02l.jssora02ldn      (mousedown)
        .jssora02r.jssora02rdn      (mousedown)
        .jssora02l.jssora02lds      (disabled)
        .jssora02r.jssora02rds      (disabled)
        */
        .jssora02l, .jssora02r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 55px;
            height: 55px;
            cursor: pointer;
            background: url('img/a02.png') no-repeat;
            overflow: hidden;
        }
        .jssora02l { background-position: -3px -33px; }
        .jssora02r { background-position: -63px -33px; }
        .jssora02l:hover { background-position: -123px -33px; }
        .jssora02r:hover { background-position: -183px -33px; }
        .jssora02l.jssora02ldn { background-position: -3px -33px; }
        .jssora02r.jssora02rdn { background-position: -63px -33px; }
        .jssora02l.jssora02lds { background-position: -3px -33px; opacity: .3; pointer-events: none; }
        .jssora02r.jssora02rds { background-position: -63px -33px; opacity: .3; pointer-events: none; }

