
<style>

/* Shriftart */
body, html {
  height: 100%;
  font-family: "Raleway", sans-serif;
}

/* Background image */
.bgimg {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("http://www.karate-in-freiburg.de/img/soke-mimmo-marbach.jpg");
  min-height: 80%;
}

.menu {
  display: none;
}

h2 {
  text-align: center;
  text-transform: uppercase;
}

p {
  text-indent: 20px;
  text-align: justify;
  letter-spacing: 2px;
}

button {
  letter-spacing: 2px;
}

h1 {
  letter-spacing: 2px;
}

h3 {
  letter-spacing: 2px;
}

h4 {
  letter-spacing: 2px;
}

td {
  letter-spacing: 2px;
}
a {
  letter-spacing: 2px;
}

/* Slideshow*/
            * {box-sizing:border-box}
            body {font-family: Raleway,sans-serif;margin:0}
            .mySlides {display:none; width:800px;}

            /* Slideshow container */
            .slideshow { /*NOT slideshow-container*/
                max-width: 800px;
                position: relative;
                margin: auto;
            }

            /* Next & previous buttons */
            .prev, .next {
                cursor: pointer;
                position: absolute;
                top: 50%;
                width: auto;
                padding: 16px;
                margin-top: -22px;
                color: white;
                font-weight: bold;
                font-size: 18px;
                transition: 0.6s ease;
                border-radius: 0 3px 3px 0;
            }

            /* Position the "next button" to the right */
            .next {
                right: 0;
                border-radius: 3px 0 0 3px;
            }

            /* On hover, add a black background color with a little bit see-through */
            .prev:hover, .next:hover {
                background-color: rgba(0,0,0,0.8);
            }

            /* Caption text */
            .text {
                color: #f2f2f2;
                font-size: 15px;
                padding: 8px 12px;
                position: absolute;
                bottom: 8px;
                width: 100%;
                text-align: center;
            }

            /* Number text (1/3 etc) */
            .numbertext {
                color: #f2f2f2;
                font-size: 12px;
                padding: 8px 12px;
                position: absolute;
                top: 0;
            }

            /* The dots/bullets/indicators */
            .dot {
                cursor:pointer;
                height: 13px;
                width: 13px;
                margin: 0 2px;
                background-color: #bbb;
                border-radius: 50%;
                display: inline-block;
                transition: background-color 0.6s ease;
            }

            .active, .dot:hover {
                background-color: #990024;
            }

            /* Fading animation */
            .fade {
                -webkit-animation-name: fade;
                -webkit-animation-duration: 1.5s;
                animation-name: fade;
                animation-duration: 1.5s;
            }

            @-webkit-keyframes fade {
                from {opacity: .4}
                to {opacity: 1}
            }

            @keyframes fade {
                from {opacity: .4}
                to {opacity: 1}
            }

            /* On smaller screens, decrease text size */
            @media only screen and (max-width: 300px) {
                .prev, .next,.text {font-size: 11px}
            }
            
            
            
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

/* Breite und Farbe des Hintergrunds */
body {
  margin: auto;
  width:80%;
  background-color: #cbe78d;
}


/* selbstgemachtes Farbschema */
.w3-theme-l5 {color:#000 !important; background-color:#fafdf4 !important}
.w3-theme-l4 {color:#000 !important; background-color:#eef7d9 !important}
.w3-theme-l3 {color:#000 !important; background-color:#dcefb3 !important}
.w3-theme-l2 {color:#000 !important; background-color:#cbe78d !important}
.w3-theme-l1 {color:#000 !important; background-color:#b9df68 !important}
.w3-theme-d1 {color:#000 !important; background-color:#9cd02c !important}
.w3-theme-d2 {color:#fff !important; background-color:#8bb927 !important}
.w3-theme-d3 {color:#fff !important; background-color:#7aa222 !important}
.w3-theme-d4 {color:#fff !important; background-color:#688b1d !important}
.w3-theme-d5 {color:#fff !important; background-color:#577419 !important}

.w3-theme-light {color:#000 !important; background-color:#fafdf4 !important}
.w3-theme-dark {color:#fff !important; background-color:#577419 !important}
.w3-theme-action {color:#fff !important; background-color:#577419 !important}

.w3-theme {color:#000 !important; background-color:#a8d742 !important}
.w3-text-theme {color:#a8d742 !important}
.w3-border-theme {border-color:#a8d742 !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#a8d742 !important}
.w3-hover-text-theme:hover {color:#a8d742 !important}
.w3-hover-border-theme:hover {border-color:#a8d742 !important}





</style>

