

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('./fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('./fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('./fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('./fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('./fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */



body {
   font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   color: black;
   line-height: 120%;

  background: #030607 url('./pics/bg1.jpg') fixed;
/*
  background: #030607 url('./pics/page.png') fixed;
*/
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.21) 0, rgba(43, 90, 117, 0.29) 1050px) no-repeat, url('./pics/page.png'), -webkit-linear-gradient(top, #000000 0, #1D3C4E 1050px) no-repeat;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.21) 0, rgba(43, 90, 117, 0.29) 1050px) no-repeat, url('./pics/page.png'), -moz-linear-gradient(top, #000000 0, #1D3C4E 1050px) no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.21) 0, rgba(43, 90, 117, 0.29) 1050px) no-repeat, url('./pics/page.png'), -o-linear-gradient(top, #000000 0, #1D3C4E 1050px) no-repeat;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.21) 0, rgba(43, 90, 117, 0.29) 1050px) no-repeat, url('./pics/page.png'), -ms-linear-gradient(top, #000000 0, #1D3C4E 1050px) no-repeat;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.21) 0, rgba(43, 90, 117, 0.29) 1050px) no-repeat, url('./pics/page.png'), linear-gradient(to bottom, #000000 0, #1D3C4E 1050px) no-repeat;
  -svg-background: linear-gradient(top, rgba(0, 0, 0, 0.21) 0, rgba(43, 90, 117, 0.29) 1050px) no-repeat, url('./pics/page.png'), linear-gradient(top, #000000 0, #1D3C4E 1050px) no-repeat;
  background-attachment: fixed, fixed, fixed !important;
  margin: 0 auto;}


div.rahmendiv {
   width: 100%;
   height: auto;
   max-width: 1000px;
   border: solid;
   border-width: 1px;
   border-color: #7E7E7E; 
   border-radius: 5px; 
   margin-left:auto;
   margin-right:auto;
   margin-top: 10px; 
   margin-bottom: 20px;
   background-color: white;
}
/* #################################################################################################### */

div.header {
    width: 100%;
    margin-top: -6px;
    height : 40px;
    background-image: linear-gradient(to top, #4A4A4A -50%, white 100%);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
/* ---------------------------------------------------------------------------------------------------- */
.headermenu {
    margin-left: auto;
    margin-right: auto;
    font-size: 12pt;
    font-weight: 600;
}

.headermenu a:hover {
    font-weight: 700;
    text-decoration: none;
    color: white;
    background-color: #777777;
    border-radius: 5px;
}


/* #################################################################################################### */




/* #################################################################################################### */





/* #################################################################################################### */

.content {
    line-height: 120%;
    font-size: 12px;
    font-weight: 400;
    padding-left: 60px;
    padding-right: 60px;
}

.content2 {
    line-height: 130%;
    font-size: 16px;
    font-weight: 400;
    padding-left: 60px;
    padding-right: 60px;
}

.container {
    width: 100%;
    text-align: center;
    height: auto;
}
/* #################################################################################################### */
.div-ul {
    font-size: 12pt;
    font-weight: 400;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    line-height: 130%;
}

ol {
    color: #B3D335!important;
    font-size: 30pt;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.li-span{
    color: white;
    font-size: 18pt;
    line-height: 120%;
}

li {
    padding-left: 10px; 
    margin-bottom: 10px;
}
/* ---------------------------------------------------------------------------------------------------- */
.gruenpunkt {
    width: 20px;
    height: auto;
}    
/* ---------------------------------------------------------------------------------------------------- */
/* #################################################################################################### */

img {
    border:0;
}
/* ---------------------------------------------------------------------------------------------------- */
a {
    color: black;
    text-decoration: none;
}

a:hover {
    font-weight: 700;
    color: white;
    text-decoration: none;
}

a:focus { outline: none; }

a:hover.portlink {
/*    font-size: 16pt; */
    color: black;
}
.a_gruenlink {
    font-weight: 700;
    color: #B3D335;
}
/* #################################################################################################### */
/* ---------------------------------------------------------------------------------------------------- */
.button-div {
    width : 80%;
    margin-left:auto;
    margin-right:auto; 
}

.button1 {
    width: 40%;
    height: 50px;
    border-radius: 4px;
    margin-top: 50px; 
    border: solid;
    border-color: white;
    border-width: 1px;
    background-color: #C3BDC3;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 25px;
    text-align: center;
    color: black;
    font-size: 20pt;
    float: left;
    background-image: linear-gradient(to top, white 0%, #4A4A4A 120%);
}

.button2 {
    width: 220px;
    height: 40px;
    border-radius: 4px;
    margin-top: 40px; 
    border: solid;
    border-color: white;
    border-width: 1px;
    background-color: #C3BDC3;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 15px;
    text-align: center;
    color: black;
    font-size: 20pt;
    float: left;
    background-image: linear-gradient(to top, white 0%, #4A4A4A 120%);
}

.button3 {
    width: 350px;
    height: 40px;
    border-radius: 4px;
    margin-top: 40px; 
    border: solid;
    border-color: white;
    border-width: 1px;
    background-color: #C3BDC3;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    text-align: center;
    color: black;
    font-size: 20pt;
    float: left;
    background-image: linear-gradient(to top, white 0%, #4A4A4A 120%);
}
/* #################################################################################################### */

h1 {
    font-size: 36pt;
    font-weight: 600;
}

.h1-center {
    font-weight: 600;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.h1-center2 {
    font-weight: 600;
    width: 100%;
    margin-top: 150px;
    text-align: center;
}
h3 {
    font-size: 28pt;
    font-weight: 600;
}

h4 {
    font-size: 20pt;
    font-weight: 600;
}

form {

}

.input-text {
    border: solid;
    border-width: 1px;
    border-radius: 4px;
    font-size: 12pt;
    font-weight: 400;
    padding: 5px;;
}

td {
    padding: 5px;
}

textarea {
    font-size: 14pt;
    font-weight: 400;
}
/* ---------------------------------------------------------------------------------------------------- */
p {
    text-align: left;
    font-size: 11pt;
    font-weight: 500;
    line-height: 130%;
}

.pcenter {
    text-align: center;
    font-size: 24pt;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 120%;
}    
.pcenter20 {
    text-align: center;
    font-size: 20pt;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 120%;
}
/* #################################################################################################### */
.impressum {
    text-align: left;
    font-size: 14pt;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 120%;
    margin-top: 50px;
}
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
.footer1 {
    width: 100%;
    height: auto;
    margin-top: 0px;  
    background-image: linear-gradient(to top, #173140 20%, #3E81A7 100%);
    text-align: center;
}

.footer-bilder {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    font-size: 12px;
    font-weight: 500;
}

.footer{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    height : 35px;
    background-image: linear-gradient(to top, #4A4A4A -20%, white 120%);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
/* ---------------------------------------------------------------------------------------------------- */
.footer-menu {
    float: right;
    padding-right: 30px;
    font-size: 14pt;
    font-weight: 600;
    color: black;
}
.footer-menu a:hover {
    font-weight: 700;
    text-decoration: none;
    color: white;
    background-color: #777777;
    border-radius: 5px;
}

/* #################################################################################################### */

.footer-menu2 {
   float: right; 
   width: 17%; 
   margin-right: 5px; 
   margin-top: 5px;
   font-size: 12pt; 
   font-weight: 400;
   line-height: 140%;   
}


/* #################################################################################################### */
.clear {
    clear: both;
}
/* #################################################################################################### */
.copy {
    color: white;
    text-align: left; 
    width: 100%;
    max-width: 995px;
    height: auto;
    padding-bottom: 5px;
    font-size: 10pt;
    margin-top: 10px;
}
/* #################################################################################################### */
/* ---------------------------------------------------------------------------------------------------- */
.opp-slider1 {
    width: 100%;
    max-width: 1000px;
    margin-top: 80px;
    margin-left: 0px;
    padding: 0px;  
    text-align: center;
    height: auto;
}

.bxslider {
    width: 600px;
    max-width: 600px;
    height: auto;
    padding: 0px;
}

.slider1 img {
    width: 100%;
    max-width: 1000px;
    height: auto; 
}
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */

