

@font-face {
    font-family: "FontAwesome";
    src: url('/fonts/fontawesome-webfont.eot'); /* IE9 Compat Modes */
    src: url('/fonts/fontawesome-webfont.eot?#iefix'); /* IE6-IE8 */
    src: url('/fonts/fontawesome.otf'); /* Open Type Font */
    src: url('/fonts/fontawesome-webfont.svg');/* Legacy iOS */
    src: url('/fonts/fontawesome-webfont.ttf'); /* Safari, Android, iOS */
    src: url('/fonts/fontawesome-webfont.woff'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


body {
    position: relative;
    width: 100%;
    overflow-x: -moz-scrollbars-none;
}
.container{
    width: 100%;
    padding: 0!important;
    margin: 0!important;
}

h1,h2,h3,h4,h5,h6{
    color: #00aaa1;
}

.h7 {
    font-size: 16px;
}

span {
    font-size: 14px;
}

/* nav */
.navbar {
    width: 100%;
    height: 80px;
    margin-top: 0 !important;
    background-color: transparent;
    border-bottom: 1px solid #1d3023;
    color: #1d3023;
    padding:15px;
    /* shadows and rounded borders */
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);

}

.wappen{
    background-color: rgba(255, 255, 255, 0.5);
    padding:5px 5px 5px 25px;
    margin-left: -15px!important;
}

.dropdown-divider {
    color: #00aaa1;
    height: 2px;
    width: 100%;
    background-color: #00aaa1;
}

.dropdown-menu {
    border: 1px solid #00aaa1;
}

.dropdown-item{
    font-size: 14px;
}

.mainlink {
    border: 1px solid #00aaa1;
    border-radius: 5px;
    margin: 0 10px 0 10px;
    font-size: 14px;
    box-shadow: #9e9e9e 0.3em 0.3em 0.3em;
    background-color: #fff;
    color: #1d3023;
    text-align: center;
    padding: 0 15px 0 15px;
    height: 40px;
}

.btn, .mainlink:hover {
    color: #00aaa1;
}

.mainlink a:hover,
.mainlink a:focus {
    color: #00aaa1;
    text-decoration: none;
}

.btco-menu li a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}

.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}


a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.nav-item {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
    color: #1d3023;
}
.navbar-toggler-icon:hover {
    color: #00aaa1;
}

.navicon {
    color: #1d3023;

}
.navicon:hover {
    color: #00aaa1;
}

i, span {
    display: inline-block;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


#sidebar {
    min-height: 100%;
    width: 100%;
    color: #1d3023;
    transition: all 0.3s;
    padding: 5px 5px 0 5px;
    margin-top: 100px;
    font-size: 14px;
    background-color: #ffffff;
    border-right: 1px solid #00aaa1;

}

.sidebar-header {
    font-size: 16px !important;
}

#sidebar.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}

#sidebar.active .sidebar-header {
    padding-left: 26px;
}

#sidebar.active .sidebar-header h6 {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
    text-decoration: none;
    list-style: none;
}
.sub-menu {
    list-style: none;
    margin-left: -30px;
    font-size: 12px;
}


#sidebar.active ul li a {
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 12px;
}

#sidebar.active ul li a span{
    display: none;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.5em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 5px !important;
}



#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px 20px 0 20px;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 12px;
}

#sidebar ul.components {
    padding: 20px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 12px;
    display: block;
}
#sidebar ul li a:hover {
    color: #00aaa1;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #1d3023;
}

a[data-toggle="collapse"] {
    position: relative;
}


/* sitenmenue auf Handy ausblenden */
@media (max-width: 768px) { /* 80px and its content aligned to centre. Pushing it off the screen with the negative left margin */
    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    } /* Reappearing the sidebar on toggle button click */
    #sidebar { margin-left: 0;
    } /* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa */
    #sidebar .sidebar-header strong {
        display: none;
    }
    #sidebar.active .sidebar-header h3 {
        display: none;
    }
    #sidebar.active .sidebar-header strong {
        display: block;
    } /* Downsize the navigation links font size */
    #sidebar.active ul li a {
        padding: 20px 10px;
        font-size: 0.85em;
    }
    #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    } /* Adjust the dropdown links padding*/
    #sidebar.active ul ul a {
        padding: 10px !important;
    } /* Changing the arrow position to bottom center position, translateX(50%) works with right: 50% to accurately center the arrow */
    #sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
        top: auto; bottom: 5px; right: 50%; transform: translateX(50%);
    }
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.content {
    background-color: transparent;
    margin-top: 100px;
}

.content1 {
    background-color: transparent;
    margin-top: 50px;
    margin-bottom: 30px;
}

iframe {
    width: 100%;
    height: 100%;
}

/* style */

.icon {
    padding-right: 5px;
    font-size: 20px;
}

.icon-2 {
    padding-right: 5px;
    font-size: 24px;
}


section .section-title{
    text-align:center;
    color:#1d3023;
    margin-bottom:50px;
    text-transform:uppercase;
}
.mt-25 {
    margin-top: 25px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-55 {
    margin-top: 55px;
}

.mt-125 {
    margin-top: 125px;
}

.ml-20{
    margin-left: 10px;
    padding-right: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-1 {
    padding-top: 1px;
}

.pt-2 {
    padding-bottom: 2px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-20 {
    padding-left: 20px;
}

.pli-3 {
    padding-left: 3px!important;
}

.pri-3 {
    padding-right: 3px!important;
}

.pr-5 {
    padding-right: 5px;
}

.p-10 {
    padding: 10px;
}

.p-25 {
    padding: 25px;
}

.mr--40 {
    margin-right: -40px;
}

.linie1{
    height: 1px;
    width: 100%;
    background-color: #00aaa1;
}

.linie2{
    height: 1px;
    width: 100%;
    background-color: #00aaa1;
    margin-top: 10px;
}

.linie3{
    height: 1px;
    width: 100%;
    background-color: #00aaa1;
    margin-bottom: 25px;
}

.info {
    font-size: 12px;
    color: #1d3023;
    padding-top: 5px;
}

.card-index{
    font-size: 14px;
    border: 1px solid #00aaa1;
    background-color: rgba(255, 255, 255, 0.95);
    /* just in case there no content*/
    padding: 20px 25px 30px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    margin-left: 0!important;
}
.card-header{
    background-color: #00aaa1;
    height: 40px;
    padding: 0;
    font-size: 16px;
    width: 100%!important;
}
.card-title {
    color: #ffffff;
    padding: 10px;
}

.card-container.card {
    max-width: 100%;
    padding: 40px 40px;
    justify-content: center;
}

.card-text {
    color: #000000;
    padding:25px;
    width: 100%;
}

.card-body {
    margin-top:15px;
}

.card-body-content {
    margin-top:15px;
    padding-bottom: 0;
}

.card {

     background-color: rgba(255, 255, 255, 0.95);
     /* just in case there no content*/
     padding: 20px 25px 30px;
     margin:  auto;
     /* shadows and rounded borders */
     -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
     border-radius: 5px;
     -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
     -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
 }

.startcard {

    background-color: rgba(255, 255, 255, 0.95);
    /* just in case there no content*/
    padding: 20px 25px 30px;
    height: auto;
    min-width: 400px;
    margin-bottom: 100px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
}

.login-fb {
    padding-top: 20px;
}

.chebox label {
    font-size: 13px;
    color: #8f8f8f;
    font-weight: 400;
    padding-bottom: 15px;

}

.forgot-password {
    color: rgb(104, 145, 162);
    text-align: center;
}

.input-group-addon {
    padding-right: 15px;
    color: #1d3023;
}

.tab-content {
    padding-top: 25px;
}

.meincard {
    width: 100%;
    color: #1d3023;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 10px 0;
}
.meincard a{
    color: #1d3023;
    text-decoration: none;
}

.meincard a:hover,
.meincard a:focus {
    color: #00aaa1;
    text-decoration: none;
}


/* Home boxen */

.mainLinkBox {
    font-size: 16px;
    color: #00aaa1;
    border: 0;
    background-color: transparent;
    padding: 0;
    height: 20px!important;
    margin-bottom: -20px;
}

.mainLinkBox:hover {
    color: #1d3023;
}

.card-content-left {
    font-size: 14px;
    border: 1px solid #00aaa1;
    background-color: rgba(255, 255, 255, 0.95);
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

.card-content-right {
    font-size: 14px;
    border: 1px solid #00aaa1;
    background-color: rgba(255, 255, 255, 0.95);
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

.defi{
     background-color: #00aaa1;
     height: 80px;
     width: 100%;
     display: block;
 }

.defi1{
    background-color: #00aaa1;
    height: 80px;
    width: 100%;
    display: block;
    margin-top: 150px;
}

.sponsor {
    justify-content: center;
    margin-top: -70px;

}

.sponsor1 {
    padding-top: 15px;
}

/* Tabele Home*/

.td__bg{
    background-color: #00aaa1;
    color: #ffffff;
}

/* Email */

.error {
    color: red;
}

.mailcontact {
    width: 100%;
}

.success {
    color: #00aaa1;
    font-weight: bold;
    text-align: center;
}

/* Footer */


.footer-light {
    font-size: 14px;
    background-color: #f8f9fa;
    border-top: 1px solid #00aaa1;
    margin: 0 !important;
    width: 100%;
    height: 100px;
    padding: 25px 0 0 0;

}

.footer-light a{
    color: #1d3023;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.footer-light a:hover,
.footer-light a:focus{
    color: #00aaa1;
}

.footer1 li{
    text-decoration: none;
    display: inline;
    padding: 10px 45px 0 0;
    margin-bottom: 0!important;
}


