


@import 'sidepanel.css';
@import 'cookie.css';

@import 'https://fonts.googleapis.com/css?family=Rancho';
@import "https://fonts.googleapis.com/css?family=Judson";


[uk-height-viewport] {  
	height: auto !important; }


.rancho {
    color: #0b2f63;
    font-family: "Rancho",cursive;
    font-weight: normal;
    line-height: 1em;
    margin: 10px 0 10px;
    padding: 0;
}

.judson {
    color: #0b2f63;
    font-family: "Judson",cursive;
    font-weight: normal;
    line-height: 1em;
    margin: 10px 0 10px;
    padding: 0;
}

/* Silbentrennung === Top ====*/

.silben {   
	-moz-hyphens: auto;
  	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	hyphens: auto;
}


/* blauer === Balken ====*/

.innenschatten
{box-shadow: 0px 12px 10px hsla(300,15%,25%,0.6) inset;}

.blauelipse 
{
background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 129, 199, 1) 0%, rgba(0, 32, 51, 1) 100%) repeat scroll 0 0;
}

.rosaelipse 
{
background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(250, 128, 129, 1) 0%, rgba(250, 232, 251, 1) 100%) repeat scroll 0 0;
}

/*Sagebutton*/

.sage-next::before {
    content: "➜";
}

.sage-button::before {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 0.15em 0 0 0.15em;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
    
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 0.2em;
    pointer-events: none;
    text-align: center;
    width: 1em;
}


.sage-button {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #eeeeee, #cccccc) repeat scroll 0 0;
    border: 1px solid #777;
    border-radius: 0.2em;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    font: 1em/2em Arial,Helvetica;
    margin: 0 0.75em 0 0;
    overflow: visible;
    padding: 0 1.5em;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    white-space: nowrap;
}
.sage-button:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fafafa, #dddddd) repeat scroll 0 0;
}

/*.................*/

/* bneu-button */

.neu-button {
	margin: 0;
	border: 0;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 25px;
	vertical-align: middle;
	font-size: 17px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .17s ease-in-out;
	transition: .17s ease-in-out;
	-webkit-transition-property: color, background-color, background-position, border-color, box-shadow;
	transition-property: color, background-color, background-position, border-color, box-shadow;
	background-size: 200%;
	background-position-x: 100%;
	font-weight: 300;
	background-origin: border-box;
}
.neu-button:not(:disabled) {
	cursor: pointer
}
.neu-button::-moz-focus-inner {
border:0;
padding:0;
}
.neu-button:hover {
	text-decoration: none;
	background-position-x: 0;
}
.neu-button:focus {
	outline: 0;
	background-position-x: 0;
}
.neu-button-default {
	background-color: transparent;
	color: #512645;
	border: 2px solid #000;
	background-image: linear-gradient(90deg, #00405a 50%, transparent 50%)
}
.neu-button-default:hover, .neu-button-default:focus {
	background-color: transparent;
	color: #fff;
	border-color: #1E0000;
	background-image: linear-gradient(90deg, #00405a 50%, transparent 50%)
}


.responselemente {
    visibility: visible;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: none;
}


.kursive { 
	font-style:italic;
}

.ewoverlay .uk-transition-toggle [class*="uk-transition-slide"] {   
opacity: 1;   
transform: translateX(0) translateY(0);  
}


