
/* © cs-media.one */
/* Mobil first */




* {
  margin: 0;
  padding: 0;
}

html, body {
    height: 100%;
	
}

html {
	background-attachment: fixed;
	background-color: rgba(250, 250, 250, 1);
/*
	background-image: url("../media/IMG_0432.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
height: 100%;
}

body {
/*    margin: 0;*/
    font-size: 110%;
    font-family: 'Work Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    line-height: 1.7;
	font-weight: 300;
	color:#161631;
  	width: 100%;
  	display: flex;
  	flex-direction: column;
}


header {
  /*	  background-color: rgba(142,161,174, 1);*/
	background-color: rgba(34,34,34, .9);
	min-height: 70px;
	padding: 0px 20px 0px 0px;
	margin: 0 auto;
	width: 100%;
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);*/
	z-index: 9900;
	position: fixed;
	-webkit-transition: all ease-out .5s;
  	-moz-transition: all ease-out .5s;
  	-o-transition: all ease-out .5s;
  	transition: all ease-out .5s;
}


.active_cs {
  background-color: rgba(34,34,34, .9);

}



main {
  	background-color: rgba(250,250,250,1.00);
  	line-height: 1.7;
  	z-index: 2;
/*  	height: 100%;*/
	flex: 1;
}


footer {
	width: 100%;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	background-color: #222222;
	text-align: center;
	font-size:14px;
	line-height: 25px;
	margin:0 auto;
}




section {
	width: 100%;
	
}

column{
	width: 100%;
}



.sec1{
  	width: 100%;
	padding-top: 70px;
	padding-bottom: 0px;
/*
	height: 300px;
	background-image: url(../media/1.png);
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}

.sec2{
  	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f0f0f0;
	min-height: 400px;
}
.sec3{
  	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
	min-height: 250px;
}

.sec4{
  	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
/*	min-height: 200px;*/
}


.content {
    background-color: #e8e8e8; /* fall-back */
    background-color: rgba(250,250,250,.0);
    padding-top: 2em;
	padding-left: 2em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
    max-width: 1060px;
	min-height: 100%;
  	/*  	height:auto !important;*/
  	height:100%;
	font-size:1.0em;
}

.content2 {
    padding: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
    max-width: 1060px;
	font-size:1.0em;
/*	color:#161631;*/
}


.content3 {
    padding: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
    max-width: 1060px;
/*  	height:auto !important;*/
	font-size:1.0em;
/*	color: #fff;*/
}



.line {
    margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
/*    background-color: #e3252b;*/
	width: 100%;
	height: 10px;
	background: rgb(65,131,196);
    background: -webkit-linear-gradient(90deg, rgba(65,131,196,1) 0%, rgba(35,58,120,1) 100%);
    background: -moz-linear-gradient(90deg, rgba(65,131,196,1) 0%, rgba(35,58,120,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(65,131,196,1) 0%, rgba(35,58,120,1) 100%);
    background: -o-linear-gradient(90deg, rgba(65,131,196,1) 0%, rgba(35,58,120,1) 100%);
    background: linear-gradient(90deg, rgba(65,131,196,1) 0%, rgba(35,58,120,1) 100%);
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);*/
    z-index: 999999;
	position: fixed;
}



.spacer_footer{
	height: 80px;
}

.footer_artikel{
	width: 100%;
	list-style: none;
	margin-left: 0em; 
	padding-left: 5em;
	font-size: 1.5em; 
	line-height: 2.3em;
	color: #ffffff;
	text-align: center;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 25px 0px;
	border-bottom: solid thin rgba(58,58,58,1.00);
}


.footer_headline {
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.4em;
	color: #2a98e0;
}

.col-2-12{
		width: 50%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
		}

.col-2_4-12{
		width: 50%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
		}

.col-3-12{
		width: 50%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
		}

.col-3_2-12{
		width: 100%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
		}

.col-footer-4{
		width: 100%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
/*		border: solid;*/
		}

.col-footer-12{
		width: 100%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 10px 0px;
		}



.col-12-12, .col-9-12, .col-8-12, .col-6-12, .col-4-12{
		width: 100%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
/*		border: solid;*/
		}





.artikel_001 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #f0f0f0;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 20px 10px;
/*	border: 0.5px solid #949494;*/
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
		
.artikel_002 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: .9em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
		
.artikel_003 {
	width: 100%;
	max-width: 100%;
	min-height: 50em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #ffffff;
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: .9em;
	margin: 15px 10px 15px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
		


.artikel_004 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #ffffff;
	float: left;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
*/	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);

	}

.artikel_005 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #f6f6f6;
*/	float: left;
	text-align: center;
	font-weight: 700;
	font-size: .8em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*	border: 0.5px solid #949494;*/
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);*/
	}

.artikel_006 {
	width: 80%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-weight: 700;
	font-size: .8em;
*/	background-color: #f6f6f6;
	float: left;
	text-align: center;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*	border: 0.5px solid #949494;*/
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);*/
	}

.artikel_007 {
	width: 80%;
	min-height: 8em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: center;
	font-weight: 500;
	font-size: .9em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}



.artikel_010 {
	width: 100%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 600;
	margin-top: 0px;
	margin-left: -10px;
	margin-right: 0px;
	padding: 10px;
	border: 0.5px solid #949494;
	}	


.expect-icon{
			width: 30%;
		}

/*
.artikel_011-1 {
	background-image: url("../media/Marketing/01.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px 0px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-2 {
	background-image: url("../media/Marketing/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px 0px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-3 {
	background-image: url("../media/Marketing/03.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px 0px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-4 {
	background-image: url("../media/Marketing/04.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px 0px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-5 {
	background-image: url("../media/Marketing/05.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px 0px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-6 {
	background-image: url("../media/Marketing/06.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px 0px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
*/


.artikel_012 {
	width: 90%;
/*	max-width: 400px;*/
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #ffffff;
*/	float: center;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	margin: 10px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
	
	
.artikel_013 {
	width: 90%;
/*	max-width: 400px;*/
	min-height: 4em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #ffffff;
*/	float: center;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	margin: 10px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}


.artikel_014 {
	width: 92%;
	max-width: 100%;
	min-height: 50em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #ffffff;
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: .9em;
	margin: 15px 10px 15px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}


.artikel_015 {
	width: 92%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #f6f6f6;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 20px 10px;
/*	border: 0.5px solid #949494;*/
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
		
.artikel_016 {
	width: 92%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: .9em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}



	
.iconcs1{
	width: 100%
}

.iconcs2{
			height: 70px;
		}

.iconcs3{
			height: 70px;
		}

.tabelle-center{
	display: flex;
  align-items: center;
  justify-content: center;
	text-align: left;
}

.tab-row1{
	float: left;
	width: 12%;
	margin-top: -5px;
	text-align: left;
	font-size: .7em;
	line-height: 2em;
}
.tab-row1-haed{
	float: left;
	width: 12%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: .7em;
	line-height: 2em;
}	
	
	
	
	
	
.tab-row2-head{
	float: left;
	width: 44%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: .7em;
	line-height: 2em;
}		
.tab-row2{
	float: left;
	width: 44%;
	margin-top: -5px;
	text-align: left;
	font-size: .7em;
	line-height: 2em;
}		
	
	

	
	
.tab-row3-head{
	float: left;
	width: 44%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0%;
	text-align: left;
	font-size: .7em;
	line-height: 2em;
}
.tab-row3{
	float: left;
	width: 44%;
	margin-top: -5px;
	margin-left: 0%;
	text-align: left;
	font-size: .7em;
	line-height: 2em;
}



.alert{
	width: 90%;
	padding: 25px;
	font-weight: 600;
	font-size: 1.1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10;
	margin-bottom: 10;
	background-color: #FFC8AC;
	border: thin solid;
	border-color: #FF4900;
	border-radius: 5px;
}


 
h1 { 
font-family: 'Work Sans', sans-serif;
font-weight: 700;
-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    letter-spacing: 4px;
}

h2 {
     font-family: 'Work Sans', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
 }

h3 {
     font-family: 'Work Sans', sans-serif;
     font-weight: 700;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
 }

h4 {
font-family: 'Work Sans', sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
}


h5 {
     font-family: 'Work Sans', sans-serif;
     font-weight: 300;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
 }

h6 {
     font-family: 'Work Sans', sans-serif;
     font-weight: 300;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
 }
 

	h1 {font-size: 2.5em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.75em;}
	h4 {font-size: 1.5em;}
	h5 {font-size: 1.25em;}
	h6 {font-size: 1em;}

#tab1 {
  	tab-size: 4;
	font-size: 110%;
	font-family: 'Lekton';
	font-weight: 300;
}

p {
	font-size: 1em;
/*	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);*/
}

ul { 
	margin-left: 0.6em; 
/*	padding-left: 0.6em;*/
	font-size: 1em;
	}

.liste{
	margin-left: 0.6em; 
	padding-left: 0.6em;
	font-size: 1em;
}

.center-ul{ text-align: center; list-style: inside;}


a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;

}
a:active {
	text-decoration: none;
	outline: none;
}

a.imglink:hover { 
	 border-bottom-style: none;
	 outline: none;
}

.un {
  display: inline-block;
}

.un:after {
  content: '';
  width: 0px;
  height: 2px;
  display: block;
  background:  #61D909;
  transition: 300ms;
}

.un:hover:after {
	width: 100%;}


.color1 { color: #F00; }
.color2 {color: #ff8b00}
.color3 { color: #282832; }
.color4 { color: #61D909;}
.color5 { color: #2a98e0; }
.color6 {color: #ffffff;}
.color7 {color: #3361a1;}


.center {text-align: center;}
.wide {letter-spacing: .5em}
.mobil_center {text-align: center; margin: 2 auto; display: flex; align-items: center; justify-content: center;}

.xxs { font-size: 0.7em;}
.xs { font-size: 0.8em;}
.s { font-size: 0.9em;}
.m { font-size: 1.1em;}
.l { font-size: 1.2em;}
.xl { font-size: 1.3em;}
.xxl { font-size: 1.4em;}
.xxxl { font-size: 1.5em;}

.Bold1 { font-weight: 100;}
.Bold2 { font-weight: 200;}
.Bold3 { font-weight: 300;}
.Bold4 { font-weight: 400;}
.Bold5 { font-weight: 500;}
.Bold6 { font-weight: 600;}
.Bold7 { font-weight: 700;}
.Bold8 { font-weight: 800;}


.Hinweis1{
	font-size: 0.8em;
	color: #ff8b00;
	line-height: 1rem;
	display: block;
}

.Hinweisfeld1{
	font-size: 0.8em;
	line-height: 1rem;
	text-align: center;
	display: block;
	background-color: Red;
  	border: none;
  	color: white;
  	padding: 12px 30px;
	margin: 0 auto;
	width: fit-content;
	block-size: fit-content;
}


a.menuLink:link{ color: #FFFFFF; }
a.menuLink:active{ color: #FFFFFF; }
a.menuLink:visited{ color: #FFFFFF; }
a.menuLink:hover{ color: #2a98e0; }

a.menuLink2:link{ color: #6EA6DA; }
a.menuLink2:active{ color: #6EA6DA; }
a.menuLink2:visited{ color: #6EA6DA; }
a.menuLink2:hover{ color: #2a98e0; }

a.menuLink3:link{ color: #282832; }
a.menuLink3:active{ color: #282832; }
a.menuLink3:visited{ color: #282832; }
a.menuLink3:hover{ color: #2a98e0; }

a.copyright_csm:link{ color: #ffffff; }
a.copyright_csm:active{ color: #ffffff; }
a.copyright_csm:visited{ color: #ffffff; }
a.copyright_csm:hover{ color: #FF7400; }
.copyright{color: #ffffff;}

a.menuSlider:link{ color: #fc4f08; }
a.menuSlider:active{ color: #fc4f08; }
a.menuSlider:visited{ color: #fc4f08; }
a.menuSlider:hover{ color: #fc4f08; text-decoration: underline; }

a.logo:link{ color: #FFFFFF; }
a.logo:active{ color: #FFFFFF; }
a.logo:visited{ color: #FFFFFF; }
a.logo:hover{ color: #FFFFFF; }

a.cs-media:link{ color: #FFFFFF; }
a.cs-media:active{ color: #FFFFFF; }
a.cs-media:visited{ color: #FFFFFF; }
a.cs-media:hover{ color: #ff0000; }

a.Insta:link{ color: #FFFFFF; }
a.Insta:active{ color: #FFFFFF; }
a.Insta:visited{ color: #FFFFFF; }
a.Insta:hover{ color: #2a98e0; }
.Insta{font-size: 1.5em;}

.schein{
    box-shadow: 0 -1px 10px rgba(33, 33, 33, .7);
}

.shadow{
     box-shadow: 0px 0px 10px #ccc;
      -moz-box-shadow: 0px 0px 10px #ccc;
      -webkit-box-shadow: 0px 0px 10px #ccc;
      -khtml-box-shadow: 0px 0px 10px #ccc;
}


	.mail {
		width: 18px;
		margin-bottom: -2px;
	}
		
	.telefon {
		width: 16px;
		margin-bottom: -2px;
	}
    .telefon2 {
		width: 22px;
		margin-bottom: -4px;
	} 




.sticky2 {

  position: -webkit-sticky;
  position: sticky;
  top: 150px;
	right: 0px;
  z-index: 99999;
	max-width: 270px;
	float: right;
	margin-top: 50px;
	margin-bottom: -350px;
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.sticky3 {
/*	background: rgba(255,250,255,.8);*/
	background: rgba(230,230,230,.9);
  z-index: 99999;
	max-width: 220px;
	float: right;
	padding: 10px;
	font-size: .7em;
/*	border: thin solid rgba(230,17,21,1.00);*/
	border-radius: 8px 0px 0px 8px;

}

.sticky4 {
/*	background: rgba(255,250,255,.8);*/
	background: rgba(220, 220, 220, .9);
	
  z-index: 99999;
	max-width: 40px;
	min-height: 150px;
	float: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: thin  rgba(100,100,100,1.00);
	border-radius: 8px 0px 0px 8px;
	border-style: solid none solid solid;
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #ffffff;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2a98e0;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}



.display-switch1{
	visibility: hidden;
	display:none;
}
.display-switch2{
	visibility: visible;
	display:block;
}


.video-format{
	width: 100%;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	cursor: pointer;
}



.img-gruppe3{
	width: 100;
	display: block;
    margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	-webkit-filter: drop-shadow(0rem 0rem 0.4rem rgba(0, 0, 0, 0.5));
  	filter: drop-shadow(0rem 0rem 0.3rem rgba(0, 0, 0, 0.3));
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	
}

.img-gruppe3:hover{
	cursor: pointer;
	display: block;
    margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	-webkit-filter: drop-shadow(0rem 0rem 0.4rem rgba(0, 0, 0, 0.5));
  	filter: drop-shadow(0rem 0rem 0.3rem rgba(0, 0, 0, 0.3));
	transform: scale(1.03, 1.03);
 	-moz-transform: scale(1.03, 1.03);
 	-webkit-transform: scale(1.03, 1.03);
 	-o-transform: scale(1.03, 1.03);
 	-ms-transform: scale(1.03, 1.03);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
/*
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	
	-webkit-transition:  all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	
	transform: translateY(-0px);
*/
}

.tabelle-small{
	height: 100%;
	width: 100%;
	visibility: visible;
		}

.tabelle-big{
	height: 0%;
	width: 0%;
	visibility: hidden;
		}



.fadeIn {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
	color: #ffffff; 
	text-shadow: 0 -1px #333, 1px 0 #333, 0 1px #333, -1px 0 #333;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.fadeIn2 {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
	color: #333; 
	text-shadow: 0 -1px #fff, 1px 0 #fff, 0 1px #fff, -1px 0 #fff;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}


.Kachel {
	background-color: #FFFFFF;
	width: 100%;
	min-height: 490px;
	padding: 10px 10px;
	color: #444;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.Kachel2 {
	background-color: #FFFFFF;
	width: 100%;
	min-height: 49px;
	padding: 10px 10px;
	color: #444;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.Kachel:hover, .Kachel2:hover{
	box-shadow: 0 -1px 10px rgba(33, 33, 33, .3);
	color: #050020;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: translateY(-2px);
}

.Kachel:active, .Kachel2:active{
	color: #333;
}

.Kachel:link, .Kachel2:link{
	color: #333;
	
}

.Kachel:visited, .Kachel2:visited{
	color: #333;
}




/* Style buttons */
.btn {
  background-color: #4183c4;
  border: none;
  color: white;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 18px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #6ea6da;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



/* Style buttons */
.btn2 {
  background-color: #4183c4;
  border: none;
  color: #ffffff;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Darker background on mouse-over */
.btn2:hover {
  	background-color: #365997;
	color: #ffffff;
	border-radius: 5px;
	-webkit-filter: drop-shadow(0rem 0rem 0.4rem rgba(42, 126, 224, 0.5));
  	filter: drop-shadow(0rem 0rem 0.3rem rgba(42, 126, 224, 0.7));
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Style buttons */
.btn3 {
  background-color: #4183c4;
  border: none;
  color: #ffffff;
  padding: 12px 15px;
  cursor: pointer;
  font-size: 16px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Darker background on mouse-over */
.btn3:hover {
  	background-color: #365997;
	color: #ffffff;
	border-radius: 5px;
	-webkit-filter: drop-shadow(0rem 0rem 0.4rem rgba(42, 126, 224, 0.5));
  	filter: drop-shadow(0rem 0rem 0.3rem rgba(42, 126, 224, 0.7));
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.btn4 {
  	flex: 1 1 auto;
  	margin: 10px;
  	padding: 8px;
  	text-align: center;
/*  text-transform: uppercase;*/
  	transition: 0.8s;
  	background-size: 200% auto;
  	color: white;
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  	box-shadow: 0 0 20px #eee;
  	border-radius: 5px;
	cursor: pointer;
	font-size: 20px;
 }
.btn4:hover {
	background-position: right center;
	color: white;
	transition: 0.8s;
	cursor: pointer;
	font-size: 20px;
 }
.btn-1 {
  background-image: -webkit-linear-gradient(right, #282832 0%, #282832 50%, #ff9c00 55%, #ff9c00 100%);
  background-image: -o-linear-gradient(right, #282832 0%, #282832 50%, #ff9c00 55%, #ff9c00 100%);
  background-image: linear-gradient(to right, #282832 0%, #282832 50%, #ff9c00 55%, #ff9c00 100%);
}
.container-btn{
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	align-content: center;
  	flex-wrap: wrap;
  	width: 100%;
  	margin: 0 auto;
  	min-height: 30px;
}

.container-btn2{
  	display: flex;
  	justify-content: left;
  	align-items: left;
  	align-content: left;
  	flex-wrap: wrap;
  	width: 300px;
  	margin-left: 0px;
  	min-height: 25px;
}






.brand {
	background-image: url(../media/Logo4.png);
	background-repeat: no-repeat;
	margin: 4px 10px -10px 10px;
	width: 230px;
  	height: 60px;
	background-size: contain;
	float: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    visibility: visible;
 }

.brand2 {
	background-image: url(../media/Logo4.png);
	background-repeat: no-repeat;
	margin: 4px 10px -10px 10px;
	width: 230px;
  	height: 60px;
	background-size: contain;
	float: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    visibility: visible;
 }

.h1logo {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    font-size: 2.0em;
    line-height: 40px;
    margin: 36px 0px 0px 20px;
    width: 450px;
    height: 40px;
    text-align: left;
    display: block;
    float: left;
    text-decoration: none;
    color: #fc4f08;
    padding: 0;
}










.headline {
    width: 100%;
    font-size: 1.50em;
    font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
/*	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);*/
    margin: 20px 0px 20px 0px;
    color: #333;
}

	
/*
	.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
*/
	
.pdf{
	text-align:center;
	margin-top: 2em;
		}
.pdf1{
	float:none;
		}
.pdf2{
	
	text-align:center;
		}	



IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
		}




.justify{
    text-align: justify;
  text-justify: inter-word;
}







@media screen and (min-width: 170px) and (max-width: 760px){
	
	

	
}




	
	
/* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */  /* Tablett */  /* Tablett */  /* Tablett */
	
@media screen and (min-width: 760px) and (max-width: 1200px){
	
	
header {
  /*	  background-color: rgba(142,161,174, 1);*/
	background-color: rgba(34,34,34, .9);
	min-height: 70px;
	padding: 0px 20px 0px 0px;
	margin: 0 auto;
	width: 100%;
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);*/
	z-index: 9900;
	position: fixed;
	-webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

	
	

.display-switch1{
	visibility: hidden;
	display:none;
}
.display-switch2{
	visibility: visible;
	display:block;
}

	
	
	
.sec1{
  	width: 100%;
	padding-top: 80px;
	padding-bottom: 0px;
	}
	
	

	
	
	
/* Style buttons */
.btn {
  background-color: #4183c4;
  border: none;
  color: white;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 14px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #6ea6da;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

	
	/* Style buttons */
.btn3 {
  background-color: #4183c4;
  border: none;
  color: #ffffff;
  padding: 12px 10px;
  cursor: pointer;
  font-size: 12px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Darker background on mouse-over */
.btn3:hover {
  	background-color: #365997;
	color: #ffffff;
	border-radius: 5px;
	-webkit-filter: drop-shadow(0rem 0rem 0.4rem rgba(42, 126, 224, 0.5));
  	filter: drop-shadow(0rem 0rem 0.3rem rgba(42, 126, 224, 0.7));
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
	
	
	
    
.brand {
	background-image: url("../media/Logo4.png");
	background-repeat: no-repeat;
	margin: 10px 10px -10px 10px;
	width: 300px;
  	height: 80px;
	background-size: contain;
	float: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
        visibility: visible;
 }
    
.brand2 {
	background-image: url(../media/Logo4.png);
	background-repeat: no-repeat;
	margin: 10px 10px -10px 10px;
	width: 300px;
  	height: 80px;
	background-size: contain;
	float: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    visibility: visible;
 }
    
    
    

		

		
	h1 {font-size: 2.5em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.75em;}
	h4 {font-size: 1.5em;}
	h5 {font-size: 1.25em;}
	h6 {font-size: 1em;}
	p {font-size: 1em;}
	
	ul { 
	margin-left: 0.6em; 
/*	padding-left: 0.6em;*/
	font-size: 1em;
	}
	

	
	.headline {
		margin: 20px 0px 20px 0px;
		font-size: 2.0em;
		}
	
		

		
.footer_artikel{
	width: 100%;
	list-style: none;
	margin-left: 0em; 
	padding-left: 5em;
	font-size: 1.1em; 
	line-height: 2.0em;
	color: #ffffff;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 20px 40px;
	border-bottom: none;
}

.footer_headline {
	text-decoration: underline;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 0.4em;
	color: #2a98e0;
}	
	

.col-footer-4{
		width: 25%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		}
.col-footer-12{
		width: 100%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 20px 0px;
		}
	
	
.col-2-12{
		width: 16.66%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
		}
	
.col-2_4-12{
		width: 20%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
		}
	
.col-3-12, .col-3_2-12{
		width: 25%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
/*		border: solid;*/
		}
	
.col-4-12{
		width: 33.33%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
/*		border: solid;*/
		}
	
.col-6-12{
		width: 50%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
/*		border: solid;*/
		}	
	
.col-8-12{
		width: 66%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
/*		border: solid;*/
		}	
	
.col-9-12{
		width: 75%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
/*		border: solid;*/
		}	


.artikel_001 {
	width: 100%;
	min-height: 18em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #f0f0f0;
	float: left;
	text-align: left;
	font-weight: 600;
	font-size: .6em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 20px 10px;
/*	border: 0.5px solid #949494;*/
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
		
.artikel_002 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: .8em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
		
.artikel_003 {
	width: 100%;
	max-width: 100%;
	min-height: 50em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #ffffff;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .7em;
	margin: 15px 10px 15px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
		

	
.artikel_004 {
	width: 50%;
	max-width: 400px;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #ffffff;
	float: center;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
*/	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);

	}
	
	
.artikel_005 {
	width: 100%;
	min-height: 100%;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #f6f6f6;
*/	float: left;
	text-align: center;
	font-weight: 700;
	font-size: .8em;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*	border: 0.5px solid #949494;*/
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);*/
	}	
	
.artikel_006 {
	width: 100%;
	min-height: 16em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-weight: 700;
	font-size: .8em;
*/	background-color: #f6f6f6;
	float: left;
	text-align: center;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*	border: 0.5px solid #949494;*/
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);*/
	}
	
.artikel_007 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: .8em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
	
	
	
.artikel_010 {
	width: 46%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 600;
	margin: 0px;
	padding: 10px;
	border: 0.5px solid #949494;
	}	
	
	
.expect-icon{
			width: 30%;
		}
	
/*
.artikel_011-1 {
	background-image: url("../media/Marketing/01.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 42%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-2 {
	background-image: url("../media/Marketing/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 42%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-3 {
	background-image: url("../media/Marketing/03.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 42%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-4 {
	background-image: url("../media/Marketing/04.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 42%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-5 {
	background-image: url("../media/Marketing/05.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 42%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-6 {
	background-image: url("../media/Marketing/06.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 42%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}	
	
*/
	
.artikel_012 {
	width: 90%;
/*	max-width: 400px;*/
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #ffffff;
*/	float: center;
	text-align: center;
	font-weight: 500;
	font-size: .8em;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
	
	
.artikel_013 {
	width: 90%;
/*	max-width: 400px;*/
	min-height: 4em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #ffffff;
*/	float: center;
	text-align: center;
	font-weight: 500;
	font-size: .8em;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
	
	
.artikel_014 {
	width: 100%;
	max-width: 90%;
	min-height: 50em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #ffffff;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .7em;
	margin: 15px 10px 15px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
	
.artikel_015 {
	width: 90%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #f6f6f6;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 20px 10px;
/*	border: 0.5px solid #949494;*/
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
		
.artikel_016 {
	width: 90%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: .8em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
	
	.iconcs2{
			height: 70px;
		}

	.iconcs3{
			height: 70px;
		}
	
.tabelle-center{
	display: flex;
  	align-items: left;
	justify-content: left;
	}
	
	
.tab-row1{
	float: left;
	width: 10%;
	margin-top: -5px;
	text-align: left;
	font-size: 1.0em;
	line-height: 2em;
}
.tab-row1-haed{
	float: left;
	width: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.0em;
	line-height: 2em;
}	
	
	
	
	
	
.tab-row2-head{
	float: left;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.0em;
	line-height: 2em;
}		
.tab-row2{
	float: left;
	width: 50%;
	margin-top: -5px;
	text-align: left;
	font-size: 1.0em;
	line-height: 2em;
}		
	
	

	
	
.tab-row3-head{
	float: left;
	width: 40%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0%;
	text-align: left;
	font-size: 1.0em;
	line-height: 2em;
}
.tab-row3{
	float: left;
	width: 40%;
	margin-top: -5px;
	margin-left: 0%;
	text-align: left;
	font-size: 1.0em;
	line-height: 2em;
}	
	
	
	
	
.tabelle-small{
	height: 0%;
	width: 0%;
	visibility: hidden;
		}

.tabelle-big{
	height: 100%;
	width: 100%;
	visibility: visible;
		}	
	


	
.pdf{
	text-align:left;
	margin-top: 3em;
	width: 100%;
		}
.pdf1{
	float: left;
	padding-top: 8px;
		}
.pdf2{
	float: left;
	margin-left: 10px;
	text-align: left;
		}
	

	
.sec1text{
	padding-top: 1em;
	margin-left: 5%;
	font-size: 1.5em;
	font-weight: 400;
	width: 200px;
	color: #fff;
		float: left;
}

  
}	
	

	

	
/* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */
@media screen and  (min-width: 1200px) {

		
header {
  /*	  background-color: rgba(142,161,174, 1);*/
	background-color: rgba(34,34,34, 0);
	min-height: 110px;
	padding: 0px 20px 0px 0px;
	margin: 0 auto;
	width: 100%;
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);*/
	z-index: 9900;
	position: fixed;
	-webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

		
		
.display-switch1{
	visibility: visible;
	display:block;
}
.display-switch2{
	visibility: hidden;
	display:none;
}
	
	
	/* Style buttons */
.btn3 {
  background-color: #4183c4;
  border: none;
  color: #ffffff;
  padding: 12px 25px;
  cursor: pointer;
  font-size: 18px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Darker background on mouse-over */
.btn3:hover {
  	background-color: #365997;
	color: #ffffff;
	border-radius: 5px;
	-webkit-filter: drop-shadow(0rem 0rem 0.4rem rgba(42, 126, 224, 0.5));
  	filter: drop-shadow(0rem 0rem 0.3rem rgba(42, 126, 224, 0.7));
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
		
		
.line {
    
    margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
/*    background-color: #e3252b;*/
	width: 100%;
	height: 12px;
    background: rgb(65,131,196);
    background: -webkit-linear-gradient(90deg, rgba(65,131,196,1) 0%, rgba(35,58,120,1) 100%);
    background: -moz-linear-gradient(90deg, rgba(65,131,196,1) 0%, rgba(35,58,120,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(65,131,196,1) 0%, rgba(35,58,120,1) 100%);
    background: -o-linear-gradient(90deg, rgba(65,131,196,1) 0%, rgba(35,58,120,1) 100%);
    background: linear-gradient(90deg, rgba(65,131,196,1) 0%, rgba(35,58,120,1) 100%);
    z-index: 999999;
	position: fixed;
}
		

        
    
        
.brand {
	background-image: url(../media/Logo4.png);
	background-repeat: no-repeat;
	margin: -45px 10px 0px 20px;
	width: 40px;
  	height: 8px;
	background-size: contain;
	float: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
        visibility: hidden;
        -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
 }
        
 .brand2 {
	background-image: url(../media/Logo4.png);
	background-repeat: no-repeat;
	margin: 15px 10px -23px 20px;
	width: 400px;
  	height: 120px;
	background-size: contain;
	float: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     visibility: visible;
        -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
 }
        
        
        
        
		
.sec1{
  	width: 100%;
	padding-top: 12px;
	padding-bottom: 0px;
}
	




	
        

	
	
	h1 {font-size: 3em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.75em;}
	h4 {font-size: 1.5em;}
	h5 {font-size: 1.25em;}
	h6 {font-size: 1em;}
	p {font-size: 1em;}
		
		
ul { 
	margin-left: 0.6em; 
/*	padding-left: 0.6em;*/
	font-size: 1em;
	}



.headline {
		margin: 100px 0px 100px 0px;
		font-size: 2.75em;
		}
	


		
.footer_artikel{
	width: 100%;
	list-style: none;
	margin-left: 0em; 
	padding-left: 5em;
	font-size: 1.2em; 
	line-height: 2.0em;
	color: #ffffff;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 20px 100px;
	border-bottom: none;
}
	
.footer_headline {
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.4em;
	color: #2a98e0;
	}

	
.col-footer-4{
		width: 25%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		}	
.col-footer-12{
		width: 100%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 20px 0px;
		}
	
	
	
.col-2-12{
		width: 16.66%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
		}
	
	
.col-2_4-12{
		width: 20%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
		}
	
	
.col-3-12, .col-3_2-12{
		width: 25%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/
/*		border: solid;*/
		}
		
.col-4-12{
		width: 33.33%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/

		}

		
.col-6-12{
		width: 50%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/

		}
	
.col-8-12{
		width: 66%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/

		}
	
.col-9-12{
		width: 75%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/

		}

	
.col-12-12{
		width: 100%;
		display: flex;
  		align-items: center;
  		justify-content: center;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
/*		background-color: darkorange;*/

		}
	
	
	
.artikel_001 {
	width: 100%;
	min-height: 16em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #f0f0f0;
	float: left;
	text-align: left;
	font-weight: 600;
	font-size: .8em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 20px 10px;
/*	border: 0.5px solid #949494;*/
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
		
.artikel_002 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: 1em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
		
.artikel_003 {
	width: 100%;
	max-width: 100%;
	min-height: 50em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #ffffff;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 15px 10px 15px 10px;
	padding: 10px 10px 0px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/	position: relative;
	}
	


.artikel_004 {
	width: 50%;
	max-width: 400px;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #ffffff;
	float: center;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
*/	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);

	}
		
	
.artikel_005 {
	width: 100%;
	min-height: 22em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #f6f6f6;
*/	float: left;
	text-align: center;
	font-weight: 700;
	font-size: .8em;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*	border: 0.5px solid #949494;*/
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);*/
	}
	
.artikel_006 {
	width: 100%;
	min-height: 16em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-weight: 700;
	font-size: .8em;
	background-color: #f6f6f6;
*/	float: left;
	text-align: center;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*	border: 0.5px solid #949494;*/
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);*/
	}
	
.artikel_007 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: 1em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
		
		
.artikel_010 {
	width: 22%;
	float: left;
	min-height: 12em;
	text-align: center;
	font-size: .8em;
	font-weight: 600;
	margin: 0px;
	padding: 10px;
	border: 0.5px solid #949494;
	}	

	
	
	
.expect-icon{
			width: 30%;
		}
		

/*
.artikel_011-1 {
	background-image: url("../media/Marketing/01.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 28%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-2 {
	background-image: url("../media/Marketing/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 28%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-3 {
	background-image: url("../media/Marketing/03.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 28%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-4 {
	background-image: url("../media/Marketing/04.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 28%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-5 {
	background-image: url("../media/Marketing/05.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 28%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
.artikel_011-6 {
	background-image: url("../media/Marketing/06.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 28%;
	float: left;
	min-height: 14em;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
*/
	
.artikel_012 {
	width: 90%;
/*	max-width: 400px;*/
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #ffffff;
*/	float: center;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
	
	
.artikel_013 {
	width: 90%;
/*	max-width: 400px;*/
	min-height: 4em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #ffffff;
*/	float: center;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
	
	
.artikel_014 {
	width: 90%;
	max-width: 100%;
	min-height: 50em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #ffffff;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 15px 10px 15px 10px;
	padding: 10px 10px 0px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/	position: relative;
	}
	
	
.artikel_015 {
	width: 90%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #f6f6f6;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 20px 10px;
/*	border: 0.5px solid #949494;*/
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
		
.artikel_016 {
	width: 90%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: 1em;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
	
	
		
.iconcs2{
			height: 70px;
		}

.iconcs3{
			height: 70px;
		}
		
	
.tabelle-center{
	display: flex;
  align-items: left;
	justify-content: left;
	}
	
		
.tab-row1{
	float: left;
	width: 10%;
	margin-top: -5px;
	text-align: left;
	font-size: 1.0em;
	line-height: 2.3em;
}
.tab-row1-haed{
	float: left;
	width: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.0em;
	line-height: 2.3em;
}
		
		
		
.tab-row2{
	float: left;
	width: 35%;
	margin-top: -5px;
	text-align: left;
	font-size: 1.0em;
	line-height: 2.3em;
}	
.tab-row2-head{
	float: left;
	width: 35%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.0em;
	line-height: 2.3em;
}
		
		
		
.tab-row3{
	float: left;
	width: 55%;
	margin-top: -5px;
	margin-left: 0%;
	text-align: left;
	font-size: 1.0em;
	line-height: 2.3em;
}	
.tab-row3-head{
	float: left;
	width: 55%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0%;
	text-align: left;
	font-size: 1.0em;
	line-height: 2.3em;
}
		

	
	
.tabelle-small{
	height: 0%;
	width: 0%;
	visibility: hidden;
		}

.tabelle-big{
	height: 100%;
	width: 100%;
	visibility: visible;
		}	
	
		

		
.pdf{
	text-align:left;
	margin-top: 3em;
	width: 100%;
		}
.pdf1{
	float: left;
	padding-top: 8px;
		}
.pdf2{
	float: left;
	margin-left: 10px;
	text-align: left;
		}
		
		

		
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
		}
		

		
		
.sec1text{
	padding-top: 7%;
	margin-left: 5%;
	font-size: 2.5em;
	font-weight: 300;
	width: 750px;
	color: #fff;
		float: left;
}
        
        

	
}






/* Print Layout */
@media print {
  @page {
    size: A4 portrait; /*portrait landscape*/
	margin: 1rem .5rem;
  }

	/* Start a new page before <h1> elements 
  h1 {
    page-break-before: always; 
  }*/
	
	/* Start a new page after <section> elements */
  section {
    page-break-after: always; 
  }

	.pagebreak { page-break-before: always; } /* <div class="pagebreak"> </div>*/
	
/*
	.pagebreak {
        clear: both;
        page-break-after: always;}
*/
	
  footer {
    display: none;
	}
	
}

@media all {
.page-break { display: none; }
}

		
		
	







/* work-sans-100 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/work-sans-v17-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-100.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-200 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/work-sans-v17-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-200.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-300 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/work-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-300.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-500 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/work-sans-v17-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-500.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/work-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-600.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-700 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/work-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-700.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-800 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/work-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-800.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-900 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/work-sans-v17-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-900.svg#WorkSans') format('svg'); /* Legacy iOS */
}



/* lekton-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lekton-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lekton-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lekton';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lekton-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lekton-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lekton-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 10px;
}

.demo-1 .codrops-demos {
	position: absolute;
	z-index: 2000;
	top: 30px;
	left: 30px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #883d59;
	border-color: #883d59;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}



