/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body								{margin:0px; background-color:#111111; font-family: 'Open Sans', sans-serif; overflow-y: auto; overflow-x: hidden; min-height:100%}

/*MENUE ITEM*/
#menu 								{width: 100%; margin: 0px; padding: 0px; list-style: none;}
#menu li 							{float: left; padding-bottom: 0px; position: relative;}
  #menu a 							{float: left; height: 30px; text-transform: uppercase; font-family:Open Sans; font-weight:300; font-size:15px; line-height:30px; color:#DDD; text-decoration:none; padding:0px 8px 0px 8px; text-decoration: none;}
#menu li:hover > a 					{color: #71BEE2; transition: all 0.5s;}
*html #menu li a:hover				{color: #71BEE2;}

/*MENUE SUBITEM*/
#menu ul 							{text-align:left; min-width:100%; list-style: none; margin: 0px; padding: 0; opacity:0; visibility:hidden; position: absolute; top: 30px; left: 0; z-index: 99999;}
#menu li:hover > ul 				{opacity:1; visibility: visible; transition: all 0.5s;}
#menu ul li 						{float: none; margin: 0px 0px 0px 5px; padding: 0; display: block; background-image: linear-gradient(#DDDDDD, #DDDDDD);}
#menu ul a 							{font-family:Open Sans; font-weight:normal; font-size:14px; padding: 6px; height: auto; line-height: 1; display: block; white-space: nowrap; float: none; text-transform: none; background-image: linear-gradient(#C3C3C3, #C3C3C3);}
*html #menu ul a 					{height: 10px; width: 150px; }
*:first-child+html #menu ul a 		{height: 10px; width: 150px;}
#menu ul a:hover 					{background-image: linear-gradient(#AF0000, #AF0000); color:#FFF; transition: all 0.5s; }


#menu_mobile						{
    text-transform: uppercase;
    font-family: Open Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    top: 101px;
}
#menu_mobile a						{text-transform: uppercase; font-family:Open Sans; font-weight:300; font-size:14px; line-height:18px; color:#FFFFFF; text-decoration:none;}
#menu_mobile a:hover				{text-transform: uppercase; font-family:Open Sans; font-weight:300; font-size:14px; line-height:18px; color:#AAAAAA; text-decoration:none;}


/*MENUE CLEAR FLOATED ELEMENTS*/
#menu:after 						{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html #menu             			{ zoom: 1; }
*:first-child+html #menu 			{ zoom: 1; }

#head_bar							{transition: all 0.3s;}
#head_logo							{transition: all 0.3s;}
#head_logobox							{transition: all 0.3s;}
#header_box							{transition: all 0.3s;}
#symbol_menu_mobile_close			{transition: top 0.3s;}
#symbol_menu_mobile					{transition: top 0.3s;}
#headerimage						{transition: all 0.3s;}
#headerimage_box					{transition: all 0.3s;}
#all								{transition: all 0.3s;}
#menu_mobile						{
    transition: all 0.3s;
    top: 101px;
}
#menu_bar							{transition: all 0.3s;}
#menu_mobile_bullet					{transition: all 0.2s;}
#content_box						{transition: all 0.3s;}
#subline_box						{transition: all 0.3s;}
#subline							{transition: all 0.3s;}
#content							{transition: all 0.3s;}
#images							{transition: all 0.3s;}
#overlayer							{transition: all 0.3s;}
#videobox							{transition: all 0.6s;}

#images 							{opacity:1;}
#images:hover 						{opacity:0.5;}

 .headline							{font-family: Open Sans Condensed, sans-serif; font-size:38px; font-weight:300; line-height:42px; color:#71BEE2; text-decoration:none; padding-right:0px; padding-bottom:0px;}
 .headline2							{font-family: Open Sans Condensed, sans-serif; font-size:32px; font-weight:300; line-height:42px; color:#FFFFFF; text-decoration:none; padding-right:0px; padding-bottom:0px;}
 .zitat								{font-family: Open Sans Condensed, sans-serif; font-size:33px; font-weight:300; line-height:36px; color:#AF0000; text-decoration:none; padding-right:0px; padding-bottom:0px;}
 .autor								{font-family: Open Sans; font-weight:normal; font-size:15px; line-height:18px; color:#666; text-decoration:none; padding:0px 12px 0px 12px;} 
 .subheadline						{font-family: Open Sans; font-weight:normal; font-size:18px; font-weight:bold; line-height:30px; color:#000; text-decoration:none; padding:0px 0px 0px 0px;}
 .box_headline						{font-family: Open Sans; font-weight:normal; font-size:18px; font-weight:bold; line-height:25px; color:#AF0000; text-decoration:none; padding:0px 0px 10px 0px;} 
 .copy_1							{font-family: Open Sans; font-weight:normal; font-size:15px; line-height:22px; color:#FFF; text-decoration:none; padding:0px 20px 0px 0px; text-align:justify;}
a.copy_1							{font-family: Open Sans; font-weight:normal; font-size:15px; line-height:22px; color:#FFF; text-decoration:none; padding:0px 20px 0px 0px;}
a.copy_1:link						{color:#F29831; text-decoration:none;}
a.copy_1:visited					{color:#F29831; text-decoration:none;}
a.copy_1:hover						{color:#999999; text-decoration:none;}
a.copy_1:active						{color:#999999; text-decoration:none;}

 .totop								{font-family: Open Sans; font-weight:normal; font-size:15px; line-height:22px; color:#71BEE2; text-decoration:none; padding:0px 0px 0px 0px; text-align:justify;}
a.totop								{font-family: Open Sans; font-weight:normal; font-size:15px; line-height:22px; color:#71BEE2; text-decoration:none; padding:0px 0px 0px 0px;}
a.totop:link						{color:#71BEE2; text-decoration:none;}
a.totop:visited						{color:#71BEE2; text-decoration:none;}
a.totop:hover						{color:#999999; text-decoration:none;}
a.totop:active						{color:#999999; text-decoration:none;}


 .table_4							{font-family: Open Sans; font-weight:normal; font-size:15px; line-height:22px; color:#FFF; text-decoration:none; padding:0px 0px 0px 0px; text-align:left;}
 .copy_1_highlight					{font-family: Open Sans; font-weight:bold; font-size:15px; line-height:22px; color:#71BEE2; text-decoration:none; padding:0px 20px 0px 0px;}
 .copy_2							{font-family: Open Sans; font-weight:normal; font-size:15px; line-height:22px; color:#000; text-decoration:none; padding:0px 0px 0px 0px;}
 .error								{font-family: Open Sans; font-weight:bold; font-size:15px; line-height:22px; color:#71BEE2; text-decoration:none; padding:0px 20px 0px 0px;}

 .button							{display:block; text-align:center; background-image:linear-gradient(#71BEE2, #71BEE2); margin:0px; padding:0px 10px 0px 10px; font-family: Open Sans; font-weight:normal; font-size:15px; font-weight:normal; line-height:20px; color:#000000; text-decoration:none;}
 .button:hover						{opacity:0.8;}
 .button:active						{opacity:1.0;}

 .footer							{font-family: Open Sans; font-weight:normal; font-size:11px; line-height:15px; color:#FFFFFF; text-decoration:none; padding:0px 0px 0px 0px; text-align:center;}
a.footer							{font-family: Open Sans; font-weight:normal; font-size:11px; line-height:15px; color:#FFFFFF; text-decoration:none; padding:0px 0px 0px 0px; text-align:center;}
a.footer:link						{color:#FFFFFF;}
a.footer:visited					{color:#FFFFFF;}
a.footer:hover						{color:#DDDDDD;}
a.footer:active						{color:#DDDDDD;}

  
 

 .copy_highlight				{font-family:Open Sans; font-weight:normal; font-size:15px; line-height:22px; color:#007F77; text-decoration:none; padding:0px 0px 0px 0px; text-align:justify;}
 .underlined					{text-decoration:underline;}

 .copy_small					{font-family:Open Sans; font-weight:normal; font-size:15px; line-height:24px; color:#222; text-decoration:none; padding:0px 0px 0px 0px; text-align:justify;}
 .copy_small_tuerkis			{font-family:Open Sans; font-weight:normal; font-size:15px; line-height:24px; color:#007F77; text-decoration:none; padding:0px 0px 0px 0px; text-align:justify;}

 .copy_red						{font-family:Open Sans; font-weight:normal; font-size:15px; line-height:22px; color:#FF0000; text-decoration:none; padding:0px 0px 0px 0px; text-align:justify;}


 .formular						{font-family:Open Sans Condensed; font-weight:normal; font-size:18px; line-height:24px; color:#222; text-decoration:none; padding:0px 0px 0px 0px;}
 
 .table_1						{font-family:Open Sans; font-weight:bold; font-size:15px; line-height:20px; color:#222; text-decoration:none; padding:0px 0px 0px 0px; text-align:left;}
 .table_2						{font-family:Open Sans; font-weight:normal; font-size:15px; line-height:20px; color:#222; text-decoration:none; padding:0px 0px 0px 0px; text-align:left;}
 .table_3						{font-family:Open Sans; font-weight:bold; font-size:15px; line-height:20px; color:#007F77; text-decoration:none; padding:0px 0px 0px 0px; text-align:left;}
