/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   LAYOUT styles: opinionated defaults
   ========================================================================== */

* {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
     box-sizing: border-box;
*behavior: url(../polyfills/boxsizing.htc);
}

/*html { -webkit-font-smoothing: antialiased; }*/

html, body {
  max-width: 100%;
  height: 100%;
  background-color: #fff;

  -webkit-overflow-scrolling: touch;
}

body {
  color: #343c46;
  font-family: 'Sintony', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.625em;
  position: relative;
  min-width: 320px;
  
  /* Font Smoothing  */
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width:500px) {
  body {
    font-size: 15px;
  }
}

img { -ms-interpolation-mode: bicubic; }

hr {
    border-top: 1px solid #edeff4;
    margin: 0;
}
.frame-type-text hr {
    margin: 2em 0;
}

button, html, input, select, textarea {
  font-family: 'Sintony', sans-serif;
}

input[type="submit"] {
  display: inline-block;
  border: 2px solid #343c46;
  color: #343c46 !important;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  padding: 10px 15px;
  font-weight: bold;
  background-color: transparent;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

input[type="submit"]:hover {
  background-color: #343c46;
  color: #fff !important;
}


#ie_clearing {
  display: none;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
  outline: 0;
}

/*input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: checkbox;
  cursor: pointer;
}*/


@media (min-width:1025px) {
  
  .col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 30px;
    padding-right: 30px;
  }

}


/* List */

.frame-type-text ul {
  padding: 0;
  list-style: outside;

}
.frame-type-text ul li {
  margin: 0 0 0.5em 1em;
  padding-left: 0.35em;
}





/* ==========================================================================
   GENERAL styles: opinionated defaults
   ========================================================================== */

.wrapper,
.inner-content {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}

.inner-content {
  padding-top: 80px;
  padding-bottom: 50px;
}

@media (max-width:1024px) {
  .inner-content {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

@media (max-width:800px) {
  .inner-content {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media (max-width:500px) {
  .wrapper,
  .inner-content {
    padding: 0 20px;
  }
  .inner-content {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.outer-content {
  overflow-x: hidden;
  padding-top: 115px;
  opacity: 0;
  transition: opacity 600ms linear 400ms;
}
.fadein .outer-content {
  opacity: 1;
}

@media (max-width:1024px) {
  .outer-content {
    padding-top: 85px;
  }
}

@media (max-width:500px) {
  .outer-content {
    padding-top: 65px;
  }
}

a,
a:visited,
a:active,
a:focus {
  text-decoration: none;
  color: #343c46;

  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover {
  color: #dc1712;
}

.inner-content .frame-type-text a {
  background-image: linear-gradient(to bottom, #343c46 0%, #343c46 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
}
.inner-content .frame-type-text a:hover {
  background-image: linear-gradient(to bottom, #242784 0%, #242784 100%);
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom1 {
  background-color: #e9edf5;
}
.custom1 .inner-content {
  padding-left: 45px;
  padding-right: 45px;  
}
.custom1 .col-xs-6,
.custom1 .col-sm-4,
.custom1 .col-md-2 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  
  .custom1 .inner-content {
    padding-left: 30px;
    padding-right: 30px;  
  }
  
}
@media (max-width: 500px) {
  
  .custom1 .inner-content {
    padding-left: 25px;
    padding-right: 25px;  
  }
  .custom1 .col-xs-6,
  .custom1 .col-sm-4,
  .custom1 .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

}

.custom2 {
  background-color: #dce1e8;
}

.ce-left .ce-gallery, .ce-column {
  float: none;
}

figure.image,
figure.image img,
div.thumbnail img,
img.img-responsive {
  width: 100%;
  height: auto;
  margin: 0;
  min-width: 20px;
}

h1 {
  font-size: 30px;
  margin: 0 0 1em 0;
  line-height: 1.11;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  margin: 0.8875em 0;
  line-height: 1.11;
  text-transform: uppercase;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  line-height: 1.625em;
  font-weight: bold;
  margin: 1em 0;
}

@media (max-width:500px) {
  h1 {
    font-size: 24px;
  }
}

.inner-content > .row > div[class*="col-"] {
  margin-bottom: 30px;
}

.inner-content > .row > div[class*="col-"] > .frame-default {
  position: relative;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}
.row .row {
    margin-left: -30px;
    margin-right: -30px;
}

@media (max-width:1023px) {
.row .row {
    margin-left: -10px;
    margin-right: -10px;
}
}

@media (max-width:500px) {
.row .row {
    margin-left: -10px;
    margin-right: -10px;
}
}
/* Table */

.ce-table {
    border-bottom: 1px solid #edeff4;
}
.ce-table th, .ce-table td {
    border-top: 1px solid #edeff4;
}
.ce-table tr:nth-child(even) {
  background-color: #f4f6f9;
}






/* ==========================================================================
   VIDEO / VIMEO styles: opinionated defaults
   ========================================================================== */

a[href*="//vimeo.com/"],
a[href*="//vimeo.com/"]:visited,
a[href*="//vimeo.com/"]:active,
a[href*="//vimeo.com/"]:focus,
a[href*="//vimeo.com/"]:hover,
a[href*="//www.youtube.com/"],
a[href*="//www.youtube.com/"]:visited,
a[href*="//www.youtube.com/"]:active,
a[href*="//www.youtube.com/"]:focus,
a[href*="//www.youtube.com/"]:hover {
  position: relative;
  display: block;
}

a[href*="//vimeo.com/"]:before,
a[href*="//vimeo.com/"]:after,
a[href*="//www.youtube.com/"]:before,
a[href*="//www.youtube.com/"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\f1db";

  position: absolute;
  font-size: 50px;
  font-size: 6vw;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-left: -3vw;
  margin-top: -25px;
  margin-top: -3vw;
}

a[href*="//vimeo.com/"]:after,
a[href*="//www.youtube.com/"]:after {
  content: "\f04b";
  font-size: 25px;
  font-size: 2vw;
  margin-left: -12.5px;
  margin-left: -1vw;
  margin-top: -12.5px;
  margin-top: -1vw;

  -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;

    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

a[href*="//vimeo.com/"]:hover:after,
a[href*="//www.youtube.com/"]:hover:after {
  -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;

    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
}

@media (min-width:960px) {



}

/* ==========================================================================
   SLIDER styles: opinionated defaults
   ========================================================================== */

.flexslider-container {
  width: 100%;
  height: 55vh;
  min-height: 400px;
  overflow: hidden;
  margin-top: -115px;
  position: relative;
}
.startseite .flexslider-container {
  height: 100vh;
}

@media (max-width:1024px) {
  .flexslider-container {
    margin-top: -85px;
  }
}

@media (max-width:500px) {
  .flexslider-container {
    margin-top: -65px;
  }
}

.flexslider-container > .flexslider,
.flexslider-container > .flexslider .slides,
.flexslider-container > .flexslider .slides > li {
  height: 100%;
  position: relative;
}

.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
  content: "";
}

.flexslider-container > .flexslider .slides > li {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.loaded div.flexslider-container > .flexslider .slides > li {
  opacity: 1;
  position: relative;
}

.flexslider-container > .flexslider .slides > li:first-child {
  display: block;
}

.flexslider .slides img {
  /*opacity: 0;*/
}

.flexslider .slides img.desktop {
  display: none;
}

.flexslider .slides img.mobile {
  display: none;
}

@media (max-width:1024px) and (orientation: portrait) {

  .startseite .flexslider-container {
    height: 55vh;
  }

}
@media (max-width:1023px) {

  .startseite .flexslider-container {
    height: 100vh;
  }
  .flexslider-container > .flexslider .slides > li {
    background-image: none !important;
  }
  .flexslider .slides img.mobile {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
      object-fit: cover;
    float: right;
  }
  
}
@media (max-width:500px) {

  .flexslider .slides img.mobile {
    height: 100%;
    min-height: none;
  }
  
}

.flexslider .slides img ~ span.outer-image {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.flexslider .slides img ~ span.outer-image span.inner-image {
  display: table-cell;
  vertical-align: middle;
}

.flexslider .slides img ~ span img {
  display: block;
  opacity: 1;
  width: auto;
  height: auto;
  margin: 150px auto 0;
}

.flex-direction-nav a {
  font-size: 30px !important;
  background-color: #fff;
  line-height: 40px;
  text-align: center;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-direction-nav .flex-prev {
  left: 30px;
  opacity: 1;
  padding-right: 3px;
}

.flex-direction-nav .flex-next {
  right: 30px;
  opacity: 1;
  text-align: center;
  padding-left: 3px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 30px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 30px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

  
.flexslider .slider-type-text {
  background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 75%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 75%);
  background: linear-gradient(to right, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.flexslider .hell .slider-type-text {
  background: -moz-linear-gradient(left, rgba(30,35,40,0.6) 0%, rgba(30,35,40,0) 75%);
  background: -webkit-linear-gradient(left, rgba(30,35,40,0.6) 0%,rgba(30,35,40,0) 75%);
  background: linear-gradient(to right, rgba(30,35,40,0.6) 0%,rgba(30,35,40,0) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3343c46', endColorstr='#00343c46',GradientType=1 );
}

  
.flexslider .inner-type-text {
  display: table;
  height: 100%;
}

.flexslider .slider-type-text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  color: #343c46;
  opacity: 0.0;
  transition: opacity 0.5s ease 0.5s;
}
.flexslider ul li.hell .slider-type-text {
  color: #FFFFFF !important;
}
.flexslider ul li.flex-active-slide .slider-type-text {
  opacity: 1.0;
}


.flexslider .inner-type-text > * {
  display: table-cell;
  vertical-align: middle;
}

.flexslider .inner-type-text > * > * {
  max-width: 50%;
  margin-bottom: 0em;
}
.startseite .flexslider .inner-type-text > * > * {
  margin-bottom: 3em;
}

.flexslider .slider-type-text a,
.flexslider .slider-type-text a:visited,
.flexslider .slider-type-text a:active,
.flexslider .slider-type-text a:focus {
  color: #fff;
}

.flexslider.hell .slider-type-text a,
.flexslider.hell .slider-type-text a:visited,
.flexslider.hell .slider-type-text a:active,
.flexslider.hell .slider-type-text a:focus {
  color: #343c46;
}

.flexslider .slider-type-text a.mehr {
  margin-left: 30px;
}



.outer-control-nav {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 182px;
}

.flex-control-nav {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
  z-index: 10;
  text-align: right;
  bottom: auto;
}



@media (max-width:1600px) {
  
  .startseite .flexslider .inner-type-text > * > * {
    padding-left: 6em;
  }

}

@media (max-width:1500px) {
  
  .outer-control-nav {
    bottom: 130px;
  }

}

@media (max-width:1300px) {
  
  .outer-control-nav {
    bottom: 114px;
  }
  
}

@media (max-width:1024px) and (orientation: portrait) {
  
  .outer-control-nav {
    bottom: 100px;
  }
  
}

@media (max-width:1023px) {
  
  .outer-control-nav {
    bottom: 38vh;
  }
  .flex-control-nav {
    text-align: center;
  }
  .startseite .flexslider .inner-type-text > * > * {
    padding-left: 0em;
    max-width: none;
  }

  .flexslider .image-link {
    width: 100%;
    height: 63vh;
    display: block;
    overflow: hidden;
    background-color: #e8edf6;
  }

  .startseite .flexslider .slider-type-text {
    position: relative;
    background: #FFFFFF;
    filter: none;
  }

  .startseite .flexslider .inner-type-text > * {
    vertical-align: top;
  }
  
  .flexslider .inner-type-text > * > * {
    max-width: 75%;
  }
  
  .flex-direction-nav {
    display: none;
  }

  .flex-direction-nav a {
    top: 100vw;
    -webkit-transition: none;
        transition: none;
  }
  
  .flexslider ul li.hell .slider-type-text {
    color: #343c46;
  }

}
@media (max-width:500px) {
  
  .outer-control-nav {
    bottom: 51vh;
  }
  .flexslider .image-link {
    height: 50vh;
  }
  
  .flexslider .inner-type-text > * > * {
    max-width: none;
  }

}



.flex-control-nav li {
  margin: 0 0 0 10px;
}

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  box-shadow: none;
  border: 0 none transparent;
  width: 10px;
  height: 10px;
  color: transparent;
}

.flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}

.flex-control-paging li a:hover {
  background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
}


.flexslider .slider-type-text header {
  margin: 6em 0 0 0;
  padding: 0 30px;
}

.startseite .flexslider .slider-type-text header {
  margin: 2em 0;
  padding: 0 30px;
}


.flexslider .slider-type-text h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0;
}

.flexslider .slider-type-text h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0.25em 0;
}

@media (max-width:1500px) {
  .flexslider .slider-type-text h2 {
    font-size: 36px;
    line-height: 1.3;
    margin: 0.25em 0;
  }
}

@media (max-width:1300px) {
  .flexslider .slider-type-text h2 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0.25em 0;
  }
}

@media (max-width:1023px) {
  .flexslider .slider-type-text h3 {
    font-size: 15px;
    line-height: 1.3;
  }

  .flexslider .slider-type-text h2 {
    font-size: 28px;
    line-height: 1.3;
    margin: 0.25em 0;
  }
}

@media (max-width:767px) {
  
  .startseite .flexslider .slider-type-text {
    color: #343c46;
  }


  .flexslider .slider-type-text header {
      margin: 4em 0 0 0;
  }
  .startseite .flexslider .slider-type-text header {
      margin: 1.5em 0;
  }

  .flexslider .slider-type-text h2 {
      font-size: 22px;
      line-height: 1.3;
      margin: 0.25em 0;
  }
}

/* ==========================================================================
   INDEXED SEARCH styles: opinionated defaults
   ========================================================================== */
.tx-indexedsearch-searchbox form {
  margin: 0;
  padding: 0;
}

.tx-indexedsearch-searchbox .formline {
  clear: both;
  padding-bottom: 10px;
  overflow: auto;
}

.tx-indexedsearch-searchbox input {
  float: left;
}

.tx-indexedsearch-searchbox-button {
  width: 150px;
}

.isearch_linkMode {
  display: block;
  float: left;
  padding: 2px 10px;
}

.tx-indexedsearch-rules {
  position: relative;
  padding: 30px 0;
  display: none;
}

.tx-indexedsearch-rules h2 {
  font-weight: normal;
  font-size: 100%;
  padding: 0;
  margin: 0;
}

.tx-indexedsearch-rules a .isearch-rules-text {
  display: none;
  text-decoration: none;
}

.tx-indexedsearch-rules a:hover .isearch-rules-text {
  display: block;
  text-decoration: none;
  position: absolute;
  font-weight: normal;
  top: 0;
  left: 100px;
  padding: 10px;
}

.tx-indexedsearch-whatis {
  padding-bottom: 10px;
}

.tx-indexedsearch-sw {
  font-weight: bold;
}

.tx-indexedsearch-browsebox {
  padding: 0 0 10px;
  margin: 0;
  list-style-type: none;
}

.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin-right: 1em;
}

.tx-indexedsearch-res .result-row {
  margin: 10px 0 20px 0;
}

.tx-indexedsearch-icon {
  float: left;
  display: block;
}

.tx-indexedsearch-result-number {
  float: left;
  display: block;
}

.tx-indexedsearch-title {
  float: left;
  display: block;
}

.tx-indexedsearch-percent {
  float: right;
  display: block;
}

.tx-indexedsearch-description {
  clear: both;
  display: block;
  margin: 1em 0 0;
}

.tx-indexedsearch-info {
  margin: 0 0 1em;
  clear: both;
  display: block;
  font-size: 0.875em;
}

.tx-indexedsearch-info dt,
.tx-indexedsearch-info dd {
  clear: both;
  display: inline-block;
}

.tx-indexedsearch-info dd {
  margin: 0 35px 0 0;
}

.tx-indexedsearch-info p {
  margin: 0;
}

.tx-indexedsearch-path {
  display: block;
}

.tx-indexedsearch-searchbox {
  max-width: none;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(52,60,70,0.1);
}

.tx-indexedsearch-searchbox legend {
  display: none;
}

.tx-indexedsearch-searchbox input[type="text"] {
  margin-bottom: 10px;
  background-color: rgba(52,60,70,0.1);
  width: 100%;
  border: 0 none transparent;
  padding: 10px 15px;
}

/* ==========================================================================
   BURGER MENU styles: opinionated defaults
   ========================================================================== */

a.mobile {
  display: block;
}

/* Icon 1 */
.nav-icon {
  margin: 0 auto;
  width: 26px;
  height: 21px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
  cursor: pointer;
}

.nav-icon1 span,
.nav-icon3 span,
.nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  background: #343c46;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-out;
  -moz-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  transition: .25s ease-out;
}

html.openmenu .nav-icon1 span,
html.openmenu .nav-icon3 span,
html.openmenu .nav-icon4 span {
  background: #dc1712;
}

.close-button .nav-icon1 span,
.close-button .nav-icon3 span,
.close-button .nav-icon4 span {
  background: #dc1712;
}

html.openmenu .close-button .nav-icon1 span,
html.openmenu .close-button .nav-icon3 span,
html.openmenu .close-button .nav-icon4 span {
  background: #dc1712;
}

.nav-icon1 span:nth-child(1) {
  top: 0px;
}

.nav-icon1 span:nth-child(2) {
  top: 8px;
}

.nav-icon1 span:nth-child(3) {
  top: 16px;
}

html.openmenu .nav-icon1 span:nth-child(1),
.close-button .nav-icon1 span:nth-child(1) {
  top: 7.5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

html.openmenu .nav-icon1 span:nth-child(2),
.close-button .nav-icon1 span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

html.openmenu .nav-icon1 span:nth-child(3),
.close-button .nav-icon1 span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3 */

.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
  top: 8px;
}

.nav-icon3 span:nth-child(4) {
  top: 16px;
}

html.openmenu .nav-icon3 span:nth-child(1),
.close-button .nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

html.openmenu .nav-icon3 span:nth-child(2),
.close-button .nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

html.openmenu .nav-icon3 span:nth-child(3),
.close-button .nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html.openmenu .nav-icon3 span:nth-child(4),
.close-button .nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (max-width: 991px) {
  a.mobile {
    display: block;
  }
}

/* ==========================================================================
   LOGO styles: opinionated defaults
   ========================================================================== */

.logo {
  float: left;
  padding-left: 30px;
}

.logo .ce-row {
  display: none;
}

.logo .ce-row:first-child {
  display: block;
}

.logo .frame, 
.logo .ce-image, 
.ce-left .ce-gallery, 
.logo .ce-row,
.logo .ce-column,
.logo figure.image {
  overflow: visible !important;
}

.logo figure.image img {
    width: auto;
    height: 80px;
  margin: -10px 0;
}


@media (max-width:1024px) {
  .logo .ce-row:first-child {
    display: none;
  }

  .logo .ce-row:first-child + .ce-row {
    display: block;
  }
}

/* ==========================================================================
   HEADER styles: opinionated defaults
   ========================================================================== */

header.header {
  width: 100%;
  border-top: 5px solid #dc1712;
  padding: 30px 0;
  position: fixed;
  top: 0px;
  background-color: #FFFFFF;
  z-index: 20;
  -moz-box-shadow: 0px 0px 7px rgba(52,60,70,0.15);
  -webkit-box-shadow: 0px 0px 7px rgba(52,60,70,0.15);
  box-shadow: 0px 0px 7px rgba(52,60,70,0.15);
  transition: top 0.6s cubic-bezier(0.75, 0, 0.25, 1) 0s;
}
header.nav-up {
    top: -125px;
}
.openmenu header.nav-up {
    top: 0px;
}

header.header #menu {
  padding-right: 30px;
}
header.header div.menu {
  float: right;
  margin-top: 9px;
}

header.header div.menu > *,
header.header div.menu ul,
header.header div.menu ul li,
header.header div.nav-footer > *,
header.header div.nav-footer ul,
header.header div.nav-footer ul li {
  display: inline-block;
}

@media (max-width:1024px) {
  
  header.header {
    padding: 20px 0;
  }
  header.header .logo img {
    width: auto;
    height: 60px;
  }
  
}
@media (max-width:500px) {
  
  header.header {
    padding: 15px 0;
  }
  header.header .logo img {
    width: auto;
    height: 50px;
  }
  header.header div.menu {
    margin-top: 0px;
  }
  
}

/* ==========================================================================
   OUTER-LOGIN styles: opinionated defaults
   ========================================================================== */

header.header div.menu div.outer-login {
  padding: 0 30px;
}

header.header div.outer-login i {
  margin-right: 2px;
}

header.header div.outer-login ul a,
header.header div.outer-login ul a:focus,
header.header div.outer-login ul a:active,
header.header div.outer-login ul a:visited {
  display: block-block;
  color: #dc1712 !important;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  padding: 0;
  font-weight: bold;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

header.header div.menu div.outer-login ul a,
header.header div.menu div.outer-login ul a:focus,
header.header div.menu div.outer-login ul a:active,
header.header div.menu div.outer-login ul a:visited {
  border: 2px solid #dc1712;
  padding: 6px 15px;
}

header.header div.menu div.outer-login ul a:hover {
  background-color: #dc1712;
  color: #fff !important;
}

@media (max-width:1024px) {
  header.header div.menu div.outer-login {
    display: none;
  }
}

/* ==========================================================================
   OUTER-LOGIN styles: opinionated defaults
   ========================================================================== */

header.header div.menu div.outer-meta {
  padding: 0 30px;
  position: relative;
}

header.header div.outer-meta ul.meta {
  margin-left: 8px;
}

header.header div.outer-meta:before,
header.header div.outer-meta:after {
  content: "";
  border-left: 1px solid rgba(52,60,70,0.1);
  position: absolute;
  height: 60px;
  left: 0;
  top: -15px;
}

header.header div.outer-meta:after {
  left: auto;
  right: 0;
}

header.header div.outer-meta ul a,
header.header div.outer-meta ul a:focus,
header.header div.outer-meta ul a:active,
header.header div.outer-meta ul a:visited {
  display: block;
  color: #343c46;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  padding: 3px 8px 2px;
  font-weight: bold;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

header.header div.outer-meta ul.meta a,
header.header div.outer-meta ul.meta a:focus,
header.header div.outer-meta ul.meta a:active,
header.header div.outer-meta ul.meta a:visited {
  padding: 2px 8px;
  position: relative;
  top: -1px;
}
header.header div.outer-meta ul a:hover {
  color: #dc1712;
}
header.header div.outer-meta ul.language li.current a,
header.header div.outer-meta ul.language li.current a:hover,
header.header div.outer-meta ul.language li.current a:focus,
header.header div.outer-meta ul.language li.current a:active,
header.header div.outer-meta ul.language li.current a:visited {
  background-color: #343c46;
  color: #fff;
}


@media (max-width:1024px) {
  header.header div.menu div.outer-meta {
    display: none;
  }
}

/* ==========================================================================
   OUTER-MOBILE styles: opinionated defaults
   ========================================================================== */

header.header div.outer-mobile {
  padding-left: 30px;
  position: relative;
  top: 6px;
}
@media (max-width:1024px) {
  
  header.header div.outer-mobile {
    top: 0px;
  }
  
}
@media (max-width:500px) {
  
  header.header div.outer-mobile {
    top: 3px;
  }
  
}

/* ==========================================================================
   MENU styles: opinionated defaults
   ========================================================================== */

div.outer-nav {
  position: absolute;
  display: block;
  background-color: #dce0e7;
  z-index: 100;
  width: 100%;
  height: calc(100vh - 115px);
  top: 100%;
  padding: 90px 0 60px;
  visibility: hidden;
  opacity: 0;
  
  transition: opacity 0.5s ease 0.2s, visibility 0s ease 0.7s;
}

html.openmenu div.outer-nav {
  visibility: visible;
  opacity: 1.0;
  
  transition: opacity 0.5s ease 0s, visibility 0s ease 0s;
}


nav.nav:after {
  content: "";
  position: absolute;
  right: 63px;
  top: -60px;
  z-index: 100;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #dce0e7 transparent;
  transition: top 0.4s ease-out 0.1s;
}
html.openmenu nav.nav:after {
  top: -100px;
  transition: top 0.4s ease-out 0.6s;
}

nav.nav {
  padding: 0;
  height: 100%;
  overflow: auto;
}

nav.nav ul.ebene2 {
  padding: 0;
  list-style-type: none;
  overflow: hidden;

  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

nav.nav ul.main li.element1 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  margin-bottom: 90px;
  opacity: 0.0;
  transform: translate(0%,20%);
  transition: opacity 0.4s ease, transform 0.4s ease-out;
  transition-delay: 0.8s;
}

html.openmenu nav.nav ul.main li.element1 {
  transform: translate(0%,0%);
  opacity: 1.0;
}

html.openmenu nav.nav ul.main li.element1:nth-child(1) {
  transition-delay: 0.6s;
}
html.openmenu nav.nav ul.main li.element1:nth-child(2) {
  transition-delay: 0.7s;
}
html.openmenu nav.nav ul.main li.element1:nth-child(3) {
  transition-delay: 0.8s;
}
html.openmenu nav.nav ul.main li.element1:nth-child(4) {
  transition-delay: 0.9s;
}
html.openmenu nav.nav ul.main li.element1:nth-child(5) {
  transition-delay: 1.0s;
}
html.openmenu nav.nav ul.main li.element1:nth-child(6) {
  transition-delay: 1.1s;
}
html.openmenu nav.nav ul.main li.element1:nth-child(7) {
  transition-delay: 1.2s;
}
html.openmenu nav.nav ul.main li.element1:nth-child(8) {
  transition-delay: 1.3s;
}
html.openmenu nav.nav ul.main li.element1:nth-child(9) {
  transition-delay: 1.4s;
}
html.openmenu nav.nav ul.main li.element1:nth-child(10) {
  transition-delay: 4.5s;
}
html.openmenu nav.nav ul.main li.element1:nth-child(11) {
  transition-delay: 1.6s;
}
html.openmenu nav.nav ul.main li.element1:nth-child(12) {
  transition-delay: 1.7s;
}




nav.nav ul.main li.element1 > a,
nav.nav ul.main li.element1 > a:active,
nav.nav ul.main li.element1 > a:focus,
nav.nav ul.main li.element1 > a:visited {
  font-size: 17px;
  line-height: 1.875em;
  font-weight: bold;
  color: #343c46;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(52,60,70,0.1);
  position: relative;
}

nav.nav ul.main li.element2 {
  border-bottom: 1px solid rgba(52,60,70,0.1);
}
nav.nav ul.main li.element2 > a,
nav.nav ul.main li.element2 > a:active,
nav.nav ul.main li.element2 > a:focus,
nav.nav ul.main li.element2 > a:visited {
  font-size: 15px;
  line-height: 2.14em;
  color: #343c46;
  display: block;
}

nav.nav ul.ebene3 {
  padding: 0 0 5px 10px;
  list-style-type: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
nav.nav ul.main li.element3 {
  list-style: none;
}
nav.nav ul.main li.element3 > a,
nav.nav ul.main li.element3 > a:active,
nav.nav ul.main li.element3 > a:focus,
nav.nav ul.main li.element3 > a:visited {
  font-size: 13px;
  line-height: 1.875em;
  color: rgba(57,62,71,0.5);
  display: block;
  padding: 0;
}

nav.nav ul.main li > a:hover,
nav.nav ul.main li.current > a,
nav.nav ul.main li.current > a:active,
nav.nav ul.main li.current > a:focus,
nav.nav ul.main li.current > a:visited {
  color: #dc1712;
}

nav.nav ul.main li.element1 > a > i {
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
}

nav.nav ul.main li.element1 > a > i {
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1px 9px 5px;
  display: none;

  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width:1024px) {
  
  nav.nav ul.main li.element1 {
    transform: translate(0%,50px);
    margin-bottom: 30px;
    width: 100%;
  }

  div.outer-nav {
    height: calc(100vh - 85px);
    padding: 0;
  }
  nav.nav {
    height: 100%;
    padding: 30px 0 60px;
  }
  .inner-nav {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  nav.nav:after {
    top: 10px;
  }
  html.openmenu nav.nav:after {
    top: -10px;
  }

  nav.nav ul.main li.element1 > ul.ebene2 {
    max-height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
  }

  nav.nav ul.main li.element1.current > ul.ebene2 {
    max-height: 1000px;
  }

  nav.nav ul.main li.element1 > a > i {
    display: block;
  }

  nav.nav ul.main li.current > a > i {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
}

@media (max-width:500px) {

  div.outer-nav {
    height: calc(100vh - 65px);
  }
  
}

/* ==========================================================================
   NAV FOOTER styles: opinionated defaults
   ========================================================================== */

div.nav-footer {
  width: 100%;
  background-color: #CBCFD7;
  position: fixed;
  bottom: 0px;
  left: 0;
  padding: 17px 25px;
  display: none;
}

div.nav-footer div.outer-meta {
  float: right;
}

@media (max-width:1024px) {
  div.nav-footer {
    display: block;
    padding-bottom: calc(env(safe-area-inset-bottom) + 17px);
  }
}

/* ==========================================================================
   FOOTER styles: opinionated defaults
   ========================================================================== */

footer.footer {
  padding: 80px 0;
  opacity: 0;
  transition: opacity 600ms linear 400ms;
}
.fadein footer.footer {
  opacity: 1;
}
.menu.footer {
  padding: 0 30px;
}

@media (max-width:1024px) {
  footer.footer {
    padding: 40px 0;
  }
}

@media (max-width:800px) {
  footer.footer {
    padding: 30px 0;
  }
}


footer.footer .inner-content {
  padding-top: 0;
  padding-bottom: 0;
}

footer.footer .inner-footer {
  font-size: 14px;
  line-height: 1.57em;
}

footer.footer .inner-footer h3 {
  font-size: 14px;
  line-height: 1.57em;
  margin: 0;
}

footer.footer .inner-footer:first-child {
  margin-bottom: 30px;
}

footer.footer .inner-footer.wrapper {
  font-size: 12px;
  line-height: 1.67em;
  padding-top: 15px;
}

footer.footer .inner-footer.wrapper:before {
  content: "";
  border-top: 1px solid rgba(52,60,70,0.1);
  left: 60px;
  right: 60px;
  position: absolute;
  top: 0;
  width: auto;
  width: calc(100% - 120px);
}

footer.footer .inner-footer.wrapper li {
  float: right;
}

footer.footer .inner-footer.wrapper li:first-child {
  float: left;
}

footer.footer .inner-footer.wrapper li ~ li {
  margin-left: 20px;
}

@media (max-width:1023px) {
  footer.footer {
    padding: 35px 0;
  }

  footer.footer .inner-footer:first-child {
    display: none;
  }

  footer.footer .inner-footer.wrapper {
    padding-top: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }

  footer.footer .inner-footer.wrapper:before {
    display: none;
  }
}

@media (max-width:767px) {
  footer.footer {
    padding: 20px 0;
    text-align: center;
  }

  footer.footer .inner-footer.wrapper li:first-child,
  footer.footer .inner-footer.wrapper li {
    float: none;
  }

  footer.footer .inner-footer.wrapper li ~ li {
    display: inline-block;
    margin-top: 5px;
  }
}

/* ==========================================================================
   FOOTER styles: opinionated defaults
   ========================================================================== */

.tx-felogin-pi1 fieldset {
  margin-top: 1em;
}
.tx-felogin-pi1 legend {
  display: none;
}

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
  margin-bottom: 10px;
  background-color: rgba(52,60,70,0.1);
  width: 100%;
  border: 0 none transparent;
  padding: 10px 15px;
}

.tx-felogin-pi1 input[type="submit"] {
  margin-top: 10px;
}

/* ==========================================================================
   NEWS styles: opinionated defaults
   ========================================================================== */

.news-list-item {
  margin: 0 0 15px !important;
  position: relative;
}

.news-list-item:first-child {
  padding-top: 14px;
}

.news-list-item .lines:after {
  content: "";
  border-top: 1px solid #edeff4;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.news-list-item:first-child .lines:before {
  content: "";
  border-top: 1px solid #edeff4;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.news-list-item h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: normal;
}

.news-list-item .lead ~ a,
.news-list-item .extra {
  display: none;
}

.news-list-item .lead {
  font-size: 12px;
  line-height: 1.67em;
  opacity: 0.5;
}

.news-list-item .col-md-1,
.news-list-item .col-md-11 {
  padding-left: 0px;
  padding-right: 15px;
}
.news-list-item .col-md-1 {
  width: 40px;
  text-align: center;
}
.news-list-item .col-md-11 {
  width: calc(100% - 40px);
}
.news-list-item .col-md-1 > * {
  max-width: 30px;
  margin-top: 0.325em;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

header + .text-right > a.mehr {
  position: absolute;
  right: -16px;
  top: -7px;
  z-index: 5;

    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
}

/* ==========================================================================
   UPLOAD / FILELIST styles: opinionated defaults
   ========================================================================== */

.ce-uploads img {
  width: 36px;
  margin-top: 2px;
  opacity: 0;
  padding-left: 4px;
  padding-right: 12px;
}

.ce-uploads img.active {
  opacity: 1;
}

.ce-uploads-fileName {
  font-size: 14px;
  line-height: 1.29em;
  font-weight: bold;
}

.ce-uploads-filesize {
  font-size: 12px;
  line-height: 1.67em;
  opacity: 0.5;
}

.ce-uploads li:first-child {
  padding-top: 1em;
  border-top: 1px solid #edeff4;
}

.ce-uploads li {
  padding-bottom: 1em;
  border-bottom: 1px solid #edeff4;
}

/* ==========================================================================
   BREADCRUMB MENU styles: opinionated defaults
   ========================================================================== */

.bread {
  font-size: 14px;
  line-height: 1.57em;
  text-transform: uppercase;
}

body.startseite .bread,
body.startseite .row.breadcrumb {
  display: none;
}

/* ==========================================================================
   TEASER styles: opinionated defaults
   ========================================================================== */

div.position-teaser {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  display: block;
}
/*span.outer-control-nav {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  display: block;
}*/


div.outer-teaser {
  padding: 0 22.5px;
  z-index: 5;
}

ul.teaser {
  margin: 0;
  padding: 0 30px;
  list-style-type: none;
  width: 100%;
}

ul.teaser > li {
  float: left;
  width: 20%;
  padding: 0 7.5px;
  position: relative;
}

ul.teaser > li > a {
  display: block;
}

ul.teaser > li > i {
  position: absolute;
  right: 0;
  top: 19px;
  font-size: 1.5em;
  cursor: pointer;
  z-index: 10;
  display: none;

  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

ul.teaser > li ~ li > i {
  display: none;
}

ul.teaser > li figure.image {
  width: 38px;
  float: left;
}

ul.teaser > li figure.image + * {
  margin-left: 54px;
}

ul.teaser > li div.inner-teaser {
  width: 100%;
  background-color: #fff;
  padding: 30px 10px 30px 30px;
}

ul.teaser > li figcaption.image-caption {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
}

@media (max-width:1500px) {
  
  div.position-teaser {
    bottom: 30px;
  }
  
  ul.teaser > li figure.image {
    width: 36px;
    float: left;
  }

  ul.teaser > li div.inner-teaser {
    padding: 25px;
  }

  ul.teaser > li figure.image + * {
    margin-left: 48px;
  }

  ul.teaser > li figcaption.image-caption {
    font-size: 15px;
    line-height: 1.2em;
  }
}

@media (max-width:1300px) {

  ul.teaser > li figure.image {
    width: 30px;
    float: left;
  }

  ul.teaser > li div.inner-teaser {
    padding: 20px;
  }

  ul.teaser > li figure.image + * {
    margin-left: 40px;
  }

  ul.teaser > li figcaption.image-caption {
    font-size: 13px;
    line-height: 1.2em;
  }
}

@media (max-width:1024px) {

  ul.teaser > li figure.image {
    width: 26px;
    float: left;
  }

  ul.teaser > li div.inner-teaser {
    padding: 15px;
  }

  ul.teaser > li figure.image + * {
    margin-left: 34px;
  }

  ul.teaser > li figcaption.image-caption {
    font-size: 12px;
    line-height: 1.2em;
  }
}

@media (max-width:1023px) {
  
  div.outer-teaser {
    bottom: 0;
    padding: 0 30px;
  }

  ul.teaser > li div.inner-teaser {
    background-color: transparent;
  }

  div.position-teaser {
    background-color: #e8edf6;
    bottom: 0px;
    z-index: 4;
  }

  ul.teaser > li div.inner-teaser {
    padding-left: 0;
    padding-right: 0;
  }

  ul.teaser > li {
    width: 100%;
    padding: 0;
  }
  ul.teaser > li ~ li {
    max-height: 0;
    overflow: hidden;

    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  
  ul.teaser > li:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    background-color: rgba(52,60,70,0.1);
  }
  ul.teaser > li:first-child:before {
    background-color: transparent;
  }

  
  

  
  ul.teaser > li:first-child > i {
    display: block;
  }

  ul.teaser > li.open ~ li {
    max-height: 300px;
  }

  ul.teaser > li.open > i {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }



  ul.teaser > li figure.image + * {
    margin-left: 40px;
  }

  ul.teaser > li figcaption.image-caption {
    font-size: 14px;
    line-height: 1.2em;
  }
  ul.teaser > li figcaption.image-caption br {
    
  }
  
  
}




/* ==========================================================================
   MITGLIEDER & VERANSTALTUNGEN
   ========================================================================== */

.container-fluid {
  padding: 0 !important;
}
.course.active {
    background-color: #343c46 !important;
}
.member-header .row,
.course .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  display: block !important
}
.member .member-title,
.course .course-title {
    color: #343c46 !important;
    font-size: 125% !important;
    margin: 0 !important;
}
.course.active .course-title {
    color: #FFFFFF !important;
}
.member .member-body,
.course .course-title-info {
    color: #343c46 !important;
    font-size: 87.5% !important;
  opacity: 0.5 !important;
}
.course.active .course-title-info {
    color: #FFFFFF !important;
}
.course .row .col-2,
.course .row .col-7,
.course .row .col-3,
.course .row .col-8 {
    -webkit-box-flex: auto !important;
    -ms-flex: auto !important;
    flex: auto !important;
    width: auto !important;
  display: inline-block !important;
  vertical-align: top !important;
  padding: 0 0 0 20px !important;
}
.course .row .col-3 {
  float: right;
  padding-right: 20px !important;
}
.course .course-date {
    background-color: #eee !important;
    width: 2.75em !important;
    margin-left: 0 !important;
}
.course .course-date .course-date-day-of-week {
    font-weight: 600 !important;
  line-height: 1 !important;
  padding: 0.3em 0 !important;
}
.course .course-date .course-date-day-of-month {
    color: #343c46 !important;
    font-size: 112.5% !important;
    line-height: 100% !important;
  opacity: 0.75 !important;
  padding: 0.4em 0 0 0 !important;
}
.course .course-date .course-date-month {
    font-size: 75% !important;
    line-height: 100% !important;
    color: #343c46 !important;
  opacity: 0.5 !important;
  padding: 0 0 0.4em 0 !important;
}
.course .course-credits .course-credits-title {
    color: #343c46 !important;
    line-height: 100% !important;
  opacity: 0.75 !important;
    margin: 0 0 0.6em 0 !important;
}
.course.active .course-credits .course-credits-title {
    color: #FFFFFF !important;
  opacity: 1 !important;
}
.course.active .course-details {
    display: block;
    padding-bottom: 20px;
    background-color: #eee;
    margin-top: 20px;
}
.course .course-details .row .col-2 {
  display: none !important;
}
.course .course-details .row .col-8 {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  line-height: 125% !important;
  padding: 0 20px 20px !important;
}
.course.active .course-details .course-details-label,
.course.active .course-details .course-details-content {
    color: #343c46 !important;
  display: block !important;
  -webkit-box-flex: initial !important;
    -ms-flex: none !important;
    flex: none !important;
    max-width: 100% !important;
  padding: 0 !important;
}
.course .course-details .course-detail-attachment,
.course.active .course-details .course-detail-attachment {
    display: inline-block !important;
    border: 2px solid #dc1712 !important;
    border-radius: 20px !important;
    font-size: 80% !important;
    color: #dc1712 !important;
    font-weight: 500 !important;
    padding: 5px 15px !important;
    margin-top: 20px !important;
  text-decoration: none !important;
}
.course .course-details .course-detail-attachment:hover,
.course.active .course-details .course-detail-attachment:hover {
  background-color: #dc1712 !important;
    color: #FFFFFF !important;
  text-decoration: none !important;
}




/* ==========================================================================
   KONTAKT styles: opinionated defaults
   ========================================================================== */

.tx-powermail .container-fluid {
  padding: 0;
}

.powermail_form > h3,
.powermail_form legend,
.powermail_form label {
  display: none;
}

.powermail_form .col-md-6.layout2,
.powermail_form .col-sm-10 {
  width: 100%;
  margin: 0;
}

.powermail_form .col-sm-10 {
  padding: 0;
  margin-bottom: 10px;
}

.powermail_form .powermail_fieldwrap_type_input input,
.powermail_form .powermail_fieldwrap_type_textarea textarea {
  background-color: rgba(52,60,70,0.1);
  border: 0 none transparent;
  padding: 10px 15px;
  width: 100%;
}

.tx-powermail .powermail_fieldset .parsley-errors-list {
  margin: 5px 0;
}

.tx-powermail .powermail_fieldset .parsley-errors-list > li {
  font-size: 16px;
  line-height: 1.4;
}

.tx-powermail .powermail_fieldset .parsley-errors-list > li:before {
  display: none;
}

.powermail_fieldwrap_type_select .col-sm-10 {
  background-color: rgba(52,60,70,0.1);
  position: relative;
  display: inline-block;
  color: #000;
  margin-right: 1em;
}

.powermail_fieldwrap_type_select .col-sm-10 select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.675);
  color: rgba(0, 0, 0, 0.675);
  color: rgba(0, 0, 0, 1);
  padding: 7px 12px;
}

.powermail_fieldwrap_type_select .col-sm-10:after {
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  content: "";
  display: inline-block;
  font: normal 24px/1 FontAwesome;
  position: absolute;
  right: 10px;
  text-rendering: auto;
  top: 8px;
  z-index: 1;

  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.powermail_fieldwrap_type_select .col-sm-10:before {
  content: "";
  height: 22px;
  position: absolute;
  right: 33px;
  top: 8px;
  border-left: 1px solid #000;
}

.powermail_fieldwrap_type_select .col-sm-10 select {
  -webkit-appearance: none;
   -moz-appearance: none;
    -ms-appearance: none;
     -o-appearance: none;
        appearance: none;

  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  height: 39px;
  padding: 0 24px 0 8px;
  position: relative;
  z-index: 2;
}

.powermail_fieldwrap_type_select .col-sm-10 select::-ms-expand {
  display: none;
}

.powermail_fieldwrap_type_select .col-sm-10 select option {
  padding: 7px 14px 8px;
}

/*
.no-mobile-info {
  display: none;
}
@media (max-device-width: 1024px) {
  html.touch .no-mobile-info {
    display: block;
  }
  html.touch .container-fluid > .row {
    display: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  html.touch .no-mobile-info {
    display: block;
  }
  html.touch .container-fluid > .row {
    display: none;
  }
}
*/

html.touch div#profilePicture {
  display: none;
}