* {
    margin:0;
    padding:0;
}
body {
margin:0;
padding:0
}
body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul, a {
font-family:"Roboto",sans-serif;
font-size: 16px;
color:#111;
line-height: 1.4em;
}
img {
border:none;
}
a {
color:#00adfd;
text-decoration:none;
}
h5 {
font-size: 22px;
line-height: 32px;
text-decoration: none;
color: #202124;
}
dd { margin:1px 0 0 15px; }
*{
    box-sizing: border-box;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.card {
	padding: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
	background: rgba(255, 255, 255, .9);
	border-radius: 6px;
}
.card-header {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 10px;
}

.card-body {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.card-footer {
	text-align: right;
}

.responsive {
  width: 100%;
  height: auto;
}
input {
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 20px;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent !important;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    outline: none;
    color: #000 !important;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 4px 8px;
    text-decoration: none;
    text-rendering: optimizeLegibility;
}
select, textarea {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 20px;
    background-color: transparent !important;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    outline: none;
    color: #000 !important;
    cursor: pointer;
    padding: 4px 8px;
    text-decoration: none;
    text-rendering: optimizeLegibility;
}
#wrapper {
    width: 100%;
    min-height: 400px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    background: radial-gradient(ellipse at top, #1b2735 0%, #1a3a4d 100%);
    position: relative;
    overflow: hidden;
}
.cube {
    position: absolute;
    background: #fff;
    opacity: .1;
    animation: float infinite;
}
@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-30px); }
    100% { transform: translateY(0); }
}
#header_1 {
    margin:0 auto 0 auto;
    width:100%;
    background-color: #fff;
    padding: 5px 0 10px;
}
#header_2 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#topbar {
    color:White;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
}
#logobar{
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.12), inset 0 -1px 0 0 #dadce0;
}
#topnav {
text-align:right;
position: relative;
}
#topnav ul, #topbar_left ul,#topbar_right ul{
margin:0 auto;
padding:0;
list-style:none;
display: flex;
align-items: center;
}
#topnav ul{
    gap: 30px;
}
#topbar_left ul{
    gap: 5px;
}
#topbar_left ul li {
    border: 1px solid #00adfd;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 16px;
}
#topbar_left ul li:hover ,#topbar_right ul li:hover  {
    border-color: #fff;
    background-color: #f4f8fe;
}
#topnav ul li a, #topbar_left ul li a,#topbar_right ul li a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1px;
    line-height: 24px;
    text-decoration:none;
    transition: all 0.4s;
    position: relative;
}
#topbar_left ul li:hover a,#topbar_right ul li:hover a {
    color:#174ea6;
}
#topnav ul li a {
    font-size: 16px;
}
#topnav ul li a:after{
 content: "";
 width: 0;
 height: 2px;
 background-color: #00adfd;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -10px;
 transition: all 0.4s;
}
#topnav ul li:hover a:after{
    width: 120%;
}
#topnav ul li:hover a {
    color: #202124;
}
#menu-button{
    display: none;
}
#logo {
    border:none;
    margin-bottom: -15px;
}
#banner {
    margin:25px 0;
    display: flex;
    align-items: center;
    gap: 60px;
}
.banner_content{
    width: 42%;
}
.banner_content h1{
    font-size: 56px;
    line-height: 58px;
    color: #202124;
    font-weight: 500;
}
.banner_content p{
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0 20px;
}
.banner_content a{
    color: #fff;
}
.banner_content .btn_blank{
    background-color: #ffffff00;
}
.banner_content .btn_blank a{
    color: #00adfd;
}
.banner_content .btn_blank:hover {
    background-color: #f4f8fe;
    box-shadow: none;
}
.banner_content .btn_blank:hover a{
    color: #174ea6;
    color: #174ea6;
}
.banner_img{
    width: 58%;
}
.banner_img img{
    max-width: 100%;
}
#header_menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/*-- Page-*/
#content {
    width: 100%;
    display:flex;
    justify-content: space-between;
    align-items: start;
    padding: 40px 0;
}
#left {
width:25%;
text-align:left;
margin:0px;
padding: 15px;
box-shadow: 0 0 12px rgba(0, 0, 0, .4);
background: rgba(255, 255, 255, 0.8);
border-radius: 6px;
}
#left dt a{
    font-weight: 600;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #dadce0;
    transition: all 0.4s;
}
#left dt a:hover{
    color: #202124;
}
.borderbox {
    margin: 10px 0;
}
.borderbox p{
    margin: 10px 0;
}
.borderbox b{
    display: inline-block;
    margin-bottom: 5px;
}
#middle {
width:75%;
padding-left: 40px;
}
#middle p {
    margin: 10px 0;
}
#middle h3 {
    font-size: 28px;
    color: #2b2d30;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}
#middle h3:after{
    content: "";
    width: 100%;
    height: 3px;
    background-color:#00adfd ;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
#middle table th,#middle table td {
    padding: 8px;
    border-top: 1px solid #202124;
    text-align: center;
}
#middle .borderbox table td{
    text-align: left;
}
#middle table{
    width: 100%;
    border-bottom: 1px solid #202124;
}
#middle table tr:nth-child(even) {
  background-color: #eff5fd;
}
#middle table thead tr{
    background-color: #e1e5eb;
    color:#202124;
}
#footer {
width:100%;
font-size:14px;
color:#111;
text-align:center;
padding-top: 40px;
background: rgba(255, 255, 255, .85);
}
#footer a {
    font-weight: 600;
    color: #5f6368;
}
#footer .copy_right a {
font-size:14px;
color:#00adfd;
text-decoration:underline;
}
#footer .copy_right {
    grid-column: span 3;
    padding:10px 0;
    border-top: 1px solid #dadce0;
}
#footer a:hover {
text-decoration:none;
color: #202124;
}
.footer_content {
    display: grid;
    grid-template-columns: repeat(3 , 2fr);
    gap: 0px 50px; 
}
#footer .ftr_link {
    text-align: left;
}
#footer .ftr_link ul{
    list-style-type: none;
    margin: 10px 0;
}
#footer .ftr_link li,#footer .ftr_link dt{
    margin: 5px 0;
}
#footer .ftr_link .borderbox p{
    display: none;
}
#footer .ftr_link .borderbox p:first-child{
    display: block;
}
.ftr_logo p{
    text-align: left;
    margin: 10px 0;
}
.tabellen {
    border: 1px solid #a8a8a8;
    border-spacing: 0px;
    width: 100%;
    padding: 0;
}
.tabellenhead, .tabellenhead a {
    background-color:  #265266;;
    color: #d7d7d7;
}
.registration_form table input,.registration_form table select{
    width: 100%;
    font-family:"Google Sans","Roboto",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent ;
    border:1px solid #dadce0;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 5px 12px;
    text-decoration: none;
    text-rendering: optimizeLegibility;
}
.registration_form tr {
    display:flex;
    flex-direction: column;
    background-color: transparent !important;
}
tr.tabellenbody_full {
    grid-column: span 2;
    flex-direction: row;
    gap:30px;
    margin-top: 10px;
}
tr.tabellenbody_submit{
    grid-column: span 2;
    gap: 10px;
}
tr.tabellenbody_submit input{
    width: auto !important;
    background-color: #00adfd !important;
    color: #fff;
    font-weight: 600;
    padding:8px 16px;
}
.registration_form tr td{
    width: 100%;
    padding: 0 !important;
    border: none !important;
}
.registration_form table{
    width: 100% !important;
    border: none !important;
} 
.registration_form table tbody {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    row-gap:20px;
    column-gap: 30px;
} 
.news_latter {
    display: flex;
    width: 100%;
    gap:10px;
}
.news_latter input[type="Text"] {
    width: 50%;
} 
.news_latter input{
    font-family:"Google Sans","Roboto",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent ;
    border:1px solid #dadce0;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 5px 12px;
    text-decoration: none;
    text-rendering: optimizeLegibility;
}
.news_latter input[type="Submit"]{
    width: auto !important;
    background-color: #00adfd !important;
    color: #fff;
    font-weight: 600;
    padding:8px 16px;
}
button {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 24px;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background-color: #00adfd;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 12px 24px 11px;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    transition: background-color .2s,box-shadow .2s,color .2s;
}
button:hover{
    background-color: #174ea6;
    box-shadow: none;
    color: #fff;
}
input.topbar_input {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent !important;
    border:1px solid #dadce0;
    border-radius: 4px;
    outline: none;
    color: #000 !important;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 8px 16px;
    text-decoration: none;
    text-rendering: optimizeLegibility;

}
input.topbar_input:-internal-autofill-selected {
    background-color: transparent !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    background-color: transparent !important;
}
.color1{
    color: black;
    background: #f3f3f3;
}
.color2{
    color:black;
    background: #33cc66;
}
.color3{
    color:black;
    background: #cc3333;
}
.color4{
    color:black;
    background:  #ff9900;
}
.color5{
    color: white;
    background:  #265266;
}
select.button{ border:0px solid   #666666; }
@media screen and (max-width: 1199px){
    .banner_content h1 {
        font-size: 48px;
        line-height: 52px;
    }
}
@media screen and (max-width: 1024px){
    #topbar_left ul li {
        padding: 5px 12px;
    }
    .banner_content h1 {
        font-size: 42px;
        line-height: 48px;
    }
    #banner {
        gap: 40px;
    }
    input.topbar_input{
        padding: 5px 12px
    }
    button{
        padding: 5px 12px;
    }
    #topnav ul {
        gap: 20px;
    }
    #header_2{
        min-height: 350px;
    }
    
}
@media screen and (max-width: 991px){
    body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul, a{
        font-size: 14px;
    }
    .banner_content p {
        font-size: 16px;
        line-height: 24px;
    }
    .banner_content h1 {
        font-size: 38px;
        line-height: 42px;
    }
    #banner{
        flex-direction: column;
        gap: 30px;
    }
    .banner_content {
        width:100%;
    }
    .banner_img {
        width: 100%;
    }
    input.topbar_input{
        width: 150px;
    }
    #menu-button {
        display: block;
        font-size: 24px;
        color: #202124;
    }
    #topnav {
        display: block; 
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background-color: #20212480;
        z-index: 1000;
        transition: all 0.3s;
    }
    #topnav ul{
        flex-direction: column;
        align-items: start;
        width: 280px;
        height: 100%;
        background-color: #ffffff;
        padding:30px 20px;
        margin-right: 0;
    }
    h5 {
        font-size: 20px;
        line-height: 28px;
    }
    #left {
        width: 30%;
    }
    #middle {
        width: 70%;
        padding-left: 30px;
    }
    .registration_form table tbody {
        column-gap: 25px;
    }
    .news_latter input[type="Text"] {
        width: 70%;
    }
    .ftr_logo img{
        width: 250px;
    }
    .footer_content {
        gap: 10px 40px;
    }
}
@media screen and (max-width: 767px){
    .banner_content h1 {
        font-size: 32px;
        line-height: 38px;
    }
    input.topbar_input {
        width: 100px;
    }
    #content {
        flex-direction: column;
    }
    #left {
        width: 100%;
    }
    #middle {
        width: 100%;
        padding-left: 0; 
    }
    .footer_content {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .ftr_logo p {
        text-align: center;
    }
    #footer .ftr_link {
        text-align: center;
    }
}
@media screen and (max-width: 600px){
    h5 {
        font-size: 18px;
    }
    .table_content {
        overflow-x: scroll;
    }
    #middle table{
        width: 600px;
    }
    #topbar {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
    }
    #header_menu>a{
        width: 80%;
    }
    img#logo{
        width: 100% ;
    }
    #header_2 {
        min-height: 300px;
    }
    #middle  .borderbox {
        overflow-x: auto;
    }
    .registration_form table tbody {
        grid-template-columns: repeat(1,1fr); 
    }
    tr.tabellenbody_full {
        grid-column: span 1;
    }
    tr.tabellenbody_submit {
        grid-column: span 1;
    }
}
@media screen and (max-width: 425px){
    .news_latter {
        flex-wrap: wrap;
    }
    .news_latter input[type="Text"] {
        width: 100%;
    }

}