


@-webkit-keyframes blendInBlue {
    0%  {
    	padding-top: 0px;
        padding-bottom: 0px;
    	height: 0px;
        max-height: 0px;
    	color: transparent;
    }
    40% {
    	color: transparent;
    }
    100%{
    	padding-top: 40px;
        padding-bottom: 19px;
    	height: 30px;
    	color: var(--main-theater-color);
    }
}
@-moz-keyframes blendInBlue {
    0%  {
    	padding-top: 0px;
        padding-bottom: 0px;
    	height: 0px;
        max-height: 0px;
    	color: transparent;
    }
    40% {
    	color: transparent;
    }
    100%{
    	padding-top: 40px;
        padding-bottom: 19px;
    	height: 30px;
    	color: var(--main-theater-color);
    }
}
@-o-keyframes blendInBlue {
    0%  {
    	padding-top: 0px;
        padding-bottom: 0px;
    	height: 0px;
        max-height: 0px;
    	color: transparent;
    }
    40% {
    	color: transparent;
    }
    100%{
    	padding-top: 40px;
        padding-bottom: 19px;
    	height: 30px;
    	color: var(--main-theater-color);
    }
}
@keyframes blendInBlue {
    0%  {
    	padding-top: 0px;
        padding-bottom: 0px;
    	height: 0px;
        max-height: 0px;
    	color: transparent;
    }
    40% {
    	color: transparent;
    }
    100%{
    	padding-top: 40px;
        padding-bottom: 19px;
    	height: 30px;
    	color: var(--main-theater-color);
    }
}

@-webkit-keyframes blendInIndigo {
    0%  {
    	padding-top: 0px;
        padding-bottom: 0px;
    	height: 0px;
        max-height: 0px;
    	color: transparent;
    }
    40% {
    	color: transparent;
    }
    100%{
    	padding-top: 40px;
        padding-bottom: 19px;
    	height: 30px;
    	color: var(--main-tanzakademie-color);
    }
}
@-moz-keyframes blendInIndigo {
    0%  {
    	padding-top: 0px;
        padding-bottom: 0px;
    	height: 0px;
        max-height: 0px;
    	color: transparent;
    }
    40% {
    	color: transparent;
    }
    100%{
    	padding-top: 40px;
        padding-bottom: 19px;
    	height: 30px;
    	color: var(--main-tanzakademie-color);
    }
}
@-o-keyframes blendInIndigo {
    0%  {
    	padding-top: 0px;
        padding-bottom: 0px;
    	height: 0px;
        max-height: 0px;
    	color: transparent;
    }
    40% {
    	color: transparent;
    }
    100%{
    	padding-top: 40px;
        padding-bottom: 19px;
    	height: 30px;
    	color: var(--main-tanzakademie-color);
    }
}
@keyframes blendInIndigo {
    0%  {
    	padding-top: 0px;
        padding-bottom: 0px;
    	height: 0px;
        max-height: 0px;
    	color: transparent;
    }
    40% {
    	color: transparent;
    }
    100%{
    	padding-top: 40px;
        padding-bottom: 19px;
    	height: 30px;
    	color: var(--main-tanzakademie-color);
    }
}

@-webkit-keyframes blendInSubtitle {
    0%  {
    	height: 0px;
    }
    100%{
    	height: 15px;
    }
}
@-moz-keyframes blendInSubtitle {
    0%  {
    	height: 0px;
    }
    100%{
    	height: 15px;
    }
}
@-o-keyframes blendInSubtitle {
    0%  {
    	height: 0px;
    }
    100%{
    	height: 15px;
    }
}
@keyframes blendInSubtitle {
    0%  {
    	height: 0px;
    }
    100%{
    	height: 15px;
    }
}


html, body, img {
	padding: 0;
	margin: 0;
}

a {
    text-decoration: none;
}

body {
	overflow-y: hidden;
	overflow-x: hidden;
    /*background-image: url("bg.jpg");
    background-size: cover;*/
}

#left_side {
    /*background-image: url('../img/main_theater.jpg');*/
	left: 0px;
    top: 0px;
    border: none;
    box-sizing: border-box;
}

#right_side {
    /*background-image: url('../img/kirchlein.jpg');*/
	left: 50%;
    top: 0px;
    border: none;
    border-left: 1px solid black;
    box-sizing: border-box;
}

#left_side, #right_side {
	background-size: cover;
    background-repeat: no-repeat;
    /*background-color: white;*/
    background-position: center center;
	position: absolute;
	width: 50%;
	height: 100vh;
	padding: 0px 0px 0px 0px;
    display: table;
	-webkit-filter: brightness(0.55);
    filter: brightness(0.55);
    transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
    overflow-x: hidden;
    /*background-color: rgba(0,0,0,0.25);*/
}

#left_side:hover, #right_side:hover {
    background-size: cover;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    /*background-color: rgba(0,0,0,0.0);*/
}

#left_side:hover .subtitleMovable {
    padding-bottom: 42px;
    color: var(--main-theater-color);
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
}

#right_side:hover .subtitleMovable {
    padding-bottom: 42px;
	color: var(--main-tanzakademie-color);
	transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
}

#left_side:hover #left_iconImage, #right_side:hover #right_iconImage {
	width: 104px;
	height: 104px;
	border-radius: 52px;
	transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
}

#left_side:hover #left_header, #right_side:hover #right_header {
	transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
}

#left_side:hover .separator,
#right_side:hover .separator {
    height: 50px;
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
}

#left_side:hover .filter,
#right_side:hover .filter {
    /*background-image: url('tp_l.png');*/
    transition: background-image 1.0s ease;
    -webkit-transition: background-image 1.0s ease;
    -moz-transition: background-image 1.0s ease;
    -o-transition: background-image 1.0s ease;
    -ms-transition: background-image 1.0s ease;
}

.filter {
    width: 100%;
    height: 100%;
    /*background-image: url('../img/transparent.png');*/
    /*background-size: cover;*/
    transition: background-image 1.0s ease;
    -webkit-transition: background-image 1.0s ease;
    -moz-transition: background-image 1.0s ease;
    -o-transition: background-image 1.0s ease;
    -ms-transition: background-image 1.0s ease;
}

#left_filter {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('../img/main_theater.jpg');
    background-image: url('../img/bg-l.jpg');
    background-size: cover;
    background-position: center;
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
}

#right_filter {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('../img/kirchlein.jpg');
    background-image: url('../img/bg-r.jpg');
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

#left_side:hover #left_filter,
#right_side:hover #right_filter {
    width: 100%;
    max-width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transform: scale(1.11);
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    /*background-color: yellow;*/
}

.inner {
    /*width: 100%;
    height: 92%;
    position: absolute;
    top: 0;
    left: 0;*/
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: var(--main-tanzakademie-color);
    /*background-color: grey;*/
}

.carta {
    background-color: var(--main-banner-color);
    width: 36vw;
    max-width: 550px;
    margin: 0 auto;
    float: none;
}

#left_header, #right_header {
	width: 90%;
	height: auto;
	margin: 0vh 0vw 0px 0vw;
	padding: 40px 5% 28px 5%;
	border-top: 1px solid black;
	font-family: "Palatino";
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
    /*background-color: var(--main-banner-color);*/
}

#left_header {
    word-spacing: 0.15em;
	color: var(--main-theater-full);
	font-size: 1.5em;
    border-top: 1px solid black;
	-webkit-animation: blendInBlue 1s ease-out 0.75s 1 normal backwards running;
	-moz-animation: blendInBlue 1s ease-out 0.75s 1 normal backwards running;
	-o-animation: blendInBlue 1s ease-out 0.75s 1 normal backwards running;
	-ms-animation: blendInBlue 1s ease-out 0.75s 1 normal backwards running;
	animation: blendInBlue 1s ease-out 0.75s 1 normal backwards;
}

#right_header {
    word-spacing: 0.35em;
	color: var(--main-tanzakademie-color);
	font-size: 1.35em;
    border-top: 1px solid black;
	-webkit-animation: blendInIndigo 1s ease-out 0.75s 1 normal backwards running;
	-moz-animation: blendInIndigo 1s ease-out 0.75s 1 normal backwards running;
	-o-animation: blendInIndigo 1s ease-out 0.75s 1 normal backwards running;
	-ms-animation: blendInIndigo 1s ease-out 0.75s 1 normal backwards running;
	animation: blendInIndigo 1s ease-out 0.75s 1 normal backwards;
}

.subtitle {
	width: 90%;
	height: 15px;
	margin: 0px 0vw 0px 0vw;
	padding: 0px 5% 0px 5%;
	border-bottom: 1px solid black;
	color: transparent;
	font-family: "LatoWeb";
    font-weight: 400;
	text-align: center;
	font-size: 0.85em;
	letter-spacing: 0.1em;
    
	-webkit-animation: blendInSubtitle 1s ease-in-out 0.5s 1 normal backwards running;
	-moz-animation: blendInSubtitle 1s ease-in-out 0.5s 1 normal backwards running;
	-o-animation: blendInSubtitle 1s ease-in-out 0.5s 1 normal backwards running;
	-ms-animation: blendInSubtitle 1s ease-in-out 0.5s 1 normal backwards running;
	animation: blendInSubtitle 1s ease-in-out 0.5s 1 normal backwards;
    /*background-color: var(--main-banner-color);*/
}

.subtitleMovable {
	width: 90%;
	height: 15px;
	margin: 0px 0vw 0px 0vw;
	padding: 0px 5% 0px 5%;
	border-bottom: 1px solid black;
	color: transparent;
    font-family: "LatoWeb";
	font-weight: 400;
	text-align: center;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
    /*background-color: var(--main-banner-color);*/
} 

.separator {
    width: 18vw;
    height: 20px;
	margin: 0vh 7vw 0px 7vw;
	border-right: 2px solid black;
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
}

#left_iconImage, #right_iconImage  {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin: 0 auto;
	background-size: cover;
	border: 1px solid black;
	/*margin-top: 32vh;*/
	transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
    background-color: var(--main-banner-color);
    /*-webkit-animation: swipeUp 1s ease-in-out 0.5s 1 normal backwards running;
    -moz-animation: swipeUp 1s ease-in-out 0.5s 1 normal backwards running;
    -o-animation: swipeUp 1s ease-in-out 0.5s 1 normal backwards running;
    -ms-animation: swipeUp 1s ease-in-out 0.5s 1 normal backwards running;
    animation: swipeUp 1s ease-in-out 0.5s 1 normal backwards;*/
}

#left_iconImage {
	background-image: url("../img/gs-si.png");
    background-size: 103%;
}

#right_iconImage {
	background-image: url('../img/tta_logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-position: center center;*/
}


@media only screen and (max-width: 900px) {
    #left_side, #right_side {
        width: 100%;
        height: 50%;
        left: 0px;
    }
    #right_side {
        top: 50%;
        border-left: 0px solid black;
        border-top: 1px solid black;
    }
    .carta {
        width: 80%;
        max-width: 500px;
    }
    .separator {
        width: 50%;
        margin: 0px 0px 0px 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 650px) {
    #left_header {
        font-size: 1.4em;
    }
    #right_header {
        font-size: 1.3em;
    }
}

/* HÖHENKORREKTUREN */
@media only screen and (max-height: 800px) {
    #left_header {
        border-top: 1.5px solid var(--main-theater-full);
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        -ms-animation: none;
        animation: none;
    }
    #right_header {
        border-top: 1.5px solid var(--main-tanzakademie-color);
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        -ms-animation: none;
        animation: none;
    }
    #left_side .subtitle, #left_side .subtitleMovable {
        border-bottom: 1.5px solid var(--main-theater-full);
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        -ms-animation: none;
        animation: none;
    }
    #right_side .subtitle, #right_side .subtitleMovable {
        border-bottom: 1.5px solid var(--main-tanzakademie-color);
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        -ms-animation: none;
        animation: none;
    }
    .subtitle, .subtitleMovable {
        font-size: 0.8em;
    }
    #right_iconImage, #left_iconImage, .separator {
        display: none;
    }
    #left_side .subtitleMovable {
        padding-bottom: 42px;
        color: var(--main-theater-full);
    }
    #right_side .subtitleMovable {
        padding-bottom: 42px;
        color: var(--main-tanzakademie-color);
    }
    #left_side, #right_side {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }
}




