
body.spielereienseite {
	background: url(../images/bg-spielereien.jpg) no-repeat center center fixed;
  }


/* -------------------------------------------- */
/* --------------- Diverses ------------------ */

#modeswitcher {
    border-radius: 0;
    background: none;
    padding: 0;
    width: 44px;
    position: absolute;
    left: -80px;
    top: 8px;
}

#modeswitcher img {
    border-radius: 50%;
}

#modeswitcher:hover img.black {
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.8);
}

#modeswitcher:hover img.white {
    box-shadow: 0 0 5px 0px rgba(255,255,255,0.8);
}


.dark-mode {
  background: url(../images/background.jpg) no-repeat center center fixed !important;
}

.show {
    display: block;
}

.hide {
    display: none;
}


nav.light {
    top: 0;
	margin: 0;
    background: rgba(255,255,255,0.8);
    /* padding: 5px 0; */
    border-bottom: 3px solid #4b4b4b;
}

nav .wrap-nav.light {
    background: none;
    box-shadow: none;
	height: 59px;
}
.dropdown .dropbtn {
    height: 59px;
}

.dropdown-content {
    margin: 0;
	padding: 10px 0;
}

.dropdown-content a {
    padding: 5px 17px !important;
	width: calc(100% - 10px);
}

.topnav a {
    padding: 17px;
	 border-bottom: none;
}

.topnav a:hover {
    color: #0099cc;
	background-color: #ccc;
	border-bottom: none;
}

/* Phones portrait  */
@media only screen and (max-width: 480px) {
	
	nav {
		position: relative !important;
		margin: 40px 0;
		z-index: 10;
	}
	
}

nav.dark {
    margin: 40px 0!important;
    background: 0!important;
    border: 0!important;
}

nav .wrap-nav.dark {
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px 0 #000000;
	height: 59px;
}




/* -------------------------------------------- */
/* ------------- Callout ------------- */

.callout {
    position: fixed;
    top: 40px;
    left: 50%;
	transform: translateX(-50%);
    margin-left: 20px;
    max-width: 380px;
    z-index: 2000;
    /* box-shadow: 0px 0px 20px 0 #f00; */
}

.callout:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.5);
}

.callout-header {
    padding: 25px 15px;
    background: #0099cc;
    font-size: 30px;
    color: #fff;
}

.callout-container {
  padding: 15px;
  background-color: #4b4b4b;
  color: #fff;
}

.callout-container a {
	color: #ff0000;
}

.callout-container a:hover {
	color: #f5f5f5;
}

.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}


/* -------------------------------------------- */
/* ------------- Scroll Indicator ------------- */

.above-header {
  position: fixed;
  top: 0;
  z-index: 501;
  width: 100%;
  background-color: transparent;
}


.progress-container {
  width: 100%;
  height: 5px;
  background: transparent;
}

.progress-bar {
  height: 8px;
  background: #0099cc;
  width: 0%;
}



/* --------------------------------------------- */
/* ------------------- ICONBAR ----------------- */

.icon-bar {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 150;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.colortank {
  background: #4b4b4b;
  color: white;
}

.colortank:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.icon-bar a:hover {
  background-color: #333333;
}

.facebook {
  background: #4b4b4b;
  color: white;
}

.instagram {
  background: #4b4b4b;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}



/* -------------------------------------------- */
/* --------------- Flip Card ------------------ */

.flip-card {
	background-color: transparent;
	width: 300px;
	height: 300px;
	perspective: 1000px;
}

.flip-card-inner{
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	/* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.flip-card-inner p, .flip-card-inner a { 
	color: #fff;
	text-align: center;
}

.flip-card-inner .name {
    font-family: 'Parisienne', cursive;
    font-size: 1.8rem;
    font-weight: 700;
	padding-top: 30px;
	color: #fff;
    white-space: nowrap;
	text-align: center;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
	/* background-color: #bbb;
	color: black; */
}

.flip-card-back {
	background-color: #4b4b4b;
	transform: rotateY(180deg);
}


/* -------------------------------------------- */
/* --------------- Cutout Text Effect ------------------ */

.coutout-text {
  background-color: rgba(255,255,255,0.8);
  /*color: #000;*/
  font-size: 2rem; 
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  /*mix-blend-mode: screen;*/
  line-height: 1;
	text-align: center;
}


/* -------------------------------------------- */
/* --------------- Glowing Text ------------------ */

.glow {
	/* font-size: 80px; */
	color: #ffffff;
	/* text-align: center;
	*/ animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #0099cc, 0 0 40px #0099cc, 0 0 50px #0099cc, 0 0 60px #0099cc, 0 0 70px #0099cc;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff0000, 0 0 40px #ff0000, 0 0 50px #ff0000, 0 0 60px #ff0000, 0 0 70px #ff0000, 0 0 80px #ff0000;
  }
}


/* -------------------------------------------- */
/* --------------- Sticky Element ------------------ */

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
 /*  background-color: yellow;
  padding: 50px;
  font-size: 20px; */
}


/* -------------------------------------------- */
/* --------------- Parallax ------------------ */

.parallax.light {
    background-image: url("../images/cmyk.jpg");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax.dark {
    background-image: url("../images/meer.jpg");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* -------------------------------------------- */
/* --------------- Browser Window ------------------ */

/* The browser window */
.browsercontainer {
  border: 3px solid #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Container for columns and the top "toolbar" */
.browserrow {
  padding: 10px;
  background: #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Create three unequal columns that floats next to each other */
.browsercolumn {
  float: left;
}

.browsercolumn.left {
  width: 15%;
}

.browsercolumn.right {
  width: 10%;
}

.browsercolumn.middle {
  width: 75%;
}

/* Clear floats after the columns */
.browserrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Three dots */
.dot {
  margin-top: 4px;
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

/* Style the input field */
input[type=text] {
  width: 100%;
  border-radius: 3px;
  border: none;
  background-color: white;
  margin-top: -8px;
  height: 25px;
  color: #666;
  padding: 5px;
}

/* Three bars (hamburger menu) */
.bar {
  width: 17px;
  height: 3px;
  background-color: #aaa;
  margin: 3px 0;
  display: block;
}

/* Page content */
.browsercontent {
  padding: 10px;
  background: #fff;
}


/* -------------------------------------------- */
/* --------------- Countdown/Timer ------------------ */

#timer {
    text-align: center;
    font-size: 3rem;
    text-transform: full-width;
}


/* -------------------------------------------- */
/* --------------- Shaker ------------------ */

img.shaker:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


/* -------------------------------------------- */
/* --------------- Compare Two Images ------------------ */

* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 400px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: 100%;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
  max-width: initial;
}
 
 
.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}


/* -------------------------------------------- */
/* --------------- Modal/Popup ------------------ */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 500; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 250px;
    height: auto;
    -webkit-box-shadow: 0px 0px 20px 0 #000;
    box-shadow: 0px 0px 20px 0 #000000;
    border-radius: 10px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* -------------------------------------------- */
/* ---------------- Tooltip ------------------- */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #0099cc;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0099cc transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/* -------------------------------------------- */
/* ----------- Animated Collapsibles ---------- */

.collapsible {
	background-color: #4b4b4b;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1rem;
}

.active, .collapsible:hover {
	background-color: #0099cc;
}

.collapsible:after {
	content: '\002B';
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2212";
}

.content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}


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

#sidebar {
    width: 4rem;
    position: fixed;
    overflow-y: auto;
    z-index: 800;
    top: 0;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 3px #999;
    background: #f5f5f5;
}

.Ta-c {
    text-align: center;
}

.Reset, .Reset li {
    margin: 0;
    padding: 0;
}

#SkipLink {
    border: 0;
    font-size: 0;
}

#SkipLink a {
    position: absolute;
    left: -10em;
}

#sidebar a {
    border-bottom: 1px solid #ececec;
    color: #999 !important;
    text-decoration: none !important;
    opacity: .33;
    outline: 0;
    -webkit-transition: color .3s;
    transition: color .3s;
}

#sidebar:hover a {
    border-bottom: 1px solid #ccc;
}
#sidebar a:focus, #sidebar a:active, #sidebar:hover a {
    opacity: 1;
}

#sidebar a:link, #sidebar a:visited {
    color: #4183c4;
    text-decoration: none;
}

#Logo a, .D-b {
    display: block;
}

.Py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.Icon {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 2.2rem;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.i-right-arrow::before {
    content: "\f061";
}

.i-search::before {
    content: "\f002";
}

#sidebar .i-search:hover, #sidebar .i-search:focus, #sidebar .i-search:active {
    color: #4183C4 !important;
}

.i-about::before {
    content: "\f2bb";
}

#sidebar .i-about:hover, #sidebar .i-about:focus, #sidebar .i-about:active {
    color: #0099cc !important;
}

.i-mail::before {
    content: "\f0e0";
}

#sidebar .i-mail:hover, #sidebar .i-mail:focus, #sidebar .i-mail:active {
    color: #3CB371 !important;
}

.i-feed::before {
    content: "\f143";
}

#sidebar .i-feed:hover, #sidebar .i-feed:focus, #sidebar .i-feed:active {
    color: #FE9900 !important;
}

.i-linkedin::before {
    content: "\f0e1";
}

#sidebar .i-linkedin:hover, #sidebar .i-linkedin:focus, #sidebar .i-linkedin:active {
    color: #1985BC !important;
}

.i-github::before {
    content: "\f09b";
}

#sidebar .i-github:hover, #sidebar .i-github:focus, #sidebar .i-github:active {
    color: #333 !important;
}

.i-twitter::before {
    content: "\f099";
}

#sidebar .i-twitter:hover, #sidebar .i-twitter:focus, #sidebar .i-twitter:active {
    color: #00ACEE !important;
}

.i-instagram::before {
    content: "\f16d";
}

#sidebar .i-instagram:hover, #sidebar .i-instagram:focus, #sidebar .i-instagram:active {
    color: #9430BF !important;
}

.i-flickr::before {
    content: "\f16e";
}

#sidebar .i-flickr:hover, #sidebar .i-flickr:focus, #sidebar .i-flickr:active {
    color: #FF0084 !important;
}

#sidebar .Icon b {
    color: #999 !important;
}
#Logo a, .D-b {
    display: block;
}
#SkipLink a:focus b, #SkipLink a:active b, .Fz-xs {
    font-size: 0.6rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


/* -------------------------------------------- */
/* ----------- Sidenav push w/opacity ---------- */

body {
	transition: background-color .5s;
}

.hamburger {
	font-size:30px;
    cursor:pointer;
    position: absolute;
    right: 20px;
}

.hamburger {
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    right: 16px;
    z-index: 1000;
    top: 13px;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	color:#fff;
}

.sidenav p {
    padding: 0 25px 20px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 40px;
    margin-left: 0;
}

#wrapper {
  transition: margin-left 1s;
  padding: 10px;
  margin:-10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/* -------------------------------------------- */
/* ----------- Full Page Tabs ---------- */

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
  border-radius: 0;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#Home {background-color: red;}
#News {background-color: green;}
#Contact {background-color: blue;}
#About {background-color: orange;}

