/* background color orange rot blau grün #f25b00, #e50000, #0063e8, #00ce00
linear-gradient(-65deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  ===========================================================================*/

body {
	background: linear-gradient(-65deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 80s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/* top pallet menu
  ===========================================================================*/
nav.nav .menu-item, nav.nav .menu-item a, nav.nav .menu-item span {
    color: #fff;
}

.page__pallet__top button, .page__pallet__top .button, .page__pallet__top .button:hover {
    background-color: transparent;
    color: #fff;
}


.the__copy {
    margin: 13% auto 0;
}

/* pallet menu 1
  ===========================================================================*/


/* table
  ===========================================================================*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
	table-layout: fixed;
}

table, thead, td, tr {
	border: 0px solid black;
	background-image: url(/images/bkgh.gif);
	background-repeat: repeat-x;
	background-position: center;
}

td, th {
    margin: 0;
    padding: 0 2.1em;
}


/* table horizontal scrollable
  ===========================================================================*/
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}



/* sticky header
  ===========================================================================*/
.page__body > header {
    z-index: 100000;
}

.masthead-primary h1 > span {
    margin: 0;
    position: fixed;
}

.masthead-primary h1 {
    font-family: Arial, 'Helvetica Neue', Helvetica, Roboto, 'Droid Sans', sans-serif;
    font-size: 8rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 10px rgb(92, 255, 0);
    text-transform: none;
}
.masthead-primary .site__tagline {
    font-size: 1.625rem;
    margin: 12px 8px;
    text-transform: none;
}

/* fancybox popup
  ===========================================================================*/

.fancybox-bg { 
    background: rgba(255, 255, 255, 0);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-content {
    text-align: left;
	font-size: 1rem;
}

.fancybox-slide--html > *, .fancybox-slide--inline > * {
    background-color: rgba(255, 255, 255, 1);
    color: #000;
	border: 0px solid black;
    border-radius: 25px;
    margin: 44px;
    padding: 44px;
    max-width: calc(100% - 6px);
    min-width: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: red;
}



/* image hover desktop overlay 2
  ===========================================================================*/
.container {
  position: relative;
  }
  
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: transparent;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 1.4em;
  position: relative;
  top: 34%;
  left: 120%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}


.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}

#player {
 width: 100%;
}​

/*Custom footer
  ===========================================================================*/

footer {
background-color: transparent;
border-top: 0px solid black;

}

#footer {
	padding:18px;
}

#scroll {
	visibility: visible;
}

.slug-radiusradioblog #scroll {
	visibility: hidden;
}

.slug-about #scroll {
	visibility: hidden;
}

.slug-kontakt #scroll {
	visibility: hidden;
}

.slug-datenschutz #scroll {
	visibility: hidden;
}


/* cookie-acceptance-notice
  ===========================================================================*/
#cookie-acceptance-notice > div {
    width: 500px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    box-sizing: border-box;
    color: #000;
    padding: 24px;
    text-align: right;
    float: right;
}

#cookie-acceptance-notice button, #cookie-acceptance-notice label {
    border: 0px solid #fff;
    line-height: 1.125rem;
    margin: 12px 12px 0;
    padding: 0.4375rem 12px;
    user-select: none;
}

button, .button, .button:hover, input[type="button"], input[type="submit"], input[type="reset"] {
    background: #000;
    border: none;
    border-radius: 0px 3px 3px 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5rem;
    padding-left: 0.25em;
    padding-right: 0.25em;
    text-align: center;
    vertical-align: baseline;
}


/* For mobile phones:
  ===========================================================================*/
  @media only screen and (max-width: 600px) {
  .masthead-primary h1 {
    font-family: Arial, 'Helvetica Neue', Helvetica, Roboto, 'Droid Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 10px rgb(92, 255, 0);
    text-transform: none;
}

/* cookie-acceptance-notice
  ===========================================================================*/
#cookie-acceptance-notice > div {
    width: 100%;
	background: #fff;
    border-radius: 25px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    box-sizing: border-box;
    color: #000;
    padding: 24px;
    text-align: center;
    float: none;
}

#cookie-acceptance-notice button, #cookie-acceptance-notice label {
    border: 0px solid #fff;
    line-height: 1.125rem;
    margin: 12px 12px 0;
    padding: 0.4375rem 12px;
    user-select: none;
}

button, .button, .button:hover, input[type="button"], input[type="submit"], input[type="reset"] {
    background: #939393;
    border: none;
    border-radius: 0px 3px 3px 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5rem;
    padding-left: 0.25em;
    padding-right: 0.25em;
    text-align: center;
    vertical-align: baseline;
}

#footer {
padding: 18px 12px;
}

#scroll {
	visibility: hidden;
}

.the__copy {
    margin: 13% auto 0;
}

nav.nav_v .menu-item a, nav.nav_v .menu-item span {
    text-align: left;
}

.the__copy > .content > :first-child {
    margin-top: 48px !important;
	margin-bottom: 0 !important;
}

td, th {
    margin: 0;
    padding:0 1.7em;
	height: 3em;
}


.page__body > header {
    z-index: 1;
}

.fancybox-slide--html > *, .fancybox-slide--inline > * {
    background-color: #fff;
    color: #212121;
	border: 3px solid black;
    border-radius: 25px;
    margin: 0;
    padding: 20px;
    width: 100%;
    max-width: calc(100% - 6px);
    min-width: auto;
}

.container {
  position: relative;

}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: transparent;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 1.3em;
  position: relative;
  top: 30%;
  left: 140%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

audio {
  width: 200px;
  height: 40px;
}

audio::-webkit-media-controls-panel {
  -webkit-justify-content: center;
  height: 25px;
}

/* Removes the timeline */
audio::-webkit-media-controls-timeline {
  display: none !important;
}

}
  
/* For Tablets:
  ===========================================================================*/
@media only screen and (min-width: 601px) and (max-width: 1281px) {

.masthead-primary h1 {
    font-family: Arial, 'Helvetica Neue', Helvetica, Roboto, 'Droid Sans', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 10px rgb(92, 255, 0);
    text-transform: none;
}

#footer {
padding: 0 4px 12px;

}

#scroll {
	visibility: hidden;
}

.the__copy {
    margin: 13% auto 0;
}

nav.nav_v .menu-item a, nav.nav_v .menu-item span {
    text-align: left;
}

.the__copy > .content > :first-child {
    margin-top: 12px !important;
}

td, th {
    margin: 0;
    padding:0 2.3em;
	height: 3em;
}


.page__body > header {
    z-index: 1;
}

.fancybox-slide--html > *, .fancybox-slide--inline > * {
    background-color: #fff;
    color: #212121;
	border: 3px solid black;
    border-radius: 25px;
    margin: 0;
    padding: 20px;
    width: 100%;
    max-width: calc(100% - 6px);
    min-width: auto;
}


.container {
  position: relative;

}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: transparent;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 1.3em;
  position: relative;
  top: 30%;
  left: 140%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

audio {
  width: 200px;
  height: 40px;
}

audio::-webkit-media-controls-panel {
  -webkit-justify-content: center;
  height: 25px;
}

/* Removes the timeline */
audio::-webkit-media-controls-timeline {
  display: none !important;
}

}

/* For Medium Screens:
  ===========================================================================*/

@media only screen and (min-width: 1281px) and (max-width: 1367px) {
	.masthead-primary h1 {
    font-family: Arial, 'Helvetica Neue', Helvetica, Roboto, 'Droid Sans', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 10px rgb(92, 255, 0);
    text-transform: none;
}

#footer {
padding: 0 4px 12px;

}

#scroll {
	visibility: hidden;
}

.the__copy {
    margin: 13% auto 0;
}

nav.nav_v .menu-item a, nav.nav_v .menu-item span {
    text-align: left;
}

.the__copy > .content > :first-child {
    margin-top: 12px !important;
}

td, th {
    margin: 0;
    padding:0 2.6em;
	height: 3em;
}


.page__body > header {
    z-index: 1;
}

.fancybox-slide--html > *, .fancybox-slide--inline > * {
    background-color: #fff;
    color: #212121;
	border: 3px solid black;
    border-radius: 25px;
    margin: 0;
    padding: 20px;
    width: 100%;
    max-width: calc(100% - 6px);
    min-width: auto;
}


.container {
  position: relative;

}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: transparent;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 1.3em;
  position: relative;
  top: 30%;
  left: 140%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

audio {
  width: 200px;
  height: 40px;
}

audio::-webkit-media-controls-panel {
  -webkit-justify-content: center;
  height: 25px;
}

/* Removes the timeline */
audio::-webkit-media-controls-timeline {
  display: none !important;
}

}
