﻿* {box-sizing:border-box}
 
/******************************BODY********************************************/
body { background-image:url('../DivGraph/blobkgde.gif');
        font-family:'stint', Verdana;
        color:navy;
        font-size:24px;
}
        
/***********************************FONTS*************************************/

/**********************************STINT**************************************/
@font-face {
    font-family: 'stint';
    src: url('../Fonts/StintUltraCondensed-Regular.woff2') format('woff2'),
         url('../Fonts/StintUltraCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#Stint {font-family: 'stint',Arial;

}
/********************************COMIC***********************************/
@font-face {
  font-family: 'Comic';
  src: url('../Fonts/ComicNeue-Bold.woff2') format('woff2'),
       url('../Fonts/ComicNeue-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#Comic {font-family: 'Comic_Neue_Bold', Arial, Helvetica, sans-serif;
}
/************************SPEZIAL ELITE - SCHREIBMASCHINE***************/

@font-face {
    font-family: 'SpecialElite';
    src: url('../Fonts/SpecialElite.woff2') format('woff2'),
         url('../Fonts/SpecialElite.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#SpecialElite {font-family: 'SpecialElite',Arial;
                color:#000000;
                font-size: 12px;
                line-height: 20px;
}
/*********************** LINIE - BLAU MIT SCHATEN *************************/
hr { 
     box-shadow:4px 4px 2px #BFBFBF;
     border:solid #0000FF 2px;
}
/********************************** Slideshow container ******************/

.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width:450px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color:#DD2255;
  font-size: 45px;
  font-family:'Comic';
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 25px;
  font-family:'Comic';
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.active {
  background-color: #717171;
}

/* 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) {
  .text {font-size: 20px}
}
/*für seitennavigation */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 26px;
    margin-left: 50px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.sidenav {
    height: 580px; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position:fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 108px; /* Stay at the top */
    left: 0; /* Right-sided navigation */
    background-image:url("../DivGraph/blobkgde.gif");
    opacity:1;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    padding-top: 10px; /* Place content 60px from the top */
}
/* The navigation menu links */
.sidenav a {
    padding: 0px 3px 8px 32px;/*top, right, bottom, left*/
    text-decoration: none;
    font-size: 20px;
    color:navy; 
    /*opacity:2;*/
    font-weight: normal;
    line-height:1;
    display: block;
    transition: 0.1s;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color:#DD2255;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 26px;
    margin-left: 50px;
}
