/* -------------------------| Generelle-Formatierungen |-------------------------- */
::-moz-selection {
    color: #fff;
    background: #888;
}

::selection {
    color: #fff;
    background: #888;
}

/* -------------------------| Rotate-Case -Formatierungen|-------------------------- */
div.rotate-case h2 {
    text-align: center;
}

div.rotate-case {
    width: 100%;
    background: #fff;
    padding: 20px 0;
}

div.rotate-case h3 {
    margin: 0 0 20px 0 !important;
}

/*div.rotate-case-side{top:0; width:400px; background:#f6f6f6; padding:20px 0; float:right;}*/
div.rotate-casefull {
    width: 400px !important;
    margin: 0 auto !important;
    position: relative;
}

/* ====== Farbe Strich ===== */
div.rotate-line {
    background: #0A51A1;
    height: 3px;
    width: 40%;
    margin: 10px auto;
}

div.rotate-info {
    color: #0A51A1;
    text-decoration: none;
    font-size: 18px;
}

div.rotate-info a {
    color: #0A51A1;
    text-decoration: none;
    font-size: 18px;
}

img.arrow-down {
    margin: 20px 0 0 0;
}

div.rotate-box {
    -webkit-perspective: 500;
    -moz-perspective: 500;
    -o-perspective: 500;
    -ms-perspective: 500;
    perspective: 500;
    display: inline-block;
    position: relative;
    z-index: 90000;
    text-align: center;
    width: 22.7%;
	visibility: visible;
}

/*div.rotate-case-sidediv.rotate-box{perspective:500; display:block; position:relative; z-index:90000; text-align:center; width:23%; height:300px;}*/
div.rotate-button {
	height: 220px;
	width: 370px;
	text-align: center;
	margin: 0px auto 0 auto;
	z-index: 1 !important;
	-webkit-transition: all 0.6s ease-in;
	-webkit-transform-style: preserve-3d;
	-moz-transition: all 0.6s ease-in;
	-moz-transform-style: preserve-3d;
	-ms-transition: all 0.6s ease-in;
	-ms-transform-style: preserve-3d;
	-o-transition: all 0.6s ease-in;
	-o-transform-style: preserve-3d;
	transition: all 0.6s ease-in;
	transform-style: preserve-3d;
}

div.rotate-button:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

div.rotate-text {
	height: 220px;
	width: 370px;
	position: absolute;
	display: block;
	top: -60px;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 60% 0 -30px;
	padding: 30px 20px 10px 20px !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: 666 !important;
	-webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	text-align: left;
}

div.rotate-show {
    height: 220px;
	/*height: 350px;*/
    width: 370px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px;
    color: #fff;
    border-radius: 20px !important;
}
/*
@media screen and (max-width:1039px) {
div.contact-show {
    z-index: 200;
}
}
*/
div.rotate-text {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: #666 !important;
}

/*=== Text ==*/
div.rotate-text table {
    width: 100%;
    border-collapse: collapse;
}

div.rotate-text table tr {
    text-align: left;
}

div.rotate-text table td {
    border-bottom: 1px solid #EBEBEB;
    padding: 2px 10px;
}

div.rotate-text table th {
    padding: 0 10px;
    background: #e365a5;
    color: #fff;
    text-align: center;
}

div.rotate-text table tr:nth-child(odd) {
    background: #F4F4F4;
}

div.rotate-text table tr:nth-child(even) {
    background: #EBEBEB;
}


