html, body {
    max-width: 100%;
    min-width: 994px;
}

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

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

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

input[hidden] {
    display: none;
}

body {
    color: #000;
    font-size: 16px;
    line-height: 1.375;
    /* font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: "museo";
    font-style: normal;
    font-weight: 300;
    background: #fff;
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #000;
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:visited {
    color: #000;
}

a:hover {
    color: #000;
}

a:focus {
    color: #000;
    outline: thin dotted;
}

a:active {
    color: #000;
}

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

.space_right {
    width: 100%;
    padding-right: 6%;
}

.row .column, .row .columns {
    display: inline;
    float: left;
    margin: 0;
    position: relative;
}

/*#team .columns img {position:absolute; left: 0; bottom: 0;}*/

.row .three.columns {
    width: 33.3%;
}

.row .six.columns {
    width: 50%;
}

.row .nine.columns {
    width: 66.6%;
}


h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-style: normal;
    font-weight: 500;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; font-weight: 700;}
h1 { font-size: 40px; line-height: 1; margin-bottom: 10px;}
h2 { font-size: 25px; line-height: 1; margin-bottom: 10px; }
h3 { font-size: 25px; line-height: 1; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }

.text_inner {
    padding: 1em 1em 0 0;
}

section {
    padding-top: 0;
    position: relative;
}

section#team,
section#gute_gruende {
    padding-top: 3em !important;
}

/*.text_padding_left,
.team-holder {
    padding-left: 4%;
}*/

.hidden_text_inner_left {
    padding-left: 1.5em;
}

.hidden_text_inner_right {
    padding-right: 1.5em;
}

.hidden_text_inner_right h2 {
    color: #43e1f9;
}

.text_padding_right {
    padding-right: 4%;
}

.feature-section {
    border-bottom: 1px solid #FFF;
}

.topnavigation {
    margin: 0;
    padding: 0;
    background: url("/typo3conf/ext/event2/Resources/Public/Images/bg_topnavigation.png") no-repeat center center transparent;
}

.topnavigation .wrapper {padding: 2em 0 1.2em;}

.kontakt_col1,
.kontakt_col2,
.kontakt_col3 {
    width: 33%;
    float: left;
}

#gmap_canvas img{
	max-width: none !important;
	background: none !important
}

.kontakt_header,
.kontakt_header a{
    color: #58585a;
}

.kontakt_header {
    padding: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e4e4e4;
}

.kontakt_header .wrapper {
    padding: 3em 0.5em 1em;
    position: relative;
}

.kontakt_header h1 {
    font-size: 30px;
    color: #00abc5;
}

.kontakt_header h2 {
    font-size: 22px;
    color: #58585a;
}

.kontakt_header .csc-textpic-imagewrap {
    margin: 0;
}

.kontakt_header div.csc-textpic .csc-textpic-imagewrap img,
.kontakt_header .iframe_border,
.kontakt_header #gmap_canvas {
    border: 1px solid #00abc5;
}

.kontakt_header ul {
    margin: 0 0 1em;
}

.kontakt_header ul.csc-uploads img {
    display: none;
}

.kontakt_header ul.csc-uploads span {
    display: inline-block;
    padding-right: 8px;
}

.kontakt_header .kontakt_col2 .bodytext a,
.kontakt_header .kontakt_col3 .bodytext a,
.kontakt_header ul.csc-uploads li {
    background: url("/typo3conf/ext/event2/Resources/Public/Images/li_kontakt_arrow.png") no-repeat 0 0 transparent;
    padding-left: 45px;
    line-height: 30px;
    display: block;
    margin: 0;
}

#team {
    background: url("/typo3conf/ext/event2/Resources/Public/Images/bg_gesellschafter_1.jpg") repeat-x left bottom transparent;
    border-bottom: 3px solid #FFFFFF;
}

#team .text_holder {
    width: 60%;
    float: right;
}

#team .text_holder .text_inner {
    padding: 0 1em 150px 2.5em;
    color: #000;
}

#team .text_holder h1,
#team .text_holder h2 {
    color: #000;
}

#team .image_holder {
    width: 40%;
    float: right;
    position: relative;
    height: 800px;

    vertical-align: bottom;
    display: table-cell;
}
#team .image_holder img {
    position: absolute;
    left: 0;
    bottom: 0;
}

#team .csc-header-n1,
#team .csc-header-n2 {
    display: none;
}

.button_close_kontakt {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 60000;
    background: url("/typo3conf/ext/event2/Resources/Public/Images/button_close_kontakt.png") no-repeat 0 0 transparent;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: block;
    margin: 0 0 0 45%;
    padding: 0;
    text-indent: -9999em;
    cursor: pointer;
}

.teaser h1 {
    color: #00abc5;
}

.image_holder img {
    max-width: 100%;
    height: auto;
}

.kontakt_header img {
    max-width: 95%;
    height: auto;
}

/* Leistungen */
.leistungen_more_button a,
.leistungen_text_button a {
    background: url("/typo3conf/ext/event2/Resources/Public/Images/more-button.png") no-repeat 0 0 transparent;
    padding-left: 45px;
    line-height: 30px;
    display: block;
    color: #FFF;
    text-decoration: none;
    width: 100%;
    float: left;
}

/*
.leistungen_text_button a {
     width: 48.5%;
}
*/

#seite2 .image_holder{
    padding-top: 5em;
}

h3.leistungen_header {
    line-height: 34px;
    background: url("/typo3conf/ext/event2/Resources/Public/Images/bgr_leistungen.png") no-repeat 170px 0 transparent;
    display: none;
}

.leistungen-button {
    position: fixed;
    top: 420px;
    right: 0;
    width: 45px;
    height: 160px;
    display: block;
    z-index: 50000;
}

.leistungen-button a {
    width: 45px;
    height: 160px;
    display: block;
    z-index: 5000;
    text-indent: -9999em;
    background: url("/typo3conf/ext/event2/Resources/Public/Images/leistungen-button.png") no-repeat right 0 transparent;
}


/* Referenzen */
.referenzen_header {
    line-height: 1.7;
    font-size: 45px;
    background: url("/typo3conf/ext/event2/Resources/Public/Images/bgr_referenzen.png") no-repeat 250px 0 transparent;
    margin-bottom: 0;
}

.ref_teaser_text h3 {
    color: #00ABC5;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0.5em;
}

.ref_teaser_text {
    width: 33%;
    float: left;
}

.ref_text {
    width: 65%;
    float: left;
    padding-left: 2%;
}

.ref_text h3 {
    font-size: 25px;
    border-bottom: 1px solid #666666;
}

.ref_text {
    color: #383838;
}

.ref_text h6 {
    color: #383838;
    margin-bottom: 0;
    font-size: 16px;
}

.ref_item {
    padding-top: 1em;
    border-bottom: 1px solid #666666;
}

.reference_item {
    width: 100%;

}

.refitem_text {
    float: left;
    width: 89%;
}

.refitem_text p {
    margin-bottom: 0;
}

.refitem_link {
    float: left;
    width: 11%;
    text-align: right;
}

a.ref_more {
    display: block;
    line-height: 30px;
    background: url("/typo3conf/ext/event2/Resources/Public/Images/more.png") no-repeat 0 0 transparent;
    padding-left: 35px;
    margin-bottom: 0;
    text-decoration: none;
    color:  #00abc5;
}

.teaser .trigger {
    line-height: 30px;
    background: url("/typo3conf/ext/event2/Resources/Public/Images/bgr_trigger.png") no-repeat 92.9% center transparent;
    padding: 0.7em 0;
    cursor: pointer;
    color:  #00abc5;
}

.teaser .trigger_active {
    background-image: none;
}

/* Kunden */
#kunden-holder,
.team-holder {
    padding-top: 3em;
    padding-bottom: 2em;
}
.kunden-feature-wabe {
    float: left;
    margin: 0 50px 35px 0;
}

#kunden-holder h1 {
    margin-bottom: 1em;
}


h4 {
    font-size: 1rem;
    margin-bottom: 0.66667em;
    font-weight: 600;
    color: #ff8700;
}

h5 {
    font-size: 0.875rem;
    margin-bottom: 0.58333em;
    font-weight: 600;
    color: #ff8700;
}

h6 {
    font-size: 0.75rem;
    margin-bottom: 0.5em;
    font-weight: 600;
    color: #ff8700;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-size: 1em;
    text-decoration: none;
}

.bodytext {
    text-align: justify;
}

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

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 2.5em;
}

dfn {
    font-style: italic;
}

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

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

p, pre {
    margin: 0 0 1em;
}

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

pre {
    white-space: pre-wrap;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl, menu, ol, ul {
    margin: 0 0 1em;
}

dd {
    margin: 0 0 0 2.5em;
}

nav ul, nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

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

::-moz-selection {
    background: #646464;
    color: #fff;
}

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

figure {
    margin: 0;
}

fieldset {
    border: none;
    margin: 0;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    border-radius: 0;
    background-image: none;
}

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

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

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

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

button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.chromeframe {
    margin: 0.2em 0;
    background: #cccccc;
    color: black;
    padding: 0.2em 0;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.vh, .visuallyhidden, dfn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vh.focusable:active, .vh.focusable:focus, .visuallyhidden.focusable:active, dfn.focusable:active, .visuallyhidden.focusable:focus, dfn.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .cf:before {
    content: "";
    display: table;
}

.clearfix:after, .cf:after {
    content: "";
    display: table;
    clear: both;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
}

.ref_more_text, .ref_more_text:hover {text-decoration: none;}

html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}

body {
    background-color: #fff;
    min-height: 100%;
    /*overflow-x: hidden;*/
}

p:first-child, .content ol:first-child, .content ul:first-child, address:first-child {
    margin-top: 0;
}

ul ul, ol ol {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: disc;
}

ol ol {
    list-style-type: inherit;
}

nav a {
    display: block;
    text-decoration: none;
}

figcaption {
    font-size: 0.875em;
    line-height: 1.5;
    margin: 1em 0;
}

address {
    font-style: normal;
}

hr {
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #999;
    width: 100%;
    margin: 1em auto;
}

caption {
    caption-side: bottom;
}

caption:before, caption:after {
    content: "\0020\2014\0020";
}

th, td {
    border-bottom: 1px solid #fff;
    padding: 0.25em 0;
    text-align: left;
    vertical-align: top;
}

th {
    border-bottom: 1px solid #fdfdfd;
}

figure > img {
    display: block;
    margin: 0 auto;
}

fieldset {
    padding: 0;
    margin: 0;
}

label {
    cursor: pointer;
}

.feature-section {
    background-color: #ffffff;
}

.light-section h1 {
    color: #00ABC5;
}

.feature-section .hidden_text_row {
    color: #000;
    background-color: #FFFFFF;
}

.feature-section .hidden_text_row .col1 h1,
.feature-section .hidden_text_row .col1 h2,
.feature-section .hidden_text_row .col1 h3,
.feature-section .hidden_text_row .col1 h4,
.feature-section .hidden_text_row .col1 h5,
.feature-section .hidden_text_row .col1 h6 {
    color: #00abc5;
}

[role="banner"] {
    width: 100%;
    /*background: #00abc5;
    opacity: 0.9;
    filter:Alpha(Opacity=90);*/
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}
#event2 {
    position: relative;
    /*overflow: hidden;*/
}
/*
#event2-referenzen [role="banner"] {
    background: none repeat scroll 0 0 #FFF;
    opacity: 1;
    border-bottom: 1px solid #00abc5;
    height: 8.4em;
}

#event2-referenzen main {
    margin: 8.4em 0 3em 0;
}

#event2-referenzen #header .wrapper {
    position: relative;
}

#event2-referenzen .navigation {
    width: 100%;
    margin-top: 1em;
}

#event2-referenzen .navigation > li > a {
    color: #000;
    padding: 0;
}

#event2-referenzen .navigation > li.current > a {
    color: #00ABC5;
}*/

.page_logo {
    float: left;
    margin-left: 30px;
}

#event2-referenzen {
    margin-top: 160px;
}

#event2-referenzen .ref_logo {
    float: right;
    margin-top: 1em;
}

#event2-referenzen  .footer_col1 {
    padding-left: 0;
}

#event2-referenzen .hidden_text_row .wrapper {
    padding: 3em 0 0 0;
}

/*.linkback {
    position: absolute;
    top: 12px;
    left: 0;
    color: #00ABC5 !important;
}*/

#event2-referenzen .ref-slider {
    margin-bottom: 2.5em;
}

#event2-referenzen main #impressum {
    padding-top: 2.5em !important;
}

#event2-referenzen  h1 {
    font-size: 1.5em;
    color: #00ABC5;
}

.main ul {
    margin: 0 0 1.5em 1em;
    padding: 0;
}

[role="navigation"] {
    text-align: left;
    color:  #58585a;
    font-size: 16px;
    line-height: 1.875;
}

[role="contentinfo"] {
    font-size: 0.875rem;
    padding: 1em 0;
}


header + section {
    padding-top: 3.125em;
}

.logo {
    float: right;
    width: 35px;
    height: 50px;
}


.infos {
    padding: 2em;
    background-color: #f0f0f0;
}

.copyright {
    margin-bottom: 0;
}

.navigation {
    float: left;
    list-style-type: none;
    margin: 4.6em 0 0 3em;
    padding: 0;
}

.navigation > li {
    padding: 0 1.25em;
    display: inline-block;
    margin-right: -4px;
}

.navigation > li > a {
    color: #58585a;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    border-bottom: 6px solid transparent;
}

.navigation > li > a:hover,
.navigation > li > a:focus,
.navigation > li.is-active > a,
.navigation > li > a.nav-active,
.language-menu > li > a.active{
    color: #31373a;
    outline: none;
    border-bottom: 6px solid #48bdcb ;
}

.wrapper,
#leistungen .wrapper,
.light-section .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1210px;
    min-width: 994px;
    padding: 0 0 0 30px;
}

.light-section .wrapper {
    padding: 0 20px 0 30px;
}

#leistungen .wrapper {
    margin-left: auto;
    padding: 0 0 0 30px;
}

.hidden_text_row .wrapper {
    padding: 3em 0 0 30px;
}

.wrapper:before, .navigation:before, .wrapper:after, .navigation:after {
    content: "";
    display: table;
}

.wrapper:after, .navigation:after {
    clear: both;
}

.btn, a.btn {
    padding: 0.5em 1em;
    display: inline-block;
    background-color: #ff8700;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin-top: 1em;
    margin-left: 2em;
    margin-right: 2em;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.btn:hover {
    background-color: #31373a;
}

.dark-section {
    background-color: #7F7F7F;
    color: #f7f7f7;
    padding: 0;
}

.feature-section {
    /*background-color: #00ABC5;*/
    color: #FFF;
    padding: 0;
}

.feature-section {
    background-color: #00abc5;
}

.feature-section h1 {
    color: #43e1f9;
}

.feature-section h2,
.feature-section h3,
.feature-section h4,
.feature-section h5,
.feature-section h6,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6 {
    color: #fff;
}

/*.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5,
.light-section h6,
.light-section {
    color: #181818;
}*/

.highlight-section {
    background-color: #ff8700;
}

.highlight-section h1, .highlight-section h2, .highlight-section h3, .highlight-section h4, .highlight-section h5, .highlight-section h6 {
    color: #fff;
}

.highlight-section h1 {
    margin-bottom: 0;
    font-size: 2.25rem;
}

.highlight-section h2 {
    color: #26576a;
    font-size: 1.5rem;
}

.csc-header-alignment-center {
    text-align: center;
}

.csc-header-alignment-right {
    text-align: right;
}

.csc-header-alignment-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.csc-textpic-text {
    width: auto;
    margin: 0 auto;
}

.csc-textpic-imagewrap {
    margin: 30px 0 0 0;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin: 0;
}

/*.js .navigation {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
}*/

.navigation.opened {
    max-height: 9999px;
    clear: both;
}

.navigation.opened > li {
    width: 100%;
    display: block;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    top: 0.75em;
    right: 0.5em;
    z-index: 111;
    background-color: #fff;
    border-radius: 5px;
    color: #ff8700;
    font-size: 1em;
    padding: 0.25em 1em;
    text-decoration: none;
    -webkit-transition: background-color, 0.4s;
    -moz-transition: background-color, 0.4s;
    -o-transition: background-color, 0.4s;
    transition: background-color, 0.4s;
}

.nav-toggle:hover, .nav-toggle:focus {
    background-color: #31373a;
    color: #fff;
    outline: none;
}

/* Galerie */
.in-slide-content {
    position: absolute;
    left: 50%;
    top: 25%;
    width: 554px;
    z-index: 9999;
    color:  #fdfefe;
    font-size: 40px;
    line-height: 1.125;
    text-shadow: 1px 1px 1px #000000;
    padding: 20px;
}

.in-slide-content p{margin-bottom: 0;}

.in-slide-content-90 {color: #00abc5;}
.in-slide-content-91 {color: #00abc5;}
.in-slide-content-92 {color: #ffffff;}
/*.in-slide-content-93 {color: #00abc5;}*/
.in-slide-content-93 {color: #ffffff;}

.scroll_div {position: absolute; bottom: 26px; left: 50%; margin-left: -26px; z-index: 1000;}
.referenz-page .scroll_div {display: none;}

#gute_gruende .in-slide-content {
    position: absolute;
    left: 50%;
    margin-left: 40px;
    top: 0;
    width: 510px;
    z-index: 9999;
    color:  #fdfefe;
    font-size: 16px;
    line-height: 1.125;
    text-shadow: 0 0 0 #000000;
    padding: 20px;
    background: url("/typo3conf/ext/event2/Resources/Public/Images/bgr_in-slide-content-top.png") repeat-x scroll 0 0 transparent;
}

#gute_gruende .in-slide-content h1 {
    color: #ffffff;
    font-size: 33px;
}

.cycle-loader {
    height:32px;
    left:50%;
    margin:-8px 0 0 -8px;
    position:absolute;
    top:50%;
    width:32px;
    z-index:999;
}

#maximage {
    display:none;/* Only use this if you fade it in again after the images load */
    /* position:fixed !important; */
}

#gradient {
    left:0;
    height:100%;
    position:absolute;
    top:0;
    width:100%;
    z-index:999;
}

.gallery-arrow-left, .gallery-arrow-right {
    bottom:30px;
    height:67px;
    position:absolute;
    right:30px;
    width:36px;
    z-index:1000;

    display: none;
}
.gallery-arrow-left {
    right:86px;
}

.gallery-arrow-left:hover, .gallery-arrow-right:hover {
    bottom:29px;
}
.gallery-arrow-left:active, .gallery-arrow-right:active {
    bottom:28px;
}

/*
.mc-hide-scrolls{
    overflow:hidden;
}*/

body .mc-cycle {
    height:100%;
    left:0;
    overflow:hidden;
    position: relative !important;
    /* position:fixed; */
    top:0;
    width:100%;
    /*z-index:-1;*/
}

.mc_cycle {position: relative;}

div.mc-image {
    /*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
         If you are using fading transitions, use 'opacity: */
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;

    /*If you are using horizontal slide transitions, use the following CSS:
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;*/

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:100%;
    overflow:hidden;
    width:100%;
}

.mc-old-browser .mc-image {
    overflow:hidden;
}

/* Team */
.infopointcontainer {
    display: block;
    height: 29px;
    position: absolute;
    width: 162px;
}
.infopointcontainer_01 {bottom: 500px; left: 80px;}
.infopointcontainer_02 {bottom: 540px; left: 270px;}

.infopointcontainer .infopoint {
    background: url("/typo3conf/ext/event2/Resources/Public/Images/infopoint_2.png") no-repeat center center transparent;
    cursor: pointer;
    display: block;
    height: 29px;
    position: absolute;
    top:0;
    left: 0;
    width: 162px;
    z-index: 1000;
}

.infopointcontainer .infopoint_02 {
    background: url("/typo3conf/ext/event2/Resources/Public/Images/infopoint_1.png") no-repeat center center transparent;
}
.infopointcontainer .pic {
    background-color: #ffffff;
    cursor: default;
    display: block;
    margin: 0;
    padding: 16px;
    position: absolute;
    left: 25px;
    top: 32px;
    z-index: 10;
    width: 400px;
    height: auto;
    color: #000000;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: -3px 3px 8px #58585a; /* webkit browser*/
    -moz-box-shadow: -3px 3px 8px #58585a; /* firefox */
    box-shadow: -3px 3px 8px #58585a;
}
.infopointcontainer .pic:hover {
    display: block;
    z-index: 1010;
}
.infopointcontainer .pic img {
    float: none;
    width: auto;
}

/* Social Media*/
.sozial_media {position: fixed; top: 250px; right: 0; width: 45px; height: 101px; display: block; z-index: 50000;}
.sozial_media_xing {width: 45px; height: 51px; display: block;background: url("/typo3conf/ext/event2/Resources/Public/Images/xing-button.png") no-repeat right 0 transparent; text-indent: -9999em;}
.sozial_media_twitter {width: 45px; height: 50px; display: block;background: url("/typo3conf/ext/event2/Resources/Public/Images/twitter-button.png") no-repeat right 0 transparent; text-indent: -9999em;}

/* Teaser */
.teaser {
    margin-top: 3em;
    margin-bottom: 4%;
}
.teaser_item {
    position: relative;
    border: 8px solid #edf3f7;
    float: left;
    margin: 0 14px 14px 0;
}

.teaser_item a {
    text-decoration: none;
}

.teaser_text {
    margin-bottom: 1em;
}

.teaser_item h2 span {
    color:  #fdffff;
    font-size: 20px;
    line-height: 1.3;
    border-bottom: 2px solid #fdffff;
}

.teaser_item .hover-holder {
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 100;
}

.teaser_item .content-holder {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
    left: 0;
    z-index: 110;
}

/* Kunden */
.team-holder h1 {
    margin-bottom: 1em;
}

.team-item {
    width: 50%;
    float: left;
}

.team-item-img {
    float: left;
    width: 20%;
}

.team-item-overlay {
    padding-right: 10%;
    float: right;
    width: 70%;
}

.team-item-overlay h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

/* Footer */
#footer {
    color:  #424343;
    font-size: 12px;
    line-height: 1.333;
}

#footer a {
    color:  #424343;
    text-decoration: none;
}

.footer_col1 {
    float: left;
    width: 36%;
    padding-left: 0;
}

.footer_col2,
.footer_col3 {
    float: left;
    width: 25%;
}

.footer_col4 {
    float: left;
    width: 10%;
}

#footer .footer_col1 h3,
#footer .footer_col1 h3 a {
    color:  #00abc5;
    font-size: 20px;
    line-height: 1.1;
}

.referenz-page #footer .footer_col1 h3,
.referenz-page #footer .footer_col1 h3 a,
.referenz-page #footer a {
    color: #ffffff;
}

.referenz-page #footer {
    background-color: #7f7f7f;
    color: #ffffff;
}
/*
.film_roll_wrapper {
   background-color: #cccccc;
}
*/

.film_roll_child {
    padding: 0 5px;
}

.film_roll_prev, .film_roll_next {
    text-decoration: none;
    z-index: 60000;
}

.film_roll_next {
    right: 45px !important;
}

.film_roll_prev {
    left: 45px !important;
}

.nav-toggle {display: none;}

.debug {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10000000;
}

.language-menu {
    position: relative;
    right: 0;
    list-style-type: none;
    float: left;
    margin-top: 4.8em;
}

.language-menu li {
    margin-left: 10px;
    display: inline-block;
}

.language-menu li a {
    text-decoration: none;
    padding-bottom: 8px;
}