/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

/* ========================================================================== */
/*    Vendor                                                                  */
/* ========================================================================== */

/* -------------------------------------------------------------------------- */
/*    Slick slider                                                            */
/* -------------------------------------------------------------------------- */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* -------------------------------------------------------------------------- */
/*    Lightbox                                                                */
/* -------------------------------------------------------------------------- */

/* Preload images */
body:after {
  content: url(../js/lightbox2/close.png) url(../js/lightbox2/loading.gif) url(../js/lightbox2/prev.png) url(../js/lightbox2/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../js/lightbox2/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../js/lightbox2/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../js/lightbox2/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../js/lightbox2/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* ========================================================================== */
/*    Kampfkunstschule Schwindegg                                             */
/* ========================================================================== */


body {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #333;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: Shojumaru, cursive;
  /* font-family: 'Helvetica', 'Arial', sans-serif; */
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

.content.content-timetable h1,
.content.content-timetable h2,
.content.content-timetable h3,
.content.content-timetable h4 {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 8px;
}

body {
  background-color: #200B04;
  /*background-image: url('../img/background.jpg');*/
  background-size: cover;
  background-attachment: fixed;
}

.wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

address {
  font-style: normal;
  margin: 10px 0 0 0;
}

a {
  color: #2B47FF;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #FF4F30;
  text-decoration: none;
}

hr {
  height: 1px;
  border: none;
  background-color: rgb(180, 180, 180);
}

@media screen and (max-width: 920px) {
  body {
    background-image:  none !important;
  }
}


/* ========================================================================== */
/*    Header                                                                  */
/* ========================================================================== */

header {
  margin-top: 3px;
  background-color: rgba(255,255,255, 0.9);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 10px 0 0;
  color: #fff;
  font-family: 'Shojumaru', cursive;
  font-size: 42px;
  font-weight: 400;
  text-align:  right;
  text-shadow: 0 0 4px #000;
}
.page-title > a,
.page-title > a:hover {
  color:  #fff;
}

.main-nav {
  position: relative;
  display: flex;
  flex-flow: row wrap-reverse;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0 10px 0 10px;
  margin: 0;
}

.main-nav-item:last-of-type {
  margin-left: auto;
}

.main-nav-item > a {
  display: block;
  padding: 10px;
  color: black;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.main-nav-item > a:hover, .main-nav-item > a.current_page {
  color: #fff;
  background-color: #444;
}

.main-nav-item:hover > .main-sub-nav {
  display: block;
}

.main-sub-nav {
  position: absolute;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: rgba(255,255,255, 0.9);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.main-sub-nav-item > a {
  display: block;
  padding: 10px 10px;
  color: black;
  transition: all 0.2s ease-in-out;
}

.main-sub-nav-item > a:hover,
.main-sub-nav-item > a.current_page {
  color: #fff;
  background-color: #444;
}

.mobile-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}
.mobile-nav-item:not(:first-child) {
  display: none;
}
.mobile-nav-item > a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: black;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.mobile-nav-item > a:hover, .mobile-nav-item > a.current_page {
  color: #fff;
  background-color: #444;
}
.mobile-nav-item:nth-of-type(2),
.mobile-nav-item:last-of-type {
  border-top: 1px solid #aaa;
}

.mobile-sub-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mobile-sub-nav > li > a {
    padding-left: 40px;
}

.burger {
  display:  inline-block;
  padding-right:  4px;
  font-size: 1.1em;
}

@media screen and (max-width: 800px) {
  .main-nav-item > a {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 740px) {
  header {
    margin-top: 0;
  }
 .page-title {
    font-size: 24px;
  }
  .main-nav {
    display: none;
  }
  .mobile-nav {
    display:  block;
  }
}

/* -------------------------------------------------------------------------- */
/*    Slideshow                                                               */
/* -------------------------------------------------------------------------- */

.slideshow, .slide {
  height: 340px;
}

.slideshow {
  position: relative;
  overflow: hidden;
}

.slide {
  background-size:  cover;
  background-position:  center center;
}

.slick-dots {
  position: absolute;
  list-style-type: none;
  top: 0;
  right: 10px;
}

.slick-dots > li {
  display: inline-block;
}

.slick-dots > li:not(:last-child) {
  margin-right: 4px;
}

.slick-dots button {
  width: 14px;
  height: 14px;
  border: none;
  color: transparent;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 1px 2px rgba(30,30,30,0.6);
}

.slick-dots button:hover,
.slick-active button {
  background-color: #fff;
}

@media screen and (max-width: 670px) {
  .slideshow, .slide {
    height: 180px;
  }

  .slick-dots {
    display: none !important;
  }
}

/* ========================================================================== */
/*    Footer                                                                  */
/* ========================================================================== */

footer {
  margin-top: 14px;
  margin-bottom: 6px;
  padding: 6px 0;
  border-radius: 2px;
  text-align: right;
  font-size: 0.8em;
}

.footer-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-nav-item {
  display: inline-block;
}

.footer-nav-item > a {
  display: block;
  padding: 4px 10px 4px 10px;
  color: #ddd;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.footer-nav-item > a:hover,
.footer-nav-item > a.current_page {
  color: #FF4F30;
}

/* ========================================================================== */
/*    Content                                                                 */
/* ========================================================================== */

.main-content {
  margin-top: 14px;
  padding-bottom: 10px;
  background-color: rgba(255,255,255, 0.9);
  background-image: url('../img/logo_yellow_opacity.png');
  background-repeat: no-repeat;
  background-position: left -30px bottom -40px;
  background-size: 250px 250px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);


  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.content {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  padding: 24px 0 10px 20px;
  width: 100%;
  max-width: 636px;
}

.content img {
  display: block;
  max-width: 100%;
}

.content table {
  width: 80%;
}

.content table td {
  padding: 4px 24px 4px 4px;
}

.content table td:first-child {
  width: 60%;
}

.content table tr:nth-child(2n) {
  background-color: rgba(200, 200, 200, 0.2);
}

.content > h1:first-child {
  font-family: 'Shojumaru', cursive;
}


.info-banner {
  background-color: rgba(255,212,127,0.6);
  /* margin: -24px -45px 20px -20px; */
  margin: -14px -30px 10px -10px;
  padding: 30px;
  border: 1px solid rgba(160, 160, 160, 0.5);
}


@media screen and (max-width: 920px) {
  .main-content {
    margin-top: 2px;
    background-color:  #fff;
  }
  .content {
    padding-right: 30px;
  }
  .info-banner {
    padding: 20px 10px;
    margin: 0;
  }
}

/* -------------------------------------------------------------------------- */
/*    Sidebar                                                                 */
/* -------------------------------------------------------------------------- */

.sidebar {
  box-sizing: border-box;
  display: inline-block;
  float: right;
  width: 240px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-left: 1px solid rgba(160, 160, 160, 0.5);
  border-bottom: 1px solid rgba(160, 160, 160, 0.5);
  font-size: 0.9em;
}

.sidebar-expand {
  display:  none;
}

.sidebar > .sidebar-expand + .sideblock {
  padding-top: 24px
}
.sideblock {
    padding: 10px;
}

.sideblock:not(:last-child) {
  border-bottom: 1px solid rgba(160, 160, 160, 0.5);
}

.news-block {
  position: relative;
  padding-bottom: 6px;
  /*min-height:180px;*/
  background-color:#FFD47F;
}
.news-block > p:last-child {
  padding-top: 10px;
  border-top: 1px solid rgb(30, 30, 30);
}

.sideblock.news-block img {
   display: block;
   max-width: 100%;
   width: 100%;
   margin-bottom: 10px;
}

@media screen and (max-width: 920px) {
  .sidebar {
    display: block;
    float: none;
    width: 100%;
    border-top: 2px solid #444;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .sidebar-expand {
    display: block;
    color: #fff;
    padding: 10px 4px 10px 16px;
    background-color: #a44;

    border-bottom: 5px solid #333;
    box-shadow: 0 8px 16px 0 rgba(40, 40, 40, 0.2);
  }
  .sidebar-expand:hover {
    color: #000;
    background-color: #FFD47F;
  }

  .sidebar-expand > .yinyang {
    display: inline-block;
    font-size: 1.2em;
    transform: rotate(90deg);
    transition: all 0.6s ease-in-out;
  }
  .sidebar-expand:hover > .yinyang {
    transform: rotate(450deg);
  }

  .sideblock {
    display: none;
    width: 84%;
    margin: 0 auto;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    box-shadow: -1px 0 4px rgba(30,30,30,0.4);
  }
  .sideblock:last-child {
    border-bottom: 1px solid #666;
  }
}

.imprintList:last-child {
  margin-bottom: 20px;
}
.imprintList > p,
.imprintList > ul {
  vertical-align: top;
  display: inline-block;
  margin: 0 0 10px 0;
}
.imprintList > p {
  min-width: 60px;
}
.imprintList > ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
}

/* ========================================================================== */
/*    Kurse                                                                   */
/* ========================================================================== */

.courses  {
  border-top: 1px solid #aaa;
  padding-top: 10px;
}

.course {
  display: flex;
  flex-flow: row wrap;
  padding: 10px 0;
  margin-bottom: 6px;
}
.course > .course-icon {
  width: 138px;
  height: 138px;
  margin-right: 20px;
}

.course-description a {
  display: block;
  margin-top: 10px;
}

.course:nth-child(even) {
  background-color: rgba(200, 200, 200, 0.5);
}

/* ========================================================================== */
/*    Lehrer                                                                  */
/* ========================================================================== */

.teachers {
  border-top: 1px solid #aaa;
  padding-top: 10px;
}

.teacher {
  position: relative;
  height: 122px;
  padding: 10px 0;
  margin-bottom: 6px;
  margin-left: -10px;
  display: table;
  width: 100%;
}
.teacher:nth-child(even) {
  background-color: rgba(200, 200, 200, 0.5);
}

.teacher-portrait {
  position: absolute;
  left: 10px;
  width: 88px;
  height: 120px;
  margin-right: 10px;
  border: 2px solid #666;
}

.teacher-description {
  position: absolute;
  left: 110px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  max-width: 400px;
}

.teacher-description > h2 {
  font-family: 'Shojumaru', cursive;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.teacher-title {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.teacher:nth-child(odd) .teacher-title {
  border-bottom: 1px solid #aaa;
}

.teacher-other {

  width: 100%;
}

.teacher-title > small:before {
  content: '- ';
}

@media screen and (max-width: 600px) {
  .teacher-description {
   width: auto;
  }
}

/* ========================================================================== */
/*    Kontakt                                                                 */
/* ========================================================================== */

.input {
  margin-bottom: 4px;
}
.input.noshow {
  display:  none;
}

.input > label {
  display: inline-block;
  min-width: 150px;
  vertical-align: top;
}

.input.wide-label input {
  width: auto;
}

input, textarea {
  box-sizing: border-box;
  border: 1px solid #aaa;
  padding: 2px 4px;
  transition: all 0.2s ease-in-out;
  width: 100%;
  max-width: 300px;
}

input:focus, textarea:focus {
  border: 1px solid #00f;
  box-shadow: 0px 0px 4px #00f;
}

input[type="submit"] {
  display: block;
  margin-top: 10px;
  padding: 6px 10px;
  color: #000;
  background-color: #FFD47F;
  text-align: right;
  border: 1px solid #aa843F;
  max-width: auto;
  width: auto;
}
input[type=submit]:hover {
  background-color: #FFE58F;
  box-shadow: 1px 1px 4px rgba(30,30,30,0.3);
}
input[type=submit]:active {
  position: relative;
  top: 1px;
}

.alert {
  border-radius: 4px;
  padding: 2px 14px;
}
.alert.alert-success {
  border: 1px solid darkgreen;
  background-color: lightgreen;
}

.cmsmap {
  width:  500px;
  height:  400px;
}

.cmsmap img {
  max-width: auto;
}


#kkGMap {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

#kkGMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ========================================================================== */
/*    Gallery                                                                 */
/* ========================================================================== */

h2.gallery-title {
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}

.gallery {
  margin-top: 34px;
}

.gallery.member-gallery {
  margin-top: 10px;
}

.gallery:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.gallery > a {
  display:  block;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
  height:  150px;
  width: 150px;
  border: 1px solid #aaa;
  background-size:  cover;
  background-position:  center center;
}

.whiteFilter {
  display:  block;
  width: 100%;
  height:  100%;
  background-color: #fff;
  opacity: 0.3;
  transition:  opacity 0.2s ease-in-out;
}

.gallery > a:hover > .whiteFilter {
  opacity:  0;
}


.kks-albumlist {
  display: flex;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  flex-flow: row wrap;
  justify-content: space-between;
}

.album {
  display: inline-block;
  margin: 0 0 16px 0;
  max-width: 48%;
}

.album > a {
  display: block;

}

.album > a > img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 400ms ease-in-out;
}

.album > a:hover > img {
  filter: invert(1);
}

.album > div {
  position: absolute;
  bottom: 10px;
  left: 1px;
  color: #fff;
}
.album > div > a {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 4px 6px;
}

.kks-gallery-back-link {
  display: block;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #aaa;
}

@media screen and (max-width: 660px) {
  .kks-albumlist {
    display: block;
  }
  .album {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    padding-right: 20px;
  }
}

/* ========================================================================== */
/*    EU Cookie Notice                                                        */
/* ========================================================================== */

#eu-cookie-consent-notice {
  position: fixed;
  bottom: 0;
  width: 100vw;
  border-top: 4px solid #fff;
  background-color: #FFD47F;
  text-align: center;
  box-sizing: border-box;
  padding: 6px 60px;
  font-size: 12px;
}

#eu-cookie-consent-notice-message {
  max-width: 900px;
  margin: 0 auto;
}

#eu-cookie-consent-notice-message > p {
  display: inline;
}

#eu-cookie-consent-notice-dismiss {
  display: inline-block;
  border: 1px solid black;
  padding: 2px 4px;
  border-radius: 4px;
  color: black;
}

#eu-cookie-consent-notice-dismiss:hover {
  background-color: black;
  color: #fff;
}

@media screen and (max-width: 600px) {
  #eu-cookie-consent-notice {
    position: relative;
  }
}

/* ========================================================================== */
/*    Mitglieder                                                              */
/* ========================================================================== */

.kks-login > fieldset {
  border: 1px solid #ccc;
  margin-right: 10px;
  margin-left: 0;
}

.kks-login label {
  display: inline-block;
  min-width: 80px;
  padding-bottom: 6px;
}

.kks-login input {
  padding: 4px 6px;
}

.kks-login input[readonly] {
  background-color: #ddd;
}

/* ========================================================================== */
/*    Utility                                                                 */
/* ========================================================================== */

iframe {
  max-width: 100%;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* ==================================== EOF ================================= */