@import "fonts.css";

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 358px;
    height: auto;
    min-height: 100vh;
}

.image-container {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.image-wrapper {
    width: 50%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
}

.image-wrapper .content-wrapper{
    width: 522px;
    min-height: 480px;
    height: 100%;
    flex-grow: 1;
}

.image-wrapper .content-top{
    flex: 0 1 auto; /* Use required space */
    width: 100%;
}
.image-wrapper .content-middle{
    flex: 0 1 auto; /* Use required space */
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 671px;
}
.image-wrapper .content-bottom{
    flex: 0 1 auto; /* Use required space */
    width: 100%;
}


.image-wrapper .content-left.content-middle{
    background-image: image-set(
        url("/branch-page/assets/images/Startseite-melodyne-screen.png") 1x,
        url("/branch-page/assets/images/Startseite-melodyne-screen@2x.png") 2x
    );
    background-position: top right;
}
.image-wrapper .content-right.content-middle{
    background-image: image-set(
        url("/branch-page/assets/images/Startseite-tonalic-screen_edited.png") 1x,
        url("/branch-page/assets/images/Startseite-tonalic-screen_edited@2x.png") 2x
    );
    background-position: top left;
}
.image-wrapper .content-middle img{
    height: inherit;
}




.image-wrapper.melodyne{
    align-items: flex-end;
    background-image: image-set(
        url("/branch-page/assets/images/Startseite-melodyne-HG.png") 1x,
        url("/branch-page/assets/images/Startseite-melodyne-HG@2x.png") 2x
    );
}
.image-wrapper.tonalic{
    align-items: flex-start;
    background-image: image-set(
        url("/branch-page/assets/images/Startseite-tonalic-HG.png") 1x,
        url("/branch-page/assets/images/Startseite-tonalic-HG@2x.png") 2x
    );
}


/*** Text-Content ***/
a{
    text-decoration: none;
}
div.content{
    display: block;
}
div.content.content-top{
    margin-top: 80px;
    margin-bottom: 66px;
}
div.content.content-bottom{
    width:94%;
    margin: 0 auto 35px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.content.content-bottom.content-left{
    flex-direction: row;   
}
div.content.content-bottom.content-right{
    flex-direction: row-reverse;   
}
div.content.content-top h1 {
    margin-top: 0;
    font-family: 'HelveticaNeueW01-Thin';
    font-weight: normal;
    /*font-size: 32.5px;*/  /* Melodyne-Default */
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 44px;
}
div.content.content-top .text {
    font-family: 'Trade Gothic W01 Light';
    font-weight: lighter;
    /*font-size: 16px;*/ /* Melodyne-Default */
    font-size: 14px;
    line-height: 150%;
}
div.content.content-top .text strong{
    font-family: 'Trade Gothic W01 Bold 2';
    font-weight: normal;
}


div.content.content-top.content-left{
    color: black;
    margin-left: 115px;
    margin-right: 85px;
    width: calc(100% - 200px);
}
div.content.content-top.content-right{
    color: white;
    margin-left: 85px;
    margin-right: 115px;
    width: calc(100% - 200px);
}
div.content.content-bottom .text{
    color: black;
    float: left;
    font-size: 12.5px;
    line-height: 130%;
    font-family: 'Trade Gothic W01 Light';
    font-weight: lighter;
    width:50%;
}
div.content.content-bottom.content-left button{
    background-color: #ed7420;
}
div.content.content-bottom.content-right button{
    background-color: black;
}
div.content.content-bottom.content-left .text{
    text-align: right;
}
div.content.content-bottom.content-right .text{
    text-align: left;
}
div.content.content-bottom button{
    color: white;
    outline: 0;
    cursor: pointer;
    min-width: 162px;
    height: 34px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 38px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: "HelveticaNeueW01-75Bold";
}
