@font-face {
    font-family: 'regular';
    src: url('../webfonts/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'semibold';
    src: url('../webfonts/TitilliumWeb-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bold';
    src: url('../webfonts/TitilliumWeb-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'light';
    src: url('../webfonts/TitilliumWeb-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    background: #fff;
    font: normal 16px/24px regular;
    color: #1F745A;
}

#wrapper {
    position: relative;
}

#page-wrapper {
    background: #F4F8F1;
}

#page-wrapper > .container-fluid {
    min-height: 600px;
    margin-top: 50px;
}

.remaining_time {
    font: normal 14px/25px regular;
}

#remaining_time {
    padding-right: 20px;
}

.container-fluid {
    padding-top: 30px;
}

.menu-bar {
    position: relative;
}

#changelog {
    color: #fff;
}

#changelog a, #changelog i {
    color: #fff;
}

.changelog > li {
    border-bottom: 1px solid #d6d6d6;
    padding: 15px 0 15px 0;
}

.navbar-default {
    background: #F4F8F1;
    border: 0;
    box-shadow: none;
    height: 80px;
}

.submenu {
    margin-bottom: 20px;
    margin-top: 10px;
}
.navbar-brand {
    float: none;
    padding: 10px 10px;
    display: flex;
    height: 80px;
}

.navbar-default .navbar-brand {
    background: #fff;
}

.navbar-brand {
    padding: 10px 10px;
    background: #fff;
    text-shadow: none;
}

.navbar-brand:focus, .navbar-brand:hover {
    color: #fff;
    background-color: #fff;
}

.extra-logo {
    display: none;
}

body[class^='auth'] .extra-logo,
body[class^='registration'] .extra-logo {
    display: block;
}

body[class^='auth'] .navbar,
body[class^='registration'] .navbar {
    display: none;
}

body[class^='auth'] #page-wrapper,
body[class^='auth'] #page-wrapper > .container-fluid,
body[class^='registration'] #page-wrapper,
body[class^='registration'] #page-wrapper > .container-fluid {
    margin:0;
}

.nav li a {
    color: #1F745A;
    font: normal 20px/60px light;
}

ul.dropdown-menu li a {
    font: normal 16px/24px light;
}
.nav li a.dropdown-toggle {
    font: normal 18px/30px semibold;
}

.sidebar {
    background: #fff !important;
    margin-top:0;
}

.menu-bar .alert {
    left: 270px;
    top: 0px;
    position: fixed;
    width: calc(100vW - 310px);
    z-index: 1035;
}

.menu-bar .alert:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 25px;
    font-weight: bold;
    content: '\f057';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
}

.siteheader {
    font:normal 25px/40px regular;
    color:#1F745A;
    margin-top:0;
}

p.small {
    color: #7c7c7c;
    font: normal 15px/20px regular;
}

a, a:visited {
    color: #51A840;
    font-family: semibold;
}

h3 span.small {
    font-size: 0.8em;
}

h3 {
    font-family: semibold;
    font-size: 17px;
}

h4 {
    font-family: semibold;
}

label {
    font-size: 15px;
    font-family: regular;
    font-weight: normal;
}

.fehlerhinweis {
    color:red;
    font-size: 12px;
}

.top15 {
    margin-top: 15px !important;
}

.top30 {
    margin-top: 30px !important;
}

.bottom15 {
    margin-bottom: 15px !important;
}

.bottom30 {
    margin-bottom: 15px !important;
}

.bottompadding20 {
    padding-bottom: 20px !important;
}

.right {
    float: right;
}

.abs {
    position: absolute;
}

.flex {
    display: flex;
}


.bold {
    font-family: bold;
}

.center {
    text-align: center;
}

.semibold {
    font-family: semibold;
}

.black {
    color: #000;
}

a i {
    color: #1F745A;
}

a.btn i {
    color: #fff;
}

.panel-info .panel-heading h3 {
    color: #509622;
}

.fa, .fal, .fad, .fas {
    padding-right: 10px;
    /*color: #007fff;*/
}

.fa-spin {
    padding-right: 0;
}

.fa-shadowbox-loader {
    font-size: 1.5em;
    padding: 0;
}

.fa-round {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #509622;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
    padding: 0;
    text-decoration: none;
}

.fa-round-inverse {
    color: #509622;
    background: #fff;

}

.fa-round:hover, .fa-round:focus, .fa-round:active, .fa-round:visited {
    text-decoration: none;
    color: #fff;
}

.col-bordered {
    border: 1px dashed #509622;
    padding: 15px;
    border-radius: 10px;
}

.col-light-green {
    background: #F4F8F1;
    border-radius: 10px;
    padding: 15px;
}

.col-light-grey {
    background: #F4F4F4;
    border-radius: 10px;
    padding: 15px;
}

.panel {
    border-radius: 15px;
}

.registration-content {
    max-width: 870px;
}

.registration-content.big {
    max-width: 1200px;
}

.registration-content .panel {
    max-width: 650px;
    padding: 38px 23px 0 23px;
    margin: 40px auto;
}

.registration-content .panel.big {
    max-width: 1200px;
    padding: 38px 23px 0 23px;
    margin: 40px auto;
}

.btn {
    box-shadow: none !important;
    text-shadow: none !important;
    outline: 0 none !important;
    font: normal 16px/32px regular;
    border: none;
    border-radius: 12px;
    height: 44px;
    padding: 0 30px;
}

.btn.btn-primary {
    background: #509622;
    color: white;
}

/* ===================  AGB =========================== */

.pages-agb h1.abschnitt {
    font:normal 20px/30px semibold;
}

.pages-agb h2 {
    font:normal 18px/30px regular;
}


.pages-agb h3 {
    font:normal 16px/26px regular;
}


