/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 
    Document   : Arinna
    Created on : 24.8.2015,
    Author     : David Hoolly
    Theme Name:
    Theme URI: http://hoolly.de
    Author: Hoolly
    Author URI: http://hoolly.de
    Description: 
    Version: 1
    copyrights:David Hoolly Webdesign/Arinna.

*/

/*
****************************************************************************************************
*********************************  klali   *********************************************************
/***************************************************************************************************
*/
/*@font-face {
  font-family: 'typicons';
  src: url("path/to/typicons.eot");
  src: url("path/to/typicons.eot?#iefix") format('embedded-opentype'),
       url("path/to/typicons.woff") format('woff'),
       url("path/to/typicons.ttf") format('truetype'),
       url("path/to/typicons.svg#typicons") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
html {
    margin: 0;
    width: 100%;
    height: 100%;
	overflow-y: scroll;
}
#backReka {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}
.backReka_0 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2261b0+0,051020+100 */
	background: #2261b0; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #2261b0 0%, #051020 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#2261b0), color-stop(100%,#051020)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #2261b0 0%,#051020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #2261b0 0%,#051020 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #2261b0 0%,#051020 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #2261b0 0%,#051020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2261b0', endColorstr='#051020',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.backReka_1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4ac126+0,073809+100
	background: #4ac126;
	background: -moz-radial-gradient(center, ellipse cover,  #4ac126 0%, #073809 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#4ac126), color-stop(100%,#073809));
	background: -webkit-radial-gradient(center, ellipse cover,  #4ac126 0%,#073809 100%);
	background: -o-radial-gradient(center, ellipse cover,  #4ac126 0%,#073809 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #4ac126 0%,#073809 100%);
	background: radial-gradient(ellipse at center,  #4ac126 0%,#073809 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ac126', endColorstr='#073809',GradientType=1 ); */
	
	
	background: rgb(74,193,38);
	background: -moz-radial-gradient(center, ellipse cover, rgba(74,193,38,1) 0%, rgba(7,56,9,1) 79%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(74,193,38,1)), color-stop(79%,rgba(7,56,9,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(74,193,38,1) 0%,rgba(7,56,9,1) 79%);
	background: -o-radial-gradient(center, ellipse cover, rgba(74,193,38,1) 0%,rgba(7,56,9,1) 79%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(74,193,38,1) 0%,rgba(7,56,9,1) 79%);
	background: radial-gradient(ellipse at center, rgba(74,193,38,1) 0%,rgba(7,56,9,1) 79%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ac126', endColorstr='#073809',GradientType=1 );
	
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.backReka_2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4a727+0,473409+100
	background: #c4a727;
	background: -moz-radial-gradient(center, ellipse cover,  #c4a727 0%, #473409 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#c4a727), color-stop(100%,#473409));
	background: -webkit-radial-gradient(center, ellipse cover,  #c4a727 0%,#473409 100%);
	background: -o-radial-gradient(center, ellipse cover,  #c4a727 0%,#473409 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #c4a727 0%,#473409 100%);
	background: radial-gradient(ellipse at center,  #c4a727 0%,#473409 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4a727', endColorstr='#473409',GradientType=1 ); */
	
	
	
	background: rgb(196,167,39);
	background: -moz-radial-gradient(center, ellipse cover, rgba(196,167,39,1) 0%, rgba(71,52,9,1) 79%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(196,167,39,1)), color-stop(79%,rgba(71,52,9,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(196,167,39,1) 0%,rgba(71,52,9,1) 79%);
	background: -o-radial-gradient(center, ellipse cover, rgba(196,167,39,1) 0%,rgba(71,52,9,1) 79%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(196,167,39,1) 0%,rgba(71,52,9,1) 79%);
	background: radial-gradient(ellipse at center, rgba(196,167,39,1) 0%,rgba(71,52,9,1) 79%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4a727', endColorstr='#473409',GradientType=1 );
	
	
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.backReka_3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2cddda+0,0a5054+100
	background: #2cddda;
	background: -moz-radial-gradient(center, ellipse cover,  #2cddda 0%, #0a5054 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#2cddda), color-stop(100%,#0a5054));
	background: -webkit-radial-gradient(center, ellipse cover,  #2cddda 0%,#0a5054 100%);
	background: -o-radial-gradient(center, ellipse cover,  #2cddda 0%,#0a5054 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #2cddda 0%,#0a5054 100%);
	background: radial-gradient(ellipse at center,  #2cddda 0%,#0a5054 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cddda', endColorstr='#0a5054',GradientType=1 ); */
	
	
	background: rgb(44,221,218);
	background: -moz-radial-gradient(center, ellipse cover, rgba(44,221,218,1) 0%, rgba(10,80,84,1) 79%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(44,221,218,1)), color-stop(79%,rgba(10,80,84,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(44,221,218,1) 0%,rgba(10,80,84,1) 79%);
	background: -o-radial-gradient(center, ellipse cover, rgba(44,221,218,1) 0%,rgba(10,80,84,1) 79%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(44,221,218,1) 0%,rgba(10,80,84,1) 79%);
	background: radial-gradient(ellipse at center, rgba(44,221,218,1) 0%,rgba(10,80,84,1) 79%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cddda', endColorstr='#0a5054',GradientType=1 );
	
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.backReka_4 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29ce73+0,2f094c+100*/
	background: #29ce73;
	background: -moz-radial-gradient(center, ellipse cover,  #29ce73 0%, #2f094c 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#29ce73), color-stop(100%,#2f094c));
	background: -webkit-radial-gradient(center, ellipse cover,  #29ce73 0%,#2f094c 100%); 
	background: -o-radial-gradient(center, ellipse cover,  #29ce73 0%,#2f094c 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #29ce73 0%,#2f094c 100%);
	background: radial-gradient(ellipse at center,  #29ce73 0%,#2f094c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ce73', endColorstr='#2f094c',GradientType=1 );
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ddf76a+0,21053b+100
background: #ddf76a;
background: -moz-radial-gradient(center, ellipse cover,  #ddf76a 0%, #21053b 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ddf76a), color-stop(100%,#21053b));
background: -webkit-radial-gradient(center, ellipse cover,  #ddf76a 0%,#21053b 100%);
background: -o-radial-gradient(center, ellipse cover,  #ddf76a 0%,#21053b 100%);
background: -ms-radial-gradient(center, ellipse cover,  #ddf76a 0%,#21053b 100%);
background: radial-gradient(ellipse at center,  #ddf76a 0%,#21053b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf76a', endColorstr='#21053b',GradientType=1 );*/

}
.bakReka_5 {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4096ee+0,4096ee+100;Blue+Flat+%232 */
background: #4096ee; /* Old browsers */
background: -moz-linear-gradient(top,  #4096ee 0%, #4096ee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4096ee 0%,#4096ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

body {
    font-family:Arial, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height: 1.5em;
    margin: 0;
    width: 100%;
    height: 100%;
}
a {
    text-decoration:none;
    color: #900000;
}
a:hover {
    color:#000;
}
h1 {
    font-weight: normal;
    font-size: 36px;
	color: #fff;
}
h2 {
    margin: 0;
    padding: 5px 0;
    font-weight: normal;
}

h4{
    
}

h5 {
	
}

img {
    border:none;
}
#tn {
    
}
p {
    margin-bottom: 20px; 
}
td {
    padding: 5px 0;
}
li {
	height: 35px;
}
.trener {
    clear:both;
    padding:0;
    margin:0;
    height: 1px;
}
#mama {
    width:100%;
    height: 100%;
    margin:0px auto;
	background: url('../images/weltKarte.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.ueberuns,
.kontakt,
.impressum {
	background: #0d1e3e;
	color: #fff;
}
.ueberuns #mama,
.kontakt #mama,
.impressum #mama {
	background: transparent;
}
#reka {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0D1E3E;
	opacity: 1;
	z-index: 999999;
}
/*
****************************************************************************************************
*********************************  header **********************************************************
/***************************************************************************************************
*/	
#header {

}
#headerTitle {
	display: table;
	margin: auto;
}
#siteTitle {
    margin: 0 auto;
    padding: 10px 0;
    display: table;
}
#siteDescription {
    display: table;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
}
#logo {
	width: 200px;
	height: 46px;
	margin: 20px auto;
}
#logo img {
	width: 200px;
	height: auto;
	margin-left: 10px;
}
.ueberuns #siteDescription,
.kontakt #siteDescription,
.impressum #siteDescription {
	margin: 32px auto;
}
.ueberuns #logo,
.kontakt #logo,
.impressum #logo {
	background: rgba(250,250,250,0.3);
}
#ueberUns {
	position: fixed;
	color: #fff;
	width: 500px;
	min-height: 400px;
	background: rgba(25, 14, 68, 0.9);
	right: 0;
	left: 0;
	top: 160px;
	margin: auto;
	padding: 10px;
	display: none;
	z-index: 999999;
}
#ueberUns img {
	display: block;
	margin: 20px auto;
	width: 150px;
}
#ueberUns:after {
	content:'x';
	font-size: 20px;
	text-align: center;
	border: 1px solid #AEAEAE;
	background: #202020;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	top: -16px;
	right: -16px;
	position: absolute;
	color: #fafafa;
	cursor: pointer;
}
#back {
	display: table;
	margin: 20px auto;
}
#back:hover {
	opacity: 0.8;
}
#ueberUns li img {
	background: rgba(255,255,255,0.4);
	padding: 3px;
	display: inline;
	margin: 0 0 0 20px;
	width: auto;
	height: 20px;
	vertical-align: middle;
	float: right;
}
/*
****************************************************************************************************
*********************************  menu   **********************************************************
/***************************************************************************************************
*/
#menu {
    margin: 0px auto;
    height: 100px;
    position: relative;
    display: table;
    /*text-align: justify;*/
    z-index: 900;
}
.menuitem {
    width: 175px;
    height: 175px;
    margin: 7px 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
}
.menuitem a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    padding: 0px;
    display: block;
    line-height: 9;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(173, 216, 230, 0.3);
}
.menuitem:hover .cubes_sub_element {
	opacity: 1;
}
/****/
#menu_1:hover .cubes_sub_element:nth-child(1) {
	margin-top: -180px;
	margin-left: 5px;
}
#menu_1:hover .cubes_sub_element:nth-child(2) {
	margin-top: -175px;
	margin-left: -175px;
}
#menu_1:hover .cubes_sub_element:nth-child(3) {
	margin-left: -180px;
}
/****/
#menu_2:hover .cubes_sub_element:nth-child(1) {
	margin-top: -180px;
}
#menu_2:hover .cubes_sub_element:nth-child(2) {
	margin-top: -180px;
	margin-left: 190px;
}
#menu_2:hover .cubes_sub_element:nth-child(3) {
	margin-left: 185px;
	margin-top: -5px;
}
/****/
#menu_3:hover .cubes_sub_element:nth-child(1) {
	margin-top: 185px;
	margin-left: 5px;
}
#menu_3:hover .cubes_sub_element:nth-child(2) {
	margin-top: 190px;
	margin-left: -180px;
}
#menu_3:hover .cubes_sub_element:nth-child(3) {
	margin-left: -180px;
}
/****/
#menu_4:hover .cubes_sub_element:nth-child(1) {
	margin-top: 185px;
}
#menu_4:hover .cubes_sub_element:nth-child(2) {
	margin-top: 190px;
	margin-left: 190px;
}
#menu_4:hover .cubes_sub_element:nth-child(3) {
	margin-left: 185px;
}
/****/
.cubes_sub_element:hover h2 {
	color: #fff;
	cursor: default;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cubes_sub_element:hover img {
	opacity: 0;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#menu_1 a {
    
}
#menu_2 a {
    
}
#menu_3 a {
    
}
#menu_4 a {
    
}
.ueberuns .menuitem:hover,
.kontakt .menuitem:hover,
.impressum .menuitem:hover {
	opacity: 0.8;
}
/*
****************************************************************************************************
*********************************  content *********************************************************
/***************************************************************************************************
*/
#content {
    margin: 34px auto 0;
    position: relative;
}

/*
****************************************************************************************************
*********************************  CUBSES  *********************************************************
/***************************************************************************************************
*/
.cubes_element {
	position: absolute;
	top: 0;
}
.cubes_sub_element {
	color: #fff;
	display: table;
	position: absolute;
	margin: 10px;
    opacity: 0;
	width: 175px;
	height: 175px;
	text-align: center;
	font-size: 16px;
	z-index: 10;
	border-radius: 50%;
	box-shadow: 2px 2px 4px rgba(2,2,2,0.3);
}
.sub_a {
	-webkit-transition: all 500ms ease 100ms;
    -moz-transition: all 500ms ease 100ms;
    -o-transition: all 500ms ease 100ms;
    transition: all 500ms ease 100ms;
}
.sub_b {
	-webkit-transition: all 500ms ease 400ms;
    -moz-transition: all 500ms ease 400ms;
    -o-transition: all 500ms ease 400ms;
    transition: all 500ms ease 400ms;
}
.sub_c {
	-webkit-transition: all 500ms ease 1s;
    -moz-transition: all 500ms ease 1s;
    -o-transition: all 500ms ease 1s;
    transition: all 500ms ease 1s;
}
.cubes_sub_element h2 {
	font-size: 16px;
	margin: 6px auto;
	color: transparent;
	position: absolute;
	top:0;
	left:0;
	right:0;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cubes_sub_element img {
	width: 100%;
	display: block;
	border-radius: 50%;
}
#cube_1 > div {
	background: #1E6311;
}
#cube_2 > div {
	background: #7C6414;
}
#cube_3  > div {
	background: #269C9A;
}
#cube_4  > div {
	background: #214C4A;
}
#cube_3 img,
#cube_4 img {
	width: 80px;
	border-radius:0;
	margin: 45px auto;
}
#sub_3_a img {
	/*width: 100px;*/
}
/*
****************************************************************************************************
*********************************  Impressum  ******************************************************
/***************************************************************************************************
*/
.impressum #content {
	width: 80%;
	max-width: 800px;
	margin: 50px auto;
}
.impressum h2 {
    color: #fff;
}

/*
****************************************************************************************************
***********************************  Kontakt  ******************************************************
/***************************************************************************************************
*/
#kontakt {
	width: 80%;
	max-width: 800px;
	margin: auto;
}
#kontakt h2 {
    color: #fff;
}

/*
****************************************************************************************************
***********************************  ueberuns  *****************************************************
/***************************************************************************************************
*/
#ueberuns {
	width: 80%;
	max-width: 800px;
	margin: auto;
}
#ueberuns h2 {
    color: #0F2152;
}

/*
****************************************************************************************************
*********************************  footer  *********************************************************
/***************************************************************************************************
*/
#footer {
    font-size: 10px;
    margin: 5px 0;
	position: fixed;
	right: 10px;
}
.ueberuns #footer,
.kontakt #footer,
.impressum #footer  {
	position: fixed;
	bottom: 0;
	float: right;
}
#menuCredit {
}
.menu-item-credit {
    display: inline;
    padding-right: 3px;
    padding-left: 3px;
	margin: 0 3px 0 0;
    border-right: 1px solid #878787;
}
.menu-item-credit:last-child {
    border-right: 0px solid #878787;
}
.menu-item-credit a {
    color: #878787;
}
.menu-item-credit a:hover {
    color: #7E7D39;
}
/*
****************************************************************************************************
*********************************  MEDIA  **********************************************************
/***************************************************************************************************
*/

@media screen and (max-width: 900px) {
    #menu {
        width: 430px;
    }
	.menuitem {
		margin: 11px 5px;
	}
	#footer {
	position: relative;
	float: right;
}
}
@media screen and (max-width: 400px) {
    #siteDescription {
        font-size: 12px;
    }
	.menuitem {
		width: 145px;
		height: 145px;
	}
}
/*
****************************************************************************************************
*********************************  ENDE ************************************************************
/***************************************************************************************************
/*