/* ==========================================================================
   TYPOGRAPHIE:
   ========================================================================== */
body{
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #000;
}
p, th, td, li, label, input, select {
    font-size: 16px;
    line-height: 26px;
    line-height: calc(24px + .2vw);
}


/* Background Image */
img.bg {
      /* Set rules to fill background */
      min-height: 100%;
      min-width: 1024px;
      
      /* Set up proportionate scaling */
      width: 100%;
      height: auto;
      
      /* Set up positioning */
      position: fixed;
      top: 0;
      left: 0;
}

@media print, screen and (max-width: 64em) {
  img.bg {
    left: 50%;
    margin-left: -512px;
  }
}


.container { 
    background: transparent;
    position: relative;
}


.title {
    background-color: #bf2f1b;
}

.title p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin:0;
    text-align: left;
}

.headline {
    margin-top: 18px;
    margin-bottom:14px;
    text-align: right;
}

.topnav {
    margin: 0 0 0 -98px;
}

.topnav  li{
    width: 100px;
    list-style-type: none;
    padding: 180px 10px 10px 0;
    float:left;
    background-repeat: no-repeat;
    background-size: auto;
}
.nav {
    padding: 0;
    margin: 0;
    text-align: right;
}
.nav li {
    list-style-type: none;
    margin: 0;
    margin-bottom: 22px;
    padding:0;
}
.rechts {
    color: #bf2f1b ;
}
.facebook {
    padding: 0 0 20px 10px;
}
.intro {
    margin-top: 180px;
}
p {
    margin:0 0 24px 0;
}
.active,
li.is-active > a {
    color: #bf2f1b !important;
    font-weight: bold;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #bf2f1b;
    text-decoration: none;
}
.content a:link,
.rechts a:link {
    color: #bf2f1b !important;
    font-style: italic;
}

.content a:visited,
.rechts a:visited{
    color: #bf2f1b !important;
    font-style: italic;
}

h1 {
    font-size: 22px;
    padding: 5px 0 24px 0;
    color: #bf2f1b;
    font-weight: bold;
    letter-spacing: 2px;
}
h2 {
    font-size:22px;
    font-weight: bold;
    padding:0;
    margin:0;
    color: #bf2f1b;
}
h3 {
    font-size:12px;
    font-weight: bold;
    padding:0;
    margin-bottom: 12px;
}
.ce-bodytext h4 {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    padding: 18px 0 0 0;
    margin-bottom: 4px;
}
hr {
    margin: 4px 0 4px 0 !important;
    background-color: #bf2f1b;
}

ul {
    margin:0;
}
.ce-bodytext ul {
    padding-bottom: 18px;
}

table, td {
    margin:0;
    padding:0;
    background-color: transparent !important;
    vertical-align: top;
}
.side-left img,
.side-right img {
    max-width: 100%;
    height: auto;
}
p {
    /* silbentrennung, achtung html-lang muss korrekt sein! */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.nohyphens {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    word-wrap: normal;
}
p+h3 {
    padding-top: 24px;
}
.side-left h2,
.side-left h3,
.side-left h4 {
    font-size: 18px;
}
.side-left p,
.side-left li,
.side-right p {
    font-size: 14px;
}
.frame {
    padding-bottom: 24px;
}
.frame-space-after-abstand_null {
    padding-bottom: 0;
    margin-bottom: 0;
}
.frame-type-header {
    padding-bottom: 0;
}
.frame-space-after-abstand_null h1,
.frame-space-after-abstand_null h2,
.frame-space-after-abstand_null h3 {
    padding-bottom: 0;
    margin-bottom: 4px;
}

table.kurstabelle {
    width: 100%;
}
td.datecol {
    width: 140px;
}
td.datecol {
    width: 21%;
}
td.kurstxtcol {
    width: 64%;
}
td.locationcol {
    width: 15%;
}
.kurstabelle td p {
    margin: 0;
}

.ce-below .ce-gallery {
    margin-top: 24px;
}
.ce-above .ce-gallery {
    margin-bottom: 24px;
}
.ce-gallery .ce-row {
    margin-bottom: 8px;
}

form {
    padding: 18px 0 0 ;
}
.control-label {
    width:20%;
    float: left;
    font-weight: normal;
    padding:0 !important;
    margin-top: 0 !important;
    line-height: 22px;
}

input, select, textarea {
    background-color: #e5e5e5 !important;
    line-height: 22px;
}
textarea {
    height: 100px !important;
}
.form-group::after {
    content: "";
    clear: both;
    display: table;
}
.radio {
    float: left;
    width: 78%;
}
.radio input {
    width: 20px;
}
.inputs-list {
    float: left;
}

.inputrow {
    clear: both;
    float: none;
}
.inputrow::after {
    content: "";
    clear: both;
    display: table;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
fieldset legend {
    display: none;
}
.form-group textarea {
    width: 100%;
}
button {
    background-color: #bf2f1b;
    color: #fff;
}
.submit button {
    padding: 10px 24px;
}
@media print, screen and (min-width: 64em) {
    .inputs {
        float: left;
        width: 80%;
    }
    .submit button {
        margin-left: 20%;
    }
}

@media print, screen and (max-width: 64em) {
    .title {
        height: 55px;
        min-height: 55px;
    }
    .title p {
        padding-right: 65px;
        line-height: 27px;
    }
}
.mobilemenu {
    display: none;
}
.mobilemenu.active {
    position: absolute;
    top: 0;
    display: block;
    z-index: 987;
    background-color: #fff;
    width: 100%;
}
.mobilemenu.active li {
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: normal;
}
.mobilemenu.active li a {
    display: block;
    padding: 8px 18px;
    width: 100%;
    border-bottom: 1px solid #605d5d;
}
.mobilemenu.active li ul {
    margin: 0;
    padding: 0;
}
.mobilemenu.active li li {
    font-size: 16px;
}
.mobilemenu.active li li a {
    padding-left: 32px;
}
.nav-toggle{
    position:absolute;
    top:0;
    right:0;
    width:55px;
    height:55px;
    background-color:#B3D788;
    cursor:pointer;
    z-index: 989;
}
.nav-toggle.active .icon-bar:nth-child(1){
    top:27px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active .icon-bar:nth-child(2){
    width:0;
}
.nav-toggle.active .icon-bar:nth-child(3){
    top:27px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
span.icon-bar{
    position:absolute;
    right:12px;
    display:block;
    width:26px;
    height:2px;
    background-color:#000;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.icon-bar:nth-child(1){
    top:19px;
}
.icon-bar:nth-child(2){
    top:27px;
}
.icon-bar:nth-child(3){
    top:35px;
}
.nav-overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:rgba(0,0,0,0.5);
    z-index:1;
    opacity:0;
    height: 100%;
    visibility:hidden;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.nav-overlay.active{
    opacity:1;
    visibility:visible;
    backdrop-filter: blur(20px) grayscale(100%);
    -webkit-backdrop-filter: blur(20px) grayscale(100%);
}
.ce-gallery[data-ce-columns*="1"],
.ce-gallery[data-ce-columns*="1"] .ce-column {
    float: none;
}