/* Fonts */
@font-face {
  font-family: amag_text-light-webfont;
  src: url(../font/amag_text-light-webfont.woff);
}
@font-face {
  font-family: amag_text-bold-webfont;
  src: url(../font/amag_text-bold-webfont.woff);
}
#zeitleisteIndicator {
    background-color: #0000dd;
}
.videoPreviewButton {

}

/* Material Icon */
.material-icons.md-36 {
  margin-top: 0px;
}
.material-icons.md-inactive {
  color: rgba(2, 84, 167, 1); /*Amag Color*/
}
.material-icons.md-inactive:hover {
  cursor: pointer;
  color: rgba(2, 84, 167, 1); /*Amag Color hover*/
}

/* General */
* {
  font-family: 'amag_text-light-webfont', sans-serif;
}
html, body {
  position: relative;
  margin: 0px auto;
  height: 100%;
  font-family: 'amag_text-light-webfont', sans-serif;
  font-weight: 300;
  font-size: 100%;
}
p {
  font-size: 0.9rem;
  line-height: 1.25rem;
}
h1 {
  font-size: 1.0rem;
  font-weight: 100;
  font-family: 'amag_text-bold-webfont', sans-serif;
}
h4 {
  font-size: 1.0rem;
  font-family: 'amag_text-bold-webfont', sans-serif;
}
.logo {
}

.logo img{
  width: 55%;
  margin-bottom: 0rem;
  margin-right: 3rem;
  -webkit-transition: width 300ms, padding-right 300ms;
  -moz-transition: width 300ms, padding-right 300ms;
  -ms-transition: width 300ms, padding-right 300ms;
  -o-transition: width 300ms, padding-right 300ms;
  transition: width 300ms, padding-right 300ms;
}
.logo-small{
}
.logo-small img {
  width: 45%;
  padding-right: 5%;
  margin-bottom: 0rem;
  margin-right: 3rem;
  -webkit-transition: width 300ms, padding-right 300ms;
  -moz-transition: width 300ms, padding-right 300ms;
  -ms-transition: width 300ms, padding-right 300ms;
  -o-transition: width 300ms, padding-right 300ms;
  transition: width 300ms, padding-right 300ms;
}
.hidden {
    display: none;
}
.fullBrowserWidthDiv{
  width: 100%;
  justify-content: center;
  padding-left: 1em;
  padding-right: 1em;
}
.fullPageWidthDiv{
  width: 100%;
  max-width: 960px;
  min-width: 850px;
}

.fullPageWidthDiv2{
  width: 100%;

  min-width: 850px;
}

.flex {
  display:flex;
  box-sizing: border-box;
}
.flexItemsCentered{
  align-items: center;
}
.flexSpaceBetween {
  justify-content: space-between;
}
.flexHorizontalCenter {
    justify-content: center;
    align-items: center;
}
.flexAlignItemsCenter {
  display:flex;
  align-items: center;
}
.flexColumnViertel {
  flex: 1 0 auto;
  width: 25%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.flexColumnfuenftel{
  flex: 1 0 auto;
  width: 20%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-right: 8rem;

}
.flexEnd {
  justify-content: flex-end;
}
.borderBottom {
  border-bottom: solid 1px rgba(197, 196, 195, 1);
}
.borderTop {
  border-Top: solid 1px rgba(197, 196, 195, 1);
}
.marginTopA {
  margin-top: 0.5rem;
}
.marginTopB {
  margin-top: 1.5rem;
}
.marginTopC {
  margin-top: 3rem;
}
.paddingTopBottomA {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.paddingTopBottomB {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
/*Dropdown*/
.dropdownLabel {
  margin-right: 0.8rem;
  font-size: 0.8rem;
    
}
.dropdown {
    font-size: 0.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  border: none;
  padding: 0.5em 1em 0.5em 1em;
  background: url('dropdown_tr6.png') no-repeat 100% 0;
  height: 40px;
  overflow: hidden;
  width: 200px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: black;
}
.dropdown select {
  background: rgba(2, 84, 167, 1);
  border: none;
  font-size: 14px;
  padding: 0.5em 1em 0.5em 1em;
  height: 40px;
  padding: 5px; /* If you add too much padding here, the options won't show in IE */
  width: 268px;
}

.backgroundColorBrand {
  background-color: rgba(225, 225, 224, 1); /*Amag Color Hellgrau*/
}
.backgroundColorA {
  background: rgba(255, 255, 255, 1);
}
.backgroundColorB {
  background: rgba(255, 255, 255, 1);
}
.fontColorBrand {
  color: rgba(2, 84, 167, 1); /*Amag Color*/
}
/*Diese Klasse wird per Javascript (mixer.js) gezählt und gibt die Anzahl der Spuren wieder:*/
.wrapperSpur{
  display: flex;
  height: 4rem;
  border-bottom: solid 1px rgba(225, 225, 224, 1);
}
.spur{
    display: flex;
    height: 4rem;
    background: white;
    /* -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35); */
    /* -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35); */
}
.spurTitle {
    width: 8rem;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    font-size: 0.8rem;
    font-weight: 300;
    font-family: 'amag_text-bold-webfont', sans-serif;
    color: rgba(66, 75, 80, 1);
    border-right: solid 1px rgba(200, 200, 200, 1);
    border-top: solid 1px rgba(200, 200, 200, 1);
    /*	border-top: solid 1px rgba(220, 220, 220, 1);*/
}
.wrapperPlaybuttons{
    display:flex;
    flex-wrap: wrap;
    background: rgba(111, 109, 106, 1);
}
.buttonWidth {
    width: 9rem;
}
.platzhalterButtons{
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    font-family: 'amag_text-bold-webfont', sans-serif;
    border: none;
    cursor: pointer;
    color: rgba(2, 84, 167, 1); /*Amag Color*/
    background: rgba(255, 255, 255, 1);
    /*	border-right: solid 1px rgba(220, 220, 220, 1);*/
    /*	border-top: solid 1px rgba(220, 220, 220, 1);*/
}
.button {
    font-size: 0.8rem;
    font-weight: 300;
    text-align: center;
    font-family: 'amag_text-light-webfont', sans-serif;
    border: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 1); /*Amag Color black*/
    background: rgba(225, 225, 224, 1);
    border-right: solid 1px rgba(200, 200, 200, 1);
    border-top: solid 1px rgba(200, 200, 200, 1);
    /*border-top: solid 1px rgba(202, 200, 190, 1);*/
}
@keyframes Loading {
    0% {
        color: rgba(255,255,255,0.25);
        background: rgba(2, 84, 167, 0.25); /*Amag Color*/
    }
    50% {
        color: rgba(255,255,255,0.75);
        background: rgba(2, 84, 167, 0.25); /*Amag Color*/
    }
    100% {
        color: rgba(255,255,255,0.25);
        background: rgba(2, 84, 167, 0.25); /*Amag Color*/
    }
}
@keyframes LoadingEffekt {
    0% {
        color: rgba(111, 109, 106, 0.25);
    }
    50% {
        color: rgba(111, 109, 106, 0.75);
    }
    100% {
        color: rgba(111, 109, 106, 0.25);
    }
}
.button:hover {
    color: white;
    background: rgba(2, 84, 167, 1); /*Amag Color hover*/
}
/* overwrite .button:hover defaults for placeholder */
.buttonPlaceholder{
    background: inherit !important;
    cursor: default !important;
}
.buttonInactiv {
    color: rgba(203, 230, 237, 1);
    background: rgba(255, 255, 255, 1);
}
.buttonLoading {
    font-size: 0.8rem;
    font-weight: 300;
    text-align: center;
    border: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 1); /*// Font Color*/
    background: rgba(255, 255, 255, 1);
    animation: Loading 1s infinite;
    /*    background-image: url(../images/btn_loading.svg);*/
}
button:focus {
    outline:0;
}
.buttonClicked{
    color: white;
    background: rgba(2, 84, 167, 1); /*Amag Color active*/
}
.buttonDownload {
    height: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
    color: rgba(197, 196, 195, 1); /*// Font Color*/
   border-top: solid 1px rgba(222, 220, 210, 1);
    background: white;
}
.buttonDownloadAktiv{
    color: rgba(2, 84, 167, 1); /*Amag Color active*/
}
.buttonDownloadAktiv:hover{
    background: rgba(2, 84, 167, 1); /*Amag Color hover*/
    color: white;
}
.volume{
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    border-right: solid 1px rgba(222, 220, 210, 1);
    border-top: solid 1px rgba(222, 220, 210, 1);
    /*	border-top: solid 1px rgba(220, 220, 220, 1);*/
}
.textSpalte {
    flex:2;
    padding-right: 1rem;
}
.wrapperExportButtons{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex:2;
}
.exportButton{
    height: 4.5rem;
    width: 12rem;
    border-radius: 0px;
    font-size: 0.8rem;
    font-weight: 300;
    color: white;
    border: none;
    background: rgba(2, 84, 167, 1); /*Amag Color*/
    /*    text-align: center;*/
    cursor: pointer;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.exportButtonText{
    /*	display: flex;*/
    /*	vertical-align: middle;*/
    /*	align-items: center;*/
    text-align: center;
}
.exportButton:hover{
    background: rgba(2, 84, 167, 1); /*Amag Color hover*/
}
.exportButtonAnimation{
    animation: Loading 1s infinite;
}

.wrapperEffekteSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
    width: 95%;
    max-width: 1000px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.wrapperEffekt{
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    padding-right: 2rem;
    /*    justify-content: space-between;*/
    width: 15rem;
    /*    flex: 1;*/
}
.effektButton {
    margin-right: 0.25rem;
}
.effektButtonLoading{
    animation: LoadingEffekt 1s infinite;
}
.effektButtonClicked{
    color: grey;
}
.effektName {
    margin-left: 1rem;
}
.stopButton {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
/*Start Weiche*/
.wrapperWeiche{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(2, 84, 167, 1); /*Amag Color*/
}
.weicheText{
    text-align: center;
    margin: 0;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.weicheText h1{
}
.weicheText p{
    max-width: 25rem;
}
/*Ende Weiche*/


.downloadItem{
    height: 50px;
}
.lastDownloadItem{
    height: 49px;
}

.downloadItemControls{
    width: 218px;
    height: 48px;
}

.headerButton {
    border: none;
    height: 29px;
    overflow: hidden;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    padding: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.help{
    min-width: 90px;
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.help a {
    display: inline-flex;
}

.helpImage{
    margin: 0px !important;
    width: 40px !important;
    height: 40px !important;
}

.help label {
    align-self: center;
    cursor: pointer;
    margin-left: 5px;
}

.buttonDisabled{
    cursor: default !important;
}

.downloadImage{
    width: 40px;
}

.videoElementContainer{
    width: 890px;
    background: black;
}

.videoElement{
    width: 100%;
}

.videoUploadButton{
    width: 100px;
    margin-top: 7rem;
    align-self: center;
    cursor: pointer;
}
