
    img {
	  width: 100%;
    margin: 0px 0px 0px 0px;
    /*border-radius: 7px;*/
	  /*height: auto;*/
	  }
	
	  body {
    margin: 40px 0px 40px 0px;
    background-color: #F0F0F0;
    background-image: url(/grafik/background.jpg); background-repeat: repeat-x; background-position: 50% 0%;
    background-attachment:fixed;
	  }
 
	  .sticky {
	  position: fixed !important;
	  top: 0 !important;
    box-shadow: -2px -2px 5px #808080, 2px 2px 5px #808080;
	  }	

    .tabellen
    {
    border-bottom: 1px #38322E dotted;
    }

    .bezeichnungsfelder
    {
    border-bottom: 1px #38322E dotted;
    }

    .bezeichnungsfeldererforderlich
    {
    border-bottom: 1px #38322E dotted;
    }

    .bezeichnungsfelder2
    {
    border-bottom: 1px #38322E dotted;
    border-left: 1px #38322E dotted;
    }

    .bezeichnungsfeldererforderlich2
    {
    border-bottom: 1px #38322E dotted;
    border-left: 1px #38322E dotted;
    }

    .emaileingabe
    {
    width: 100%;
    font-size: 20px;
    color: #000000;
    font-family: 'Oxygen';
    font-weight: bold;
    border-top: 1px #FFFFFF solid;
    border-right: 1px #FFFFFF solid;
    border-bottom: 1px #38322E dotted;
    border-left: 1px #38322E dotted;
    padding-left: 5px ;
    padding-top: 2px;
    padding-bottom: 2px;
    }

/* SQUARED ONE */
.squaredOne {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 3px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	/*background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);*/
	/*background: -moz-linear-gradient(top, #222 0%, #45484d 100%);*/
	/*background: -o-linear-gradient(top, #222 0%, #45484d 100%);*/
	/*background: -ms-linear-gradient(top, #222 0%, #45484d 100%);*/
	/*background: linear-gradient(top, #222 0%, #45484d 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );*/

	background: -webkit-linear-gradient(top, #FF0000 0%, #FF6C00 100%);
	background: -moz-linear-gradient(top, #FF0000 0%, #FF6C00 100%);
	background: -o-linear-gradient(top, #FF0000 0%, #FF6C00 100%);
	background: -ms-linear-gradient(top, #FF0000 0%, #FF6C00 100%);
	background: linear-gradient(top, #FF0000 0%, #FF6C00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF6C00',GradientType=0 );


}

.squaredOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.squaredOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

    .eingabefeld1
    {
    width: 100%;
    font-size: 14px;
    color: #000000;
    font-family: 'Oxygen';
    font-weight: bold;
    border-top: 1px #FFFFFF solid;
    border-right: 1px #FFFFFF solid;
    border-bottom: 1px #38322E dotted;
    border-left: 1px #38322E dotted;
    padding-left: 5px ;
    padding-top: 2px;
    padding-bottom: 2px;
    }

    .eingabefeld3
    {
    width: 100%;
    font-size: 14px;
    color: #000000;
    font-family: 'Oxygen';
    font-weight: bold;
    background-color: #E1E1E1;
    border-top: 1px #949494 solid;
    border-right: 1px #FFFFFF solid;
    border-bottom: 1px #FFFFFF solid;
    border-left: 1px #949494 solid;
    padding-left: 5px ;
    padding-top: 1px;
    padding-bottom: 1px;
    }

    .eingabeerforderlich
    {
    width: 100%;
    font-size: 14px;
    color: #000000;
    font-family: 'Oxygen';
    font-weight: bold;
    background-color: #EBEBEB;
    border-top: 1px #FFFFFF solid;
    border-right: 1px #FFFFFF solid;
    border-bottom: 1px #38322E dotted;
    border-left: 1px #38322E dotted;
    padding-left: 5px ;
    padding-top: 2px;
    padding-bottom: 2px;
    }

    .bilderrahmen
    {
    border-top: 1px #9b9b9b solid;
    border-right: 1px #9b9b9b solid;
    border-bottom: 1px #9b9b9b solid;
    border-left: 1px #9b9b9b solid;
    }

    .spaltenrahmen
    {
    border-top: 1px #9b9b9b solid;
    border-right: 1px #9b9b9b solid;
    border-bottom: 1px #9b9b9b solid;
    border-left: 1px #9b9b9b solid;
    border-radius: 4px;
    margin: 15px 20px 15px 20px;
    }


    #space2 {
    width: 100%;
    height: 2px;
    /*float: left;*/
    margin: 1px 0px 1px 0px;
    /*background-color: #ffffff;*/
    }

    #space4 {
    width: 100%;
    height: 4px;
    /*float: left;*/
    margin: 2px 0px 2px 0px;
    /*background-color: #ffffff;*/
    }

    #space8 {
    width: 100%;
    height: 8px;
    /*float: left;*/
    margin: 4px 0px 4px 0px;
    /*background-color: #ffffff;*/
    }

    #space14 {
    width: 100%;
    height: 14px;
    /*float: left;*/
    margin: 7px 0px 7px 0px;
    /*background-color: #ffffff;*/
    }

    #space16 {
    width: 100%;
    height: 16px;
    /*float: left;*/
    margin: 7px 0px 7px 0px;
    /*background-color: #ffffff;*/
   }

    #space20 {
    width: 100%;
    height: 20px;
    /*float: left;*/
    margin: 0px 0px 20px 0px;
     /*background-color: #ffffff;*/
    }

    #clearing {
    clear: both;
    }

 		#slider_rechts { 
    position: relative;
    /*float: left;*/
    width: 100%;
    height: auto;
		margin-left: auto;
    margin-right: auto;
 		padding: 10px 0px 10px 0px; 
		}



  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	@media only screen and (min-width: 1200px) and (max-width: 2920px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	  .standard {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 16px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .standard_big {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 16px; color: #3B3B3B; text-decoration:none; font-weight: 600; line-height: 1.5em; letter-spacing : 0px;}
	  .ueberschrift {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 28px; color: #676767; text-decoration:none; font-weight: 400; line-height: 1.2em; letter-spacing : 0px;}
	  .titel {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 24px; color: #676767; text-decoration:none; font-weight: 400; line-height: 1.2em; letter-spacing : 0px;}
	  .copyright {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .copyright_big {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 600; line-height: 1.5em; letter-spacing : 0px;}
	  .text_footer {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .standardrot {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 20px; color: #A42828; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
 	  .submenue {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 16px; color: #646464; text-decoration:none; font-weight: 400; line-height: 1.4em; letter-spacing : 0px;}
	  .mainmenue {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 18px; color: #004E8C; text-decoration:none; font-weight: 400; line-height: 1.4em; letter-spacing : 0px;}

    .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    .responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    }


 		#logoheader { 
    position: relative;
 		width: 100%;
 		/*float: left;*/
    height: 130px;
		margin-left: auto;
    margin-right: auto;
    /*margin-top: 160px;*/
 		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
		}

    #headerlogo {
    position: relative;
 		width: 360px;
    height: 130px;
		margin-left: auto;
    margin-right: auto;
 		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
    }
    
    #headerlogomobile {
		display:none;
    }

 		#header { 
    position: relative;
 		width: 1170px;
 		z-index: 100000;
 		/*float: left;*/
    height: 72px;
		margin-left: auto;
    margin-right: auto;
    /*margin-top: 160px;*/
    /*margin-bottom: 20px;*/
 		padding: 5px 0px 5px 0px;
    background-color: #f2f1ec;
    border-top: 1px #CECECE solid;
    border-bottom: 2px #CECECE solid;
    /*background-image: url('/grafik/menuehg.png'); background-size: contain background-repeat: repeat-x;*/
		}
 
    #headermobil {
		display:none;
    }

		#headerboxlinks { 
		width: 360px; float: left; 
    height: 130px;
		/*padding: 10px 0px 10px 0px;*/ 
    margin-left: 30px;
    /*background-color: #ffffff;*/
		}

		#headerboxrechts { 
		width: 750px; float: left; 
    height: 90px;
		padding: 15px 0px 10px 0px;
    margin-right: 30px;
    vertical-align: bottom;  
    text-align: right;  
    /*background-color: #ffffff;*/
		}

		#headerboxrechts img {
	  width: 30px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
	      }

 		#headermobil { 
		width: 1170px; float: left;
    margin-left: 0px;
    margin-right: 0px;
		padding: 0px 0 0px 0; 
    background-color: #282828;
		display:none;
		}

 		#slider { 
    position: relative;
    /*float: left;*/
		width: 1170px;
		/*width: 100%;*/
    height: auto;
		margin-left: auto;
    margin-right: auto;
 		padding: 0px 0px 0px 0px;
 		}

		#maincontainer { 
		width: 1170px;
    border-radius: 10px;
 		padding: 0px 0px 0px 0px; 
		margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    box-shadow: -2px -2px 3px #D1CBC0, 2px 2px 3px #D1CBC0;
    /*background-image: url('/grafik/mainhg.png'); background-size: contain background-repeat: repeat-x;*/
		}

		#maintable { 
		width: 1130px;
    margin-left: 0px;
    margin-right: 0px;
 		padding: 0px 20px 0px 20px; 
    /*background-color: #FFFFFF;*/
     /*background-image: url('/grafik/hg_content.png'); background-repeat: no-repeat;*/
		}

		#maintablehome { 
		width: 750px;
		float: left;
 		padding: 0px 30px 0px 30px; 
    /*background-color: #00FF80;*/
     /*background-image: url('/grafik/hg_content.png'); background-repeat: no-repeat;*/
		}

		#maincontent { 
		width: 100%; float: left;
		margin-left: 0px;
		padding: 0px 0px 0px 0px; 
    /*background-color: #FFFFFF;*/
    /*background-color: #EEEEEE;*/
		}
 
		#menuelinks { 
		width: 300px; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #000000;*/
		}

		#leerspalte1 { 
		width: 25px;
    vertical-align: top;  
		/*float: left;*/ 
    display: inline-block;
		height: 100%;
    margin-left: 0px;
    margin-right: 0px;
		padding: 10px 0px 10px 0px; 
    /*background-color: #CCCCCC;*/
		}

 		#menuerechts { 
		width: 350px;
		float: left;
    /*background-color: #FFFF80;*/
    margin-left: 0px;
    margin-right: 0px;
		padding: 40px 0px 0px 0px; 
		}

 		#footer { 
    position: relative;
 		width: 100%;
    height: 100px;
		margin-left: auto;
    margin-right: auto;
		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
		}

 		#footertext { 
    position: relative;
	  width: 1130px;
    /*height: 100px;*/
		margin-left: auto;
    margin-right: auto;
		padding: 30px 0px 0px 0px; 
    /*background-color: #282828;*/
		}

    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


 		#tabbox50 { 
		width: 50px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox50 img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }

		#tabbox80 { 
		width: 80px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox100 { 
		width: 100px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox120 { 
		width: 120px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox120 img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }

		#tabbox150 { 
		width: 150px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox180 { 
		width: 180px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox200 { 
		width: 200px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox250 { 
		width: 250px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox300 { 
		width: 300px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox350 { 
		width: 350px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox400 { 
		width: 400px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}


    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


 		#rahmenbox400 { 
		width: 290px; float: left;
    background-color: #E6E3DB;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
		padding: 10px 20px 10px 20px; 
    /*border-top: 1px #C1C1C1 dotted;*/
    /*border-bottom: 1px #C1C1C1 dotted;*/
    /*border-left: 1px #C1C1C1 dotted;*/
    /*border-right: 1px #C1C1C1 dotted;*/
		}

 		#rahmenboxFull { 
		width: 720px; float: left;
    background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
		padding: 10px 10px 10px 10px; 
    border-top: 1px #38322E dotted;
    border-bottom: 1px #38322E dotted;
    border-left: 1px #38322E dotted;
    border-right: 1px #38322E dotted;
    background-color: #EBEBEB;
		}

 		#rahmenhalfbox_home { 
		width: 345px;
    vertical-align: top;  
		/*float: left;*/
    display: inline-block;
    /*background-color: #ffffff;*/
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
		padding: 10px 15px 5px 15px; 
    border-top: 1px #464646 dotted;
    border-bottom: 1px #464646 dotted;
    border-left: 1px #464646 dotted;
    border-right: 1px #464646 dotted;
		}

 		#rahmenthirdbox_home { 
		width: 200px;
    vertical-align: top;  
		/*float: left;*/
    display: inline-block;
    /*background-color: #ffffff;*/
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
		padding: 10px 15px 5px 15px; 
    border-top: 1px #464646 dotted;
    border-bottom: 1px #464646 dotted;
    border-left: 1px #464646 dotted;
    border-right: 1px #464646 dotted;
		}

		#boxfacebook { 
		width: 300px; float: left;
		height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 0px;
		padding: 0px 0px 0px 0px; 

    img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }
		}

 		#boxlikes { 
		width: 300px;
    /*text-align: right;*/
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
		padding: 0px 0px 0px 0px; 

    img {
    margin: 0px 0px 0px 10px;
	  /*height: auto;*/
	      }
		}


    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

		#bildbox { 
		width: 270px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #CCCCCC;*/
		}

 		#textbox { 
		width: 73%; float: left;
		margin-left: 0px;
		padding: 10px 0px 10px 0px; 
    /*margin-right: 10px;*/
    /*background-color: #EEEEEE;*/
		}
   
 		#textbox_home { 
		width: 410px; float: left;
		margin-left: 0px;
		padding: 10px 0px 10px 0px; 
    /*margin-right: 10px;*/
    /*background-color: #EEEEEE;*/
		}
   
		#textbox200 { 
		width: 200px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox250 { 
		width: 250px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox300 { 
		width: 300px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#textbox300 img {
	  width: 40px;
    margin: 0px 0px 0px 0px;
	      }
  
		#textbox350 { 
		width: 350px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#textbox400 { 
		width: 400px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


		#buttonbox130 { 
		width: 130px; float: left; 
		padding: 3px 0px 3px 0px; 
		height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 10px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox420 { 
		width: 420px; float: left; 
		padding: 3px 0px 3px 0px; 
		height: 100%;
    /*text-align: center;*/
    margin-left: 0px;
    margin-right: 0px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox220 { 
		width: 200px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox350 { 
		width: 350px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #CCCCCC;*/
		}

    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

 		#boxfull { 
		width: 100%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
 		}

		#boxfull img {
	  width: 100%;
    margin: 0px 0px 0px 0px;
	      }
 		
 		#halfbox { 
		width: 47%;
		/*float: left;*/ 
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-right: 30px;
    /*background-color: #EEEEEE;*/
		}
  
 		#halfformbox { 
		width: 48%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-right: 10px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#thirdbox { 
		width: 225px;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 10px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
		}
  
 		#halfgalerybox { 
		width: 360px;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 25px;
		}

 		#thirdgalerybox { 
		width: 225px;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 20px;
		}
    
 		#thirdgaleryboxhigh { 
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
		}

    .galeriebild {
	  width: auto;
	  height: 200px;
    margin: 5px 10px 5px 0px;
	      }

 		#thirdminibox { 
		width: 31%;
    display: inline-block;
    vertical-align: top;  
		padding: 3px 0px 3px 0px; 
    margin-left: 0px;
    margin-right: 5px;
		}

    .miniboxbild {
	  width: auto;
	  height: 180px;
    margin: 5px 10px 5px 0px;
	      }

 		#quatergalerybox { 
		width: 175px;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 14px;
		}
  
 		#quaterbox { 
		width: 275px; float: left; 
		padding: 0px 0px 30px 0px; 
    margin-right: 14px;
    /*background-color: #000000;*/
		}

  	#quaterhomebox { 
		width: 350px;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 30px 0px; 
    margin-right: 14px;
    /*background-color: #000000;*/
		}
  
 		#quaterborderbox { 
		padding: 10px 20px 70px 20px; 
    margin-left: 0px;
    border: 1px #38322E dotted;
    /*margin-right: 20px;*/
    background-color: #ffffff;
		}
  
 		#fifthbox { 
		width: 16.5%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 20px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

		#formtextbox { 
		width: 100px; float: left; 
		padding: 10px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formeingabebox { 
		/*width: 73%; float: left;*/ 
		width: 225px; float: left; 
		padding: 10px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formcheckbox { 
		width: 50px; float: left; 
		padding: 0px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formeingabeboxlong { 
		width: 590px; float: left; 
		padding: 10px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;/
    /*background-color: #CCCCCC;*/
		}

		#formeingabeboxmiddle { 
		width: 430px; float: left; 
		padding: 10px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;/
    /*background-color: #CCCCCC;*/
		}

		#formeingabeboxshort { 
		width: 220px; float: left; 
		padding: 10px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;/
    /*background-color: #CCCCCC;*/
		}

		#formtextboxlong { 
		width: 200px; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    text-align: right;
    /*background-color: #CCCCCC;*/
		}

 		#formeingabeboxlong2 { 
		width: 65%; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px #38322E dotted;
    /*background-color: #CCCCCC;*/
		}


    .linkbutton
    {
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Open Sans';
    font-weight: 400;
    /*font-style: italic;*/
    text-decoration: none;
    background-color: #4B4B4B;
    border: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    border-radius: 5px;

    border: solid #808080 1px;

    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    background: #4B4B4B;
    background-image: -webkit-linear-gradient(top, #4B4B4B, #808080);
    background-image: -moz-linear-gradient(top, #4B4B4B, #808080);
    background-image: -ms-linear-gradient(top, #4B4B4B, #808080);
    background-image: -o-linear-gradient(top, #4B4B4B, #808080);
    background-image: linear-gradient(to bottom, #4B4B4B, #808080);

    box-shadow: -1px -1px 2px #C0C0C0, 3px 3px 2px #C0C0C0;

    }

    .linkbuttonsmall
    {
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Oxygen';
    font-weight: 300;
    text-decoration: none;
    background-color: #d10a11;
    padding-left: 10px ;
    padding-right: 10px ;
    padding-top: 4px;
    padding-bottom: 4px;
    }

    .linkbutton_rot
    {
    float: left;
    font-family: 'Oxygen';
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    padding: 10px 60px 10px 60px;
    margin-top: 5px;
    border: solid #d50e3c 1px;
    text-decoration: none;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    background: #d934d9;
    background-image: -webkit-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -moz-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -ms-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -o-linear-gradient(top, #F2357C, #d50e3c);
    background-image: linear-gradient(to bottom, #F2357C, #d50e3c);
    }


    #linie1 {
 	  width: 1140px; float: left;
    margin-left: 30px;
    margin-right: 30px;
    border: none;
    border-top: 1px dotted #666666;
    padding: 0px 0px 0px 0px; 
 
    }

    #linie2 {
 	  width: 1170px; float: left;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-top: 1px solid #666666;
    padding: 0px 0px 0px 0px; 

    }

    #linie3 {
 	  width: 100%; float: left;
    /*margin-left: 0px;*/
    /*margin-right: 0px;*/
    margin: 10px 0px 10px 0px;
    border: none;
    border-top: 1px dotted #666666;
    padding: 0px 0px 0px 0px; 

  }

}
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	@media only screen and (min-width: 800px) and (max-width: 1199px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	  .standard {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 16px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .standard_big {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 16px; color: #3B3B3B; text-decoration:none; font-weight: 600; line-height: 1.5em; letter-spacing : 0px;}
	  .ueberschrift {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 28px; color: #000000; text-decoration:none; font-weight: 600; line-height: 1.2em; letter-spacing : 0px;}
	  .titel {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 24px; color: #000000; text-decoration:none; font-weight: 600; line-height: 1.2em; letter-spacing : 0px;}
	  .copyright {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .copyright_big {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 600; line-height: 1.5em; letter-spacing : 0px;}
	  .text_footer {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .standardrot {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 20px; color: #000000; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
 	  .submenue {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 16px; color: #646464; text-decoration:none; font-weight: 400; line-height: 1.4em; letter-spacing : 0px;}
	  .mainmenue {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 18px; color: #004E8C; text-decoration:none; font-weight: 400; line-height: 1.4em; letter-spacing : 0px;}

    .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    .responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    }


 		#logoheader { 
    position: relative;
 		width: 100%;
 		z-index: 200000;
 		/*float: left;*/
    height: 130px;
		margin-left: auto;
    margin-right: auto;
    /*margin-top: 160px;*/
 		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
		}

    #headerlogo {
    position: relative;
 		width: 360px;
    height: 130px;
		margin-left: auto;
    margin-right: auto;
 		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
    }
    
    #headerlogomobile {
		display:none;
    }

    #header {
    position: relative;
 		width: 750px;
 		z-index: 100000;
 		/*float: left;*/
    height: 50px;
		margin-left: auto;
    margin-right: auto;
    /*margin-top: 160px;*/
    /*margin-bottom: 20px;*/
 		padding: 5px 0px 5px 0px;
    background-color: #EBEBEB;
    border-top: 1px #CECECE solid;
    border-bottom: 2px #CECECE solid;
    /*background-image: url('/grafik/menuehg.png'); background-size: contain background-repeat: repeat-x;*/
    }

 		#headermobil { 
		display:none;

 		}
 

		#headerboxlinks { 
		width: 360px; float: left; 
    height: 50px;
		/*padding: 10px 0px 10px 0px;*/ 
    margin-left: 10px;
    /*background-color: #ffffff;*/
		}

		#headerboxrechts { 
		width: 350px; float: left; 
    height: 50px;
		padding: 20px 0px 10px 0px;
    margin-right: 10px;
    vertical-align: bottom;  
    text-align: right;  
    /*background-color: #ffffff;*/
		}

		#headerboxrechts img {
	  width: 30px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
	      }

 		#slider { 
    position: relative;
    /*float: left;*/
		width: 750px;
		/*width: 100%;*/
    height: auto;
		margin-left: auto;
    margin-right: auto;
 		padding: 0px 0px 0px 0px;
 		}

 		#slider_mit_text { 
		}

 		#slider_ohne_text { 
		display:none;
		}

		#maincontainer { 
		width: 750px;
    border-radius: 10px;
 		padding: 0px 0px 0px 0px; 
		margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    box-shadow: -2px -2px 3px #C0C0C0, 2px 2px 3px #C0C0C0;
    /*background-image: url('/grafik/mainhg.png'); background-size: contain background-repeat: repeat-x;*/
		}

		#maintable { 
		width: 710px;
    margin-left: 0px;
    margin-right: 0px;
 		padding: 0px 20px 0px 20px; 
    /*background-color: #FFFFFF;*/
     /*background-image: url('/grafik/hg_content.png'); background-repeat: no-repeat;*/
		}

		#maintablehome { 
		width: 440px;
		float: left;
 		padding: 0px 20px 0px 20px; 
    /*background-color: #00FF80;*/
     /*background-image: url('/grafik/hg_content.png'); background-repeat: no-repeat;*/
		}

		#maincontent { 
		width: 100%; float: left;
		margin-left: 0px;
		padding: 0px 0px 0px 0px; 
    /*background-color: #FFFFFF;*/
    /*background-color: #EEEEEE;*/
		}
 
		#menuelinks { 
		width: 170px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #000000;*/
		}

		#leerspalte1 { 
		width: 10px;
    vertical-align: top;  
		/*float: left;*/ 
    display: inline-block;
		height: 100%;
    margin-left: 0px;
    margin-right: 0px;
		padding: 10px 0px 10px 0px; 
    /*background-color: #CCCCCC;*/
		}

 		#menuerechts { 
		width: 250px; float: left;
    /*background-color: #E8E8E8;*/
    margin-left: 0px;
    margin-right: 0px;
		padding: 40px 0px 0px 0px; 
		}

 		#footer { 
    position: relative;
 		width: 100%;
    height: 100px;
		margin-left: auto;
    margin-right: auto;
		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
		}

 		#footertext { 
    position: relative;
	  width: 710px;
    /*height: 100px;*/
		margin-left: auto;
    margin-right: auto;
		padding: 30px 0px 0px 0px; 
    /*background-color: #282828;*/
		}
    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


 		#tabbox50 { 
		width: 50px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox50 img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }

		#tabbox80 { 
		width: 70px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox100 { 
		width: 100px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox120 { 
		width: 120px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox120 img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }

		#tabbox150 { 
		width: 140px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox180 { 
		width: 180px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox200 { 
		width: 200px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox250 { 
		width: 250px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox300 { 
		width: 300px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox350 { 
		width: 350px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox400 { 
		width: 400px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}


    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


 		#rahmenbox400 { 
		width: 230px; float: left;
    background-color: #E6E3DB;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
		padding: 10px 10px 10px 10px; 
    /*border-top: 1px #C1C1C1 dotted;*/
    /*border-bottom: 1px #C1C1C1 dotted;*/
    /*border-left: 1px #C1C1C1 dotted;*/
    /*border-right: 1px #C1C1C1 dotted;*/


		}

 		#rahmenboxFull { 
		width: 460px; float: left;
    background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
		padding: 10px 10px 10px 10px; 
    border-top: 1px #38322E dotted;
    border-bottom: 1px #38322E dotted;
    border-left: 1px #38322E dotted;
    border-right: 1px #38322E dotted;
    background-color: #EBEBEB;
		}

 		#rahmenhalfbox_home { 
		width: 195px;
    vertical-align: top;  
		/*float: left;*/
    display: inline-block;
    /*background-color: #ffffff;*/
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
		padding: 10px 15px 5px 15px; 
    border-top: 1px #464646 dotted;
    border-bottom: 1px #464646 dotted;
    border-left: 1px #464646 dotted;
    border-right: 1px #464646 dotted;
		}

		#boxfacebook { 
		width: 180px; float: left;
		height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 0px;
		padding: 0px 0px 0px 0px; 

    img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }
		}

 		#boxlikes { 
		width: 230px;
    text-align: right;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
		padding: 0px 0px 0px 0px; 

    img {
    margin: 0px 0px 0px 10px;
	  /*height: auto;*/
	      }
		}


    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

		#bildbox { 
		width: 220px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #CCCCCC;*/
		}

 		#textbox { 
		width: 65%; float: left;
		margin-left: 0px;
		padding: 10px 0px 10px 0px; 
    /*margin-right: 10px;*/
    /*background-color: #EEEEEE;*/
		}
   
 		#textbox_home { 
		width: 52%; float: left;
		margin-left: 0px;
		padding: 10px 0px 10px 0px; 
    /*margin-right: 10px;*/
    /*background-color: #EEEEEE;*/
		}
   
		#textbox200 { 
		width: 200px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox250 { 
		width: 250px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox300 { 
		width: 300px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox350 { 
		width: 350px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#textbox400 { 
		width: 400px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


		#buttonbox130 { 
		width: 130px; float: left; 
		padding: 3px 0px 3px 0px; 
		height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 10px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox420 { 
		width: 420px; float: left; 
		padding: 3px 0px 3px 0px; 
		height: 100%;
    /*text-align: center;*/
    margin-left: 0px;
    margin-right: 0px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox220 { 
		width: 200px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox350 { 
		width: 350px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #CCCCCC;*/
		}

    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

 		#boxfull { 
		width: 100%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

 		#halfbox { 
		width: 47%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-right: 10px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#halfformbox { 
		width: 98%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-right: 10px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#thirdbox { 
		width: 30%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 22px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#halfgalerybox { 
    float: left;
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 25px;
		}

 		#thirdgalerybox { 
    float: left;
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 0px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
		}
    
 		#thirdgaleryboxhigh { 
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
		}

    .galeriebild {
	  width: auto;
	  height: 130px;
    margin: 5px 10px 5px 0px;
	      }

 		#thirdminibox { 
		width: 46%;
    display: inline-block;
    vertical-align: top;  
		padding: 3px 0px 3px 0px; 
    margin-left: 0px;
    margin-right: 5px;
		}

    .miniboxbild {
	  width: auto;
	  height: 180px;
    margin: 5px 10px 5px 0px;
	      }

 		#quatergalerybox { 
		width: 125px;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 20px;
		}
  
 		#quaterbox { 
		width: 275px; float: left; 
		padding: 0px 0px 30px 0px; 
    margin-right: 14px;
    /*background-color: #000000;*/
		}

  	#quaterhomebox { 
		width: 220px; float: left; 
		padding: 10px 0px 30px 0px; 
    margin-right: 14px;
    /*background-color: #000000;*/
		}
  
 		#quaterborderbox { 
		padding: 10px 20px 70px 20px; 
    margin-left: 0px;
    border: 1px #38322E dotted;
    /*margin-right: 20px;*/
    background-color: #ffffff;
		}
  
 		#fifthbox { 
		width: 16.5%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 20px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

 		#formtextbox { 
		width: 110px; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formeingabebox { 
		width: 300px; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formcheckbox { 
		width: 30px; float: left; 
		padding: 10px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formeingabeboxlong { 
		width: 310px; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formtextboxlong { 
		width: 200px; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    text-align: right;
    /*background-color: #CCCCCC;*/
		}

 		#formeingabeboxlong2 { 
		width: 55%; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}


    .linkbutton
    {
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Open Sans';
    font-weight: 400;
    /*font-style: italic;*/
    text-decoration: none;
    background-color: #4B4B4B;
    border: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    border-radius: 5px;

    border: solid #808080 1px;

    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    background: #4B4B4B;
    background-image: -webkit-linear-gradient(top, #4B4B4B, #808080);
    background-image: -moz-linear-gradient(top, #4B4B4B, #808080);
    background-image: -ms-linear-gradient(top, #4B4B4B, #808080);
    background-image: -o-linear-gradient(top, #4B4B4B, #808080);
    background-image: linear-gradient(to bottom, #4B4B4B, #808080);

    box-shadow: -1px -1px 2px #C0C0C0, 3px 3px 2px #C0C0C0;

    }

    .linkbuttonsmall
    {
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Oxygen';
    font-weight: 300;
    text-decoration: none;
    background-color: #d10a11;
    padding-left: 10px ;
    padding-right: 10px ;
    padding-top: 4px;
    padding-bottom: 4px;
    }

    .linkbutton_rot
    {
    float: left;
    font-family: 'Oxygen';
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    margin-top: 5px;
    border: solid #d50e3c 1px;
    text-decoration: none;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    background: #d934d9;
    background-image: -webkit-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -moz-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -ms-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -o-linear-gradient(top, #F2357C, #d50e3c);
    background-image: linear-gradient(to bottom, #F2357C, #d50e3c);
    }


    #linie1 {
 	  width: 1140px; float: left;
    margin-left: 30px;
    margin-right: 30px;
    border: none;
    border-top: 1px dotted #666666;
    padding: 0px 0px 0px 0px; 
 
    }

    #linie2 {
 	  width: 1170px; float: left;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-top: 1px solid #666666;
    padding: 0px 0px 0px 0px; 

    }

    #linie3 {
 	  width: 100%; float: left;
    /*margin-left: 0px;*/
    /*margin-right: 0px;*/
    margin: 10px 0px 10px 0px;
    border: none;
    border-top: 1px dotted #666666;
    padding: 0px 0px 0px 0px; 

    }

}
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	@media only screen and (min-width: 640px) and (max-width: 799px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	  .standard {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 16px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .standard_big {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 16px; color: #3B3B3B; text-decoration:none; font-weight: 600; line-height: 1.5em; letter-spacing : 0px;}
	  .ueberschrift {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 28px; color: #000000; text-decoration:none; font-weight: 600; line-height: 1.2em; letter-spacing : 0px;}
	  .titel {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 24px; color: #000000; text-decoration:none; font-weight: 600; line-height: 1.2em; letter-spacing : 0px;}
	  .copyright {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .copyright_big {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 600; line-height: 1.5em; letter-spacing : 0px;}
	  .text_footer {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .standardrot {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 20px; color: #000000; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
 	  .submenue {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 16px; color: #646464; text-decoration:none; font-weight: 400; line-height: 1.4em; letter-spacing : 0px;}
	  .mainmenue {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 18px; color: #004E8C; text-decoration:none; font-weight: 400; line-height: 1.4em; letter-spacing : 0px;}

    .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    .responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    }

 		#logoheader { 
    position: relative;
 		width: 100%;
 		/*float: left;*/
    height: 120px;
		margin-left: auto;
    margin-right: auto;
    /*margin-top: 160px;*/
 		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
		}


    #headerlogo {
 		z-index: 200000;
 		width: 280px;
    /*height: 40px;*/
		margin-left: auto;
    margin-right: auto;
 		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
    }
    
    #headerlogomobile {
		display:none;
    }


 		#header { 
    position: relative;
 		width: 590px;
 		z-index: 100000;
 		/*float: left;*/
    height: 50px;
		margin-left: auto;
    margin-right: auto;
    /*margin-top: 160px;*/
    /*margin-bottom: 20px;*/
 		padding: 5px 0px 5px 0px;
    background-color: #EBEBEB;
    border-top: 1px #CECECE solid;
    border-bottom: 2px #CECECE solid;
    /*background-image: url('/grafik/menuehg.png'); background-size: contain background-repeat: repeat-x;*/

 		}

 		#headermobil { 
		display:none;

 		}

		#headerboxlinks { 
		width: 280px; float: left; 
    height: 50px;
		/*padding: 10px 0px 10px 0px;*/ 
    margin-left: 10px;
    /*background-color: #ffffff;*/
		}

		#headerboxrechts { 
		width: 270px; float: left; 
    height: 50px;
		padding: 20px 0px 10px 0px;
    margin-right: 10px;
    vertical-align: bottom;  
    text-align: right;  
    /*background-color: #ffffff;*/
		}

		#headerboxrechts img {
	  width: 20px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
	      }


 		#slider { 
    position: relative;
    /*float: left;*/
		width: 590px;
		/*width: 100%;*/
    height: auto;
		margin-left: auto;
    margin-right: auto;
 		padding: 0px 0px 0px 0px;
 		}

 		#slider_mit_text { 
		}

 		#slider_ohne_text { 
		display:none;
		}

		#maincontainer { 
		width: 590px;
    border-radius: 10px;
 		padding: 0px 0px 0px 0px; 
		margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    box-shadow: -2px -2px 3px #C0C0C0, 2px 2px 3px #C0C0C0;
    /*background-image: url('/grafik/mainhg.png'); background-size: contain background-repeat: repeat-x;*/
		}

		#maintable { 
		width: 550px;
    margin-left: 0px;
    margin-right: 0px;
 		padding: 0px 20px 0px 20px; 
    /*background-color: #FFFFFF;*/
     /*background-image: url('/grafik/hg_content.png'); background-repeat: no-repeat;*/
		}

		#maintablehome { 
		width: 320px;
		float: left;
 		padding: 0px 20px 0px 20px; 
    /*background-color: #00FF80;*/
     /*background-image: url('/grafik/hg_content.png'); background-repeat: no-repeat;*/
		}

		#maincontent { 
		width: 100%; float: left;
		margin-left: 0px;
		padding: 0px 0px 0px 0px; 
    /*background-color: #FFFFFF;*/
    /*background-color: #EEEEEE;*/
		}
 
		#menuelinks { 
		width: 98%; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #000000;*/
		}

		#leerspalte1 { 
		width: 25px;
    vertical-align: top;  
		/*float: left;*/ 
    display: inline-block;
		height: 100%;
    margin-left: 0px;
    margin-right: 0px;
		padding: 10px 0px 10px 0px; 
    /*background-color: #CCCCCC;*/
		}

 		#menuerechts { 
		width: 200px; float: left;
    /*background-color: #E8E8E8;*/
    margin-left: 0px;
    margin-right: 0px;
		padding: 40px 0px 0px 0px; 
		}

 		#footer { 
    position: relative;
 		width: 100%;
    height: 100px;
		margin-left: auto;
    margin-right: auto;
		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
		}

 		#footertext { 
    position: relative;
	  width: 550px;
    /*height: 100px;*/
		margin-left: auto;
    margin-right: auto;
		padding: 30px 0px 0px 0px; 
    /*background-color: #282828;*/
		}


    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


 		#tabbox50 { 
		width: 50px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox50 img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }

		#tabbox80 { 
		width: 70px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox100 { 
		width: 100px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox120 { 
		width: 120px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox120 img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }

		#tabbox150 { 
		width: 130px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox180 { 
		width: 180px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox200 { 
		width: 200px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox250 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox300 { 
		width: 300px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox350 { 
		width: 350px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox400 { 
		width: 330px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}


    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


 		#rahmenbox400 { 
		width: 190px; float: left;
    background-color: #E6E3DB;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
		padding: 10px 10px 10px 10px; 
    /*border-top: 1px #C1C1C1 dotted;*/
    /*border-bottom: 1px #C1C1C1 dotted;*/
    /*border-left: 1px #C1C1C1 dotted;*/
    /*border-right: 1px #C1C1C1 dotted;*/
		}

 		#rahmenboxFull { 
		width: 340px; float: left;
    background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
		padding: 10px 10px 10px 10px; 
    border-top: 1px #38322E dotted;
    border-bottom: 1px #38322E dotted;
    border-left: 1px #38322E dotted;
    border-right: 1px #38322E dotted;
    background-color: #EBEBEB;
		}

 		#rahmenhalfbox_home { 
		width: 90%;
    vertical-align: top;  
		/*float: left;*/
    display: inline-block;
    /*background-color: #ffffff;*/
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
		padding: 10px 15px 5px 15px; 
    border-top: 1px #464646 dotted;
    border-bottom: 1px #464646 dotted;
    border-left: 1px #464646 dotted;
    border-right: 1px #464646 dotted;
		}

		#boxfacebook { 
		width: 200px; float: left;
		height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 0px;
		padding: 0px 0px 0px 0px; 

    img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }
		}

 		#boxlikes { 
		width: 140px;
    text-align: right;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
		padding: 0px 0px 0px 0px; 

    img {
    margin: 0px 0px 0px 10px;
	  /*height: auto;*/
	      }
		}


    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

		#bildbox { 
		width: 180px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #CCCCCC;*/
		}

 		#textbox { 
		width: 62%; float: left;
		margin-left: 0px;
		padding: 10px 0px 10px 0px; 
    /*margin-right: 10px;*/
    /*background-color: #EEEEEE;*/
		}
   
 		#textbox_home { 
		width: 98%; float: left;
		margin-left: 0px;
		padding: 10px 0px 10px 0px; 
    /*margin-right: 10px;*/
    /*background-color: #EEEEEE;*/
		}
   
		#textbox200 { 
		width: 200px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox250 { 
		width: 250px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox300 { 
		width: 300px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox350 { 
		width: 350px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#textbox400 { 
		width: 400px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


		#buttonbox130 { 
		width: 130px; float: left; 
		padding: 3px 0px 3px 0px; 
		height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 10px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox420 { 
		width: 420px; float: left; 
		padding: 3px 0px 3px 0px; 
		height: 100%;
    /*text-align: center;*/
    margin-left: 0px;
    margin-right: 0px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox220 { 
		width: 130px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox350 { 
		width: 190px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 10px;
    /*background-color: #CCCCCC;*/
		}

    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

 		#boxfull { 
		width: 100%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

 		#halfbox { 
		width: 47%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-right: 10px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#halfformbox { 
		width: 98%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-right: 0px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#thirdbox { 
		width: 30%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 12px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#halfgalerybox { 
    float: left;
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 25px;
		}

 		#thirdgalerybox { 
    float: left;
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 0px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 12px;
		}
    
 		#thirdgaleryboxhigh { 
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
		}

    .galeriebild {
	  width: auto;
	  height: 100px;
    margin: 5px 10px 5px 0px;
	      }

 		#thirdminibox { 
		width: 46%;
    display: inline-block;
    vertical-align: top;  
		padding: 3px 0px 3px 0px; 
    margin-left: 0px;
    margin-right: 5px;
		}

    .miniboxbild {
	  width: auto;
	  height: 180px;
    margin: 5px 10px 5px 0px;
	      }

 		#quatergalerybox { 
		width: 265px;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 20px;
		}
 		#quaterbox { 
		width: 275px; float: left; 
		padding: 0px 0px 30px 0px; 
    margin-right: 14px;
    /*background-color: #000000;*/
		}

  	#quaterhomebox { 
		width: 360px; float: left; 
		padding: 10px 0px 30px 0px; 
    margin-right: 0px;
    /*background-color: #000000;*/
		}
  
 		#quaterborderbox { 
		padding: 10px 20px 70px 20px; 
    margin-left: 0px;
    border: 1px #38322E dotted;
    /*margin-right: 20px;*/
    background-color: #ffffff;
		}
  
 		#fifthbox { 
		width: 16.5%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 20px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

 		#formtextbox { 
		width: 120px; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formeingabebox { 
		width: 70%; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formcheckbox { 
		width: 30px; float: left; 
		padding: 10px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formeingabeboxlong { 
		width: 70%; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formtextboxlong { 
		width: 200px; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    text-align: right;
    /*background-color: #CCCCCC;*/
		}

 		#formeingabeboxlong2 { 
		width: 60%; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

    .linkbutton
    {
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Open Sans';
    font-weight: 400;
    /*font-style: italic;*/
    text-decoration: none;
    background-color: #4B4B4B;
    border: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    border-radius: 5px;

    border: solid #808080 1px;

    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    background: #4B4B4B;
    background-image: -webkit-linear-gradient(top, #4B4B4B, #808080);
    background-image: -moz-linear-gradient(top, #4B4B4B, #808080);
    background-image: -ms-linear-gradient(top, #4B4B4B, #808080);
    background-image: -o-linear-gradient(top, #4B4B4B, #808080);
    background-image: linear-gradient(to bottom, #4B4B4B, #808080);

    box-shadow: -1px -1px 2px #C0C0C0, 3px 3px 2px #C0C0C0;

    }

    .linkbuttonsmall
    {
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Oxygen';
    font-weight: 300;
    text-decoration: none;
    background-color: #d10a11;
    padding-left: 10px ;
    padding-right: 10px ;
    padding-top: 4px;
    padding-bottom: 4px;
    }

    .linkbutton_rot
    {
    float: left;
    font-family: 'Oxygen';
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    margin-top: 5px;
    border: solid #d50e3c 1px;
    text-decoration: none;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    background: #d934d9;
    background-image: -webkit-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -moz-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -ms-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -o-linear-gradient(top, #F2357C, #d50e3c);
    background-image: linear-gradient(to bottom, #F2357C, #d50e3c);
    }


    #linie1 {
 	  width: 1140px; float: left;
    margin-left: 30px;
    margin-right: 30px;
    border: none;
    border-top: 1px dotted #666666;
    padding: 0px 0px 0px 0px; 
 
    }

    #linie2 {
 	  width: 1170px; float: left;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-top: 1px solid #666666;
    padding: 0px 0px 0px 0px; 

    }

    #linie3 {
 	  width: 100%; float: left;
    /*margin-left: 0px;*/
    /*margin-right: 0px;*/
    margin: 10px 0px 10px 0px;
    border: none;
    border-top: 1px dotted #666666;
    padding: 0px 0px 0px 0px; 

    }

}

	 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	@media only screen and (min-width: 340px) and (max-width: 639px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	  .standard {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 16px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .standard_big {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 16px; color: #3B3B3B; text-decoration:none; font-weight: 600; line-height: 1.5em; letter-spacing : 0px;}
	  .ueberschrift {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 28px; color: #000000; text-decoration:none; font-weight: 600; line-height: 1.2em; letter-spacing : 0px;}
	  .titel {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 24px; color: #000000; text-decoration:none; font-weight: 600; line-height: 1.2em; letter-spacing : 0px;}
	  .copyright {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .copyright_big {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 600; line-height: 1.5em; letter-spacing : 0px;}
	  .text_footer {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .standardrot {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 20px; color: #000000; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
 	  .submenue {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 16px; color: #646464; text-decoration:none; font-weight: 400; line-height: 1.4em; letter-spacing : 0px;}
	  .mainmenue {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 18px; color: #004E8C; text-decoration:none; font-weight: 400; line-height: 1.4em; letter-spacing : 0px;}

    .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    .responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    }

 		#logoheader { 
    position: relative;
 		width: 100%;
 		/*float: left;*/
    height: 120px;
		margin-left: auto;
    margin-right: auto;
    /*margin-top: 160px;*/
 		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
		}


    #headerlogo {
 		z-index: 200000;
 		width: 300px;
    /*height: 40px;*/
		margin-left: auto;
    margin-right: auto;
 		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
    }
    
    #headerlogomobile {
		display:none;
    }

 		#header { 
    position: relative;
 		width: 320px;
 		z-index: 1000000;
 		/*float: left;*/
    height: 53px;
		margin-left: auto;
    margin-right: auto;
    /*margin-top: 160px;*/
    /*margin-bottom: 20px;*/
 		padding: 5px 0px 5px 0px;
    background-color: #EBEBEB;
    border-top: 1px #CECECE solid;
    border-bottom: 2px #CECECE solid;
    /*background-image: url('/grafik/menuehg.png'); background-size: contain background-repeat: repeat-x;*/

 		}

 		#headermobil { 
		display:none;

 		}

		#headerboxlinks { 
		width: 320px; float: left; 
    height: 70px;
		/*padding: 10px 0px 10px 0px;*/ 
    margin-left: 0px;
    /*background-color: #ffffff;*/
		}

		#headerboxrechts { 
		display:none;
		width: 270px; float: left; 
    height: 50px;
		padding: 20px 0px 10px 0px;
    margin-right: 10px;
    vertical-align: bottom;  
    text-align: right;  
    /*background-color: #ffffff;*/
		}

		#headerboxrechts img {
	  width: 20px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
	      }


 		#slider { 
    position: relative;
    /*float: left;*/
		width: 320px;
		/*width: 100%;*/
    height: auto;
		margin-left: auto;
    margin-right: auto;
 		padding: 0px 0px 0px 0px;
 		}

		#maincontainer { 
		width: 320px;
    border-radius: 10px;
 		padding: 0px 0px 0px 0px; 
		margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    box-shadow: -2px -2px 3px #C0C0C0, 2px 2px 3px #C0C0C0;
    /*background-image: url('/grafik/mainhg.png'); background-size: contain background-repeat: repeat-x;*/
		}


		#maintable { 
		width: 280px;
    margin-left: 0px;
    margin-right: 0px;
 		padding: 0px 0px 0px 0px; 
    /*background-color: #FFFFFF;*/
     /*background-image: url('/grafik/hg_content.png'); background-repeat: no-repeat;*/
		}

		#maintablehome { 
		width: 280px; float: left;
    margin-left: 20px;
    margin-right: 20px;
 		padding: 0px 0px 0px 0px; 
    /*background-color: #FFFFFF;*/
     /*background-image: url('/grafik/hg_content.png'); background-repeat: no-repeat;*/
		}

		#maincontent { 
		width: 100%; float: left;
		margin-left: 0px;
		padding: 0px 0px 0px 0px; 
    /*background-color: #FFFFFF;*/
    /*background-color: #EEEEEE;*/
		}
 
		#menuelinks { 
		width: 280px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    margin-left: 0px;
    margin-right: 0px;
    /*background-color: #000000;*/
		}

		#leerspalte1 { 
		width: 25px;
    vertical-align: top;  
		/*float: left;*/ 
    display: inline-block;
		height: 100%;
    margin-left: 0px;
    margin-right: 0px;
		padding: 10px 0px 10px 0px; 
    /*background-color: #CCCCCC;*/
		}

 		#menuerechts { 
		width: 260px; float: left;
    /*background-color: #E8E8E8;*/
    margin-left: 20px;
    margin-right: 0px;
		padding: 40px 0px 0px 0px; 
		}

 		#footer { 
    position: relative;
 		width: 100%;
    height: 100px;
		margin-left: auto;
    margin-right: auto;
		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
		}

 		#footertext { 
    position: relative;
	  width: 280px;
    /*height: 100px;*/
		margin-left: auto;
    margin-right: auto;
		padding: 30px 0px 0px 0px; 
    /*background-color: #282828;*/
		}

    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


 		#tabbox50 { 
		width: 50px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox50 img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }

		#tabbox80 { 
		width: 80px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox100 { 
		width: 100px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox120 { 
		width: 120px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox120 img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }

		#tabbox150 { 
		width: 150px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox180 { 
		width: 180px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox200 { 
		width: 200px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox250 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox300 { 
		width: 300px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox350 { 
		width: 350px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox400 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}


    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


 		#rahmenbox400 { 
		width: 260px; float: left;
    background-color: #E6E3DB;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
		padding: 10px 10px 10px 10px; 
    /*border-top: 1px #C1C1C1 dotted;*/
    /*border-bottom: 1px #C1C1C1 dotted;*/
    /*border-left: 1px #C1C1C1 dotted;*/
    /*border-right: 1px #C1C1C1 dotted;*/
		}

 		#rahmenboxFull { 
		width: 280px; float: left;
    background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
		padding: 10px 10px 10px 10px; 
    border-top: 1px #38322E dotted;
    border-bottom: 1px #38322E dotted;
    border-left: 1px #38322E dotted;
    border-right: 1px #38322E dotted;
    background-color: #EBEBEB;
		}

 		#rahmenhalfbox_home { 
		width: 250px;
    vertical-align: top;  
		/*float: left;*/
    display: inline-block;
    /*background-color: #ffffff;*/
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
		padding: 10px 15px 5px 15px; 
    border-top: 1px #464646 dotted;
    border-bottom: 1px #464646 dotted;
    border-left: 1px #464646 dotted;
    border-right: 1px #464646 dotted;
		}

		#boxfacebook { 
		width: 200px; float: left;
		height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 0px;
		padding: 0px 0px 0px 0px; 

    img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }
		}

 		#boxlikes { 
		width: 300px;
    text-align: right;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
		padding: 0px 0px 0px 0px; 

    img {
    margin: 0px 0px 0px 10px;
	  /*height: auto;*/
	      }
		}


    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

		#bildbox { 
		width: 280px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #CCCCCC;*/
		}

 		#textbox { 
		width: 100%; float: left;
		margin-left: 0px;
		padding: 10px 0px 10px 0px; 
    /*margin-right: 10px;*/
    /*background-color: #EEEEEE;*/
		}
   
 		#textbox_home { 
		width: 100%; float: left;
		margin-left: 0px;
		padding: 10px 0px 10px 0px; 
    /*margin-right: 10px;*/
    /*background-color: #EEEEEE;*/
		}
   
		#textbox200 { 
		width: 200px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox250 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox300 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox350 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#textbox400 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


		#buttonbox130 { 
		width: 130px; float: left; 
		padding: 3px 0px 3px 0px; 
		height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 10px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox420 { 
		width: 420px; float: left; 
		padding: 3px 0px 3px 0px; 
		height: 100%;
    /*text-align: center;*/
    margin-left: 0px;
    margin-right: 0px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox220 { 
		width: 130px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox350 { 
		width: 190px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 10px;
    /*background-color: #CCCCCC;*/
		}

    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

 		#boxfull { 
		width: 100%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

 		#halfbox { 
		width: 280px; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-right: 0px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#halfformbox { 
		width: 100%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-right: 0px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#thirdbox { 
		width: 100%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#halfgalerybox { 
    float: left;
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 25px;
		}

 		#thirdgalerybox { 
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
		}
    
 		#thirdgaleryboxhigh { 
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
		}

    .galeriebild {
	  width: 100%;
	  /*height: 200px;*/
    margin: 5px 10px 5px 0px;
	      }

 		#thirdminibox { 
		width: 31%;
    display: inline-block;
    vertical-align: top;  
		padding: 3px 0px 3px 0px; 
    margin-left: 0px;
    margin-right: 3px;
		}

    .miniboxbild {
	  width: auto;
	  height: 180px;
    margin: 5px 10px 5px 0px;
	      }

 		#quatergalerybox { 
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
		}

 		#quaterbox { 
		width: 275px; float: left; 
		padding: 0px 0px 30px 0px; 
    margin-right: 14px;
    /*background-color: #000000;*/
		}

  	#quaterhomebox { 
		width: 320px; float: left; 
		padding: 10px 0px 30px 0px; 
    margin-right: 0px;
    /*background-color: #000000;*/
		}
  
 		#quaterborderbox { 
		padding: 10px 20px 70px 20px; 
    margin-left: 0px;
    border: 1px #38322E dotted;
    /*margin-right: 20px;*/
    background-color: #ffffff;
		}
  
 		#fifthbox { 
		width: 16.5%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 20px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

 		#formtextbox { 
		width: 280px; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formeingabebox { 
		width: 95%; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formcheckbox { 
		width: 30px; float: left; 
		padding: 10px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formeingabeboxlong { 
		width: 95%; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formtextboxlong { 
		width: 280px; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    text-align: right;
    /*background-color: #CCCCCC;*/
		}

 		#formeingabeboxlong2 { 
		width: 50%; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

    .linkbutton
    {
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Open Sans';
    font-weight: 400;
    /*font-style: italic;*/
    text-decoration: none;
    background-color: #4B4B4B;
    border: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    border-radius: 5px;

    border: solid #808080 1px;

    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    background: #4B4B4B;
    background-image: -webkit-linear-gradient(top, #4B4B4B, #808080);
    background-image: -moz-linear-gradient(top, #4B4B4B, #808080);
    background-image: -ms-linear-gradient(top, #4B4B4B, #808080);
    background-image: -o-linear-gradient(top, #4B4B4B, #808080);
    background-image: linear-gradient(to bottom, #4B4B4B, #808080);

    box-shadow: -1px -1px 2px #C0C0C0, 3px 3px 2px #C0C0C0;

    }

    .linkbuttonsmall
    {
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Oxygen';
    font-weight: 300;
    text-decoration: none;
    background-color: #d10a11;
    padding-left: 10px ;
    padding-right: 10px ;
    padding-top: 4px;
    padding-bottom: 4px;
    }

    .linkbutton_rot
    {
    float: left;
    font-family: 'Oxygen';
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    margin-top: 5px;
    border: solid #d50e3c 1px;
    text-decoration: none;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    background: #d934d9;
    background-image: -webkit-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -moz-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -ms-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -o-linear-gradient(top, #F2357C, #d50e3c);
    background-image: linear-gradient(to bottom, #F2357C, #d50e3c);
    }


    #linie1 {
 	  width: 1140px; float: left;
    margin-left: 30px;
    margin-right: 30px;
    border: none;
    border-top: 1px dotted #666666;
    padding: 0px 0px 0px 0px; 
 
    }

    #linie2 {
 	  width: 1170px; float: left;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-top: 1px solid #666666;
    padding: 0px 0px 0px 0px; 

    }

    #linie3 {
 	  width: 100%; float: left;
    /*margin-left: 0px;*/
    /*margin-right: 0px;*/
    margin: 10px 0px 10px 0px;
    border: none;
    border-top: 1px dotted #666666;
    padding: 0px 0px 0px 0px; 

    }

}
	 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	@media only screen and (min-width: 10px) and (max-width: 339px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	  .standard {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 16px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .standard_big {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 16px; color: #3B3B3B; text-decoration:none; font-weight: 600; line-height: 1.5em; letter-spacing : 0px;}
	  .ueberschrift {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 28px; color: #676767; text-decoration:none; font-weight: 600; line-height: 1.2em; letter-spacing : 0px;}
	  .titel {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 24px; color: #676767; text-decoration:none; font-weight: 600; line-height: 1.2em; letter-spacing : 0px;}
	  .copyright {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .copyright_big {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 600; line-height: 1.5em; letter-spacing : 0px;}
	  .text_footer {font-family: 'Open Sans', Tahoma, Verdana, Helvetica; font-size: 13px; color: #3B3B3B; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
	  .standardrot {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 20px; color: #FF0000; text-decoration:none; font-weight: 400; line-height: 1.5em; letter-spacing : 0px;}
 	  .submenue {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 16px; color: #646464; text-decoration:none; font-weight: 400; line-height: 1.4em; letter-spacing : 0px;}
	  .mainmenue {font-family: 'Oxygen', Tahoma, Verdana, Helvetica; font-size: 18px; color: #004E8C; text-decoration:none; font-weight: 400; line-height: 1.4em; letter-spacing : 0px;}

    .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    .responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    }

 		#logoheader { 
    position: relative;
 		width: 100%;
 		/*float: left;*/
    height: 100px;
		margin-left: auto;
    margin-right: auto;
    /*margin-top: 160px;*/
 		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
		}


    #headerlogo {
 		z-index: 200000;
 		width: 260px;
    /*height: 40px;*/
		margin-left: auto;
    margin-right: auto;
 		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
    }
    
    #headerlogomobile {
		display:none;
    }

 		#header { 
    position: relative;
 		width: 280px;
 		z-index: 1000000;
 		/*float: left;*/
    height: 50px;
		margin-left: auto;
    margin-right: auto;
    /*margin-top: 160px;*/
    /*margin-bottom: 20px;*/
 		padding: 5px 0px 5px 0px;
    background-color: #EBEBEB;
    border-top: 1px #CECECE solid;
    border-bottom: 2px #CECECE solid;
    /*background-image: url('/grafik/menuehg.png'); background-size: contain background-repeat: repeat-x;*/

 		}

 		#headermobil { 
		display:none;

 		}

		#headerboxlinks { 
		width: 260px; float: left; 
    height: 50px;
		/*padding: 10px 0px 10px 0px;*/ 
    margin-left: 10px;
    /*background-color: #ffffff;*/
		}

		#headerboxrechts { 
		display:none;
		width: 270px; float: left; 
    height: 50px;
		padding: 20px 0px 10px 0px;
    margin-right: 10px;
    vertical-align: bottom;  
    text-align: right;  
    /*background-color: #ffffff;*/
		}

		#headerboxrechts img {
	  width: 20px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
	      }

 		#slider { 
    position: relative;
    /*float: left;*/
		width: 280px;
		/*width: 100%;*/
    height: auto;
		margin-left: auto;
    margin-right: auto;
 		padding: 0px 0px 0px 0px;
 		}

		#maincontainer { 
		width: 280px;
    border-radius: 10px;
 		padding: 0px 0px 0px 0px; 
		margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    box-shadow: -2px -2px 3px #C0C0C0, 2px 2px 3px #C0C0C0;
    /*background-image: url('/grafik/mainhg.png'); background-size: contain background-repeat: repeat-x;*/
		}


		#maintable { 
		width: 240px;
    margin-left: 0px;
    margin-right: 0px;
 		padding: 0px 0px 0px 0px; 
    /*background-color: #FFFFFF;*/
     /*background-image: url('/grafik/hg_content.png'); background-repeat: no-repeat;*/
		}

		#maintablehome { 
		width: 240px; float: left;
    margin-left: 20px;
    margin-right: 20px;
 		padding: 0px 0px 0px 0px; 
    /*background-color: #FFFFFF;*/
     /*background-image: url('/grafik/hg_content.png'); background-repeat: no-repeat;*/
		}

		#maincontent { 
		width: 100%; float: left;
		margin-left: 0px;
		padding: 0px 0px 0px 0px; 
    /*background-color: #FFFFFF;*/
    /*background-color: #EEEEEE;*/
		}
 
		#menuelinks { 
		width: 240px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    margin-left: 0px;
    margin-right: 0px;
    /*background-color: #000000;*/
		}

		#leerspalte1 { 
		width: 25px;
    vertical-align: top;  
		/*float: left;*/ 
    display: inline-block;
		height: 100%;
    margin-left: 0px;
    margin-right: 0px;
		padding: 10px 0px 10px 0px; 
    /*background-color: #CCCCCC;*/
		}

 		#menuerechts { 
		width: 240px; float: left;
    /*background-color: #E8E8E8;*/
    margin-left: 0px;
    margin-right: 0px;
		padding: 40px 0px 0px 0px; 
		}

 		#footer { 
    position: relative;
 		width: 100%;
    height: 100px;
		margin-left: auto;
    margin-right: auto;
		padding: 0px 0px 0px 0px; 
    /*background-color: #152348;*/
		}

 		#footertext { 
    position: relative;
	  width: 240px;
    /*height: 100px;*/
		margin-left: auto;
    margin-right: auto;
		padding: 30px 0px 0px 0px; 
    /*background-color: #282828;*/
		}


    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


 		#tabbox50 { 
		width: 50px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox50 img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }

		#tabbox80 { 
		width: 70px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox100 { 
		width: 100px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox120 { 
		width: 120px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox120 img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }

		#tabbox150 { 
		width: 140px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox180 { 
		width: 170px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox200 { 
		width: 200px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox250 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox300 { 
		width: 280px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#tabbox350 { 
		width: 350px; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#tabbox400 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    border-bottom: 1px #38322E dotted;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}


    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


 		#rahmenbox400 { 
		width: 220px; float: left;
    background-color: #E6E3DB;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
		padding: 10px 10px 10px 10px; 
    /*border-top: 1px #C1C1C1 dotted;*/
    /*border-bottom: 1px #C1C1C1 dotted;*/
    /*border-left: 1px #C1C1C1 dotted;*/
    /*border-right: 1px #C1C1C1 dotted;*/
		}

 		#rahmenboxFull { 
		width: 260px; float: left;
    background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
		padding: 10px 10px 10px 10px; 
    border-top: 1px #38322E dotted;
    border-bottom: 1px #38322E dotted;
    border-left: 1px #38322E dotted;
    border-right: 1px #38322E dotted;
    background-color: #EBEBEB;
		}

 		#rahmenhalfbox_home { 
		width: 240px;
    vertical-align: top;  
		/*float: left;*/
    display: inline-block;
    /*background-color: #ffffff;*/
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
		padding: 10px 15px 5px 15px; 
    border-top: 1px #464646 dotted;
    border-bottom: 1px #464646 dotted;
    border-left: 1px #464646 dotted;
    border-right: 1px #464646 dotted;
		}

		#boxfacebook { 
		width: 160px; float: left;
		height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 0px;
		padding: 0px 0px 0px 0px; 

    img {
	  width: auto;
    margin: 0px 0px 0px 0px;
	      }
		}

 		#boxlikes { 
		width: 260px;
    text-align: right;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
		padding: 0px 0px 0px 0px; 

    img {
    margin: 0px 0px 0px 10px;
	  /*height: auto;*/
	      }
		}


    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

		#bildbox { 
		width: 280px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #CCCCCC;*/
		}

 		#textbox { 
		width: 100%; float: left;
		margin-left: 0px;
		padding: 10px 0px 10px 0px; 
    /*margin-right: 10px;*/
    /*background-color: #EEEEEE;*/
		}
   
 		#textbox_home { 
		width: 100%; float: left;
		margin-left: 0px;
		padding: 10px 0px 10px 0px; 
    /*margin-right: 10px;*/
    /*background-color: #EEEEEE;*/
		}
   
		#textbox200 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox250 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox300 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
		#textbox350 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 20px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

		#textbox400 { 
		width: 100%; float: left; 
		padding: 2px 0px 2px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


		#buttonbox130 { 
		width: 130px; float: left; 
		padding: 3px 0px 3px 0px; 
		height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 10px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox420 { 
		width: 420px; float: left; 
		padding: 3px 0px 3px 0px; 
		height: 100%;
    /*text-align: center;*/
    margin-left: 0px;
    margin-right: 0px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox220 { 
		width: 130px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 30px;
    /*background-color: #CCCCCC;*/
		}

		#buttonbox350 { 
		width: 190px; float: left; 
		padding: 10px 0px 10px 0px; 
		height: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 10px;
    /*background-color: #CCCCCC;*/
		}

    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

 		#boxfull { 
		width: 100%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}

 		#halfbox { 
		width: 100%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-right: 0px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#halfformbox { 
		width: 100%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-right: 0px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#thirdbox { 
		width: 100%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
 		#halfgalerybox { 
    float: left;
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 25px;
		}

 		#thirdgalerybox { 
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
		}
    
 		#thirdgaleryboxhigh { 
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
		}

    .galeriebild {
	  width: 100%;
	  /*height: 200px;*/
    margin: 5px 10px 5px 0px;
	      }

 		#thirdminibox { 
		width: 31%;
    display: inline-block;
    vertical-align: top;  
		padding: 3px 0px 3px 0px; 
    margin-left: 0px;
    margin-right: 3px;
		}

    .miniboxbild {
	  width: auto;
	  height: 180px;
    margin: 5px 10px 5px 0px;
	      }

 		#quatergalerybox { 
		width: 100%;
    display: inline-block;
    vertical-align: top;  
		padding: 10px 0px 10px 0px; 
    margin-left: 0px;
    margin-right: 0px;
		}

 		#quaterbox { 
		width: 275px; float: left; 
		padding: 0px 0px 30px 0px; 
    margin-right: 14px;
    /*background-color: #000000;*/
		}

  	#quaterhomebox { 
		width: 280px; float: left; 
		padding: 10px 0px 30px 0px; 
    margin-right: 0px;
    /*background-color: #000000;*/
		}
  
 		#quaterborderbox { 
		padding: 10px 20px 70px 20px; 
    margin-left: 0px;
    border: 1px #38322E dotted;
    /*margin-right: 20px;*/
    background-color: #ffffff;
		}
  
 		#fifthbox { 
		width: 16.5%; float: left; 
		padding: 10px 0px 10px 0px; 
    margin-left: 20px;
    /*margin-right: 20px;*/
    /*background-color: #EEEEEE;*/
		}
  
    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

 		#formtextbox { 
		width: 240px; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formeingabebox { 
		width: 95%; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formcheckbox { 
		width: 30px; float: left; 
		padding: 10px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formeingabeboxlong { 
		width: 95%; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

		#formtextboxlong { 
		width: 240px; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 10px;
    /*border-bottom: 1px #38322E dotted;*/
    text-align: right;
    /*background-color: #CCCCCC;*/
		}

 		#formeingabeboxlong2 { 
		width: 50%; float: left; 
		padding: 5px 0px 0px 0px; 
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom: 1px #38322E dotted;*/
    /*background-color: #CCCCCC;*/
		}

    .linkbutton
    {
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Open Sans';
    font-weight: 400;
    /*font-style: italic;*/
    text-decoration: none;
    background-color: #4B4B4B;
    border: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    border-radius: 5px;

    border: solid #808080 1px;

    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    background: #4B4B4B;
    background-image: -webkit-linear-gradient(top, #4B4B4B, #808080);
    background-image: -moz-linear-gradient(top, #4B4B4B, #808080);
    background-image: -ms-linear-gradient(top, #4B4B4B, #808080);
    background-image: -o-linear-gradient(top, #4B4B4B, #808080);
    background-image: linear-gradient(to bottom, #4B4B4B, #808080);

    box-shadow: -1px -1px 2px #C0C0C0, 3px 3px 2px #C0C0C0;

    }

    .linkbuttonsmall
    {
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Oxygen';
    font-weight: 300;
    text-decoration: none;
    background-color: #d10a11;
    padding-left: 10px ;
    padding-right: 10px ;
    padding-top: 4px;
    padding-bottom: 4px;
    }

    .linkbutton_rot
    {
    float: left;
    font-family: 'Oxygen';
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    margin-top: 5px;
    border: solid #d50e3c 1px;
    text-decoration: none;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    background: #d934d9;
    background-image: -webkit-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -moz-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -ms-linear-gradient(top, #F2357C, #d50e3c);
    background-image: -o-linear-gradient(top, #F2357C, #d50e3c);
    background-image: linear-gradient(to bottom, #F2357C, #d50e3c);
    }


    #linie1 {
 	  width: 1140px; float: left;
    margin-left: 30px;
    margin-right: 30px;
    border: none;
    border-top: 1px dotted #666666;
    padding: 0px 0px 0px 0px; 
 
    }

    #linie2 {
 	  width: 1170px; float: left;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-top: 1px solid #666666;
    padding: 0px 0px 0px 0px; 

    }

    #linie3 {
 	  width: 100%; float: left;
    /*margin-left: 0px;*/
    /*margin-right: 0px;*/
    margin: 10px 0px 10px 0px;
    border: none;
    border-top: 1px dotted #666666;
    padding: 0px 0px 0px 0px; 

    }

}