/* 
    Created on : 18-feb-2019, 10:58:56
    Author     : Reinier
*/

body {
    margin: 0px;
    font-family: 'Roboto';
    font-size: 13pt;
    /* line-height: 20px; */
}

/* Section titles */
h2 {
    display:block;
    width:100%;
    font-size:50px;
    color:#5884b3;
    font-family: 'Open Sans Condensed';
    text-align: center;
    font-weight: normal;
    margin-top: 0px;
}

h3 {
    font-size: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #cbcbcb;
    margin-top: 64px;
    font-family: 'Open Sans Condensed';
}

h4 {
    text-align: left;
    font-size: 22px;
    font-family: 'Open Sans Condensed';
    /* margin-left: 25px; */
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 44px;
}

img {
    
}

div#MainMenu_button_container {
    display: inline-block;
    width: 1000px;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

div#MainMenu_button_container img {
    height: 32px;
    width: 32px;
    margin-right: 13px;
}

a.MainMenuItem {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 19px;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    color: white;
}

#Teaser_container {
    width: 100%;
    height: 263px;
    background-image: linear-gradient(to bottom right, #8fc6ff, #276180);
    text-align: center;
}


#Teaser_base {
    height: 540px;
    display: inline-block;
    text-align: center;
}

#Teaser_base_title_container {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

#Teaser_base_title {
    display: inline-block;
    width: 1000px;
    text-align: left;
}

#Teaser_base_title h1 {
    color: white;
    font-size: 48px;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Droid Sans', sans-serif;
}

#Teaser_base_title h3 {
    position: relative;
    color: white;
    font-size: 19px;
    text-align: left;
    margin-left: 49px;
    margin-top: 0;
    font-family: 'Droid Sans', sans-serif;
    display: inline-block;
    text-transform: none;
    border: none;
}

#Teaser_base_actual_teaser {
    display:block;
}

#works_with_title {
    color:white;
    font-size: 24px;
}

span#works_with_title {
    font-family: 'Roboto';
    vertical-align: top;
    margin-right: 27px;
}

#Teaser_floor {
    height: 100px;
    width: 100%;
    background-color: white;
    position: absolute;
    top: 700px;
}

#Teaser_show_case {
    height: 363px;
    display: block;
    position: relative;
    width: 721px;
    margin-top: 30px;
}

#Teaser_show_case img {
    position:absolute;
    left:0;
    -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;
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

#Teaser_show_case img.opaque {
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
}

.works_with_floating_block {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    display: inline-block;
}

.works_with_floating_block img {
    width: 64px;
    height: 64px;
}

div.title_feature {
    display:block;
    width:100%;
    font-size:50px;
    color:#5884b3;
    text-transform:uppercase;
    font-weight:400;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
}
div.featuresContainer {
    text-align: center;
    background-image: linear-gradient(to bottom right, #8fc6ff, #276180);
    width: 100%;
    padding: 30px 0px 60px 0px;
}
div.sectionDownloads {
    text-align: center;
    background-image: linear-gradient(to bottom right, #8fc6ff, #276180);
    width: 100%;
    padding-bottom: 130px;
    padding-top: 100px;
}
div.featureSubContainer {
    max-width: 1200px;
    display: inline-block;
}
div.featureRow {
    width: 1200px;
    display: inline-block;
}
div.featureCell {
    background-color: white;
    padding: 25px;
    width: 250px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 45px;
    margin-top: 25px;
    color: #535353;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    position: relative;
    min-height: 200px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

div.featureCell img {
    width: 48px;
    /* float: left; */
    padding: 5px;
    position:  absolute;
    left: 17px;
    top: 10px;
    background-color: white;
    border-radius: 10px;
}

p.featureCellTitleBlock {
    color: #535353;
    /* display: inline; */
    font-weight: lighter;
    text-align: left;
    margin-top: 20px;
    font-family: 'Open Sans Condensed';
    font-size: 22px;
    /* text-indent: 64px; */
    margin-top: 0px;
    margin-left: 55px;
}
p.featureCellTextBlock {
    color: #535353;
    display: block;
    text-align: justify;
}
.cellWidthObject {
    width: 280px;
}

#buttons_container {
    width: 100%;
    display: inline-block;
    background-image: linear-gradient(to bottom,ghostwhite,white);
}

#buttons_left {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    background-image: url('https://www.touch-portal.com/images/button_explain_bg_small.png');
    background-repeat: no-repeat;
    background-position: right; 
    min-height: 810px;
}

#buttons_right {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

.button_description_title {
    font-weight: bold;
}

#buttons_explain_graphics {
    position:absolute;
    top: 43px;
}

#buttons_explain_action {
    position:absolute;
    top: 121px;
}

#buttons_explain_string_actions {
    position: absolute;
    top: 198px;
}

#buttons_explain_feedback {
    position: absolute;
    top: 370px;
}

#buttons_explain_logic {
    position: absolute;
    top: 283px;
}

#MainMenu_logo_container h1 {
    font-family: 'Roboto';
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: top;
}

#MainMenu_logo_container img {

}

#MainMenu_logo_container {
    display: inline-block;
    vertical-align: top;
    float: left;
}

#MainMenu_items_container {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

#Teaser_icons {
    vertical-align: top;
    margin-top: 20px;
}

.divider01 {
    position: relative;
    left: 0;
    width: 400px;
    height: 0px;
    overflow: 100px;
    opacity: 0.3;
}

.divider01 img {
    overflow: overlay;
    margin-top: -144px;
}

#footer {
    width: 100%;
    /*height: 400px;*/
    background-color: #3e3e3e;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 100px;
}

#footer h3 {
    color: white;
    font-family: 'Open Sans Condensed';
    font-weight: initial;
    font-size: 16pt;
    text-transform: none;
    border-bottom: none;
}

#footer_touch_portal {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#footer_support {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    /* color: white; */
}

#footer_support a {
    color: white;
    text-decoration: none;
    line-height: 24px;
}

#footer_support a:hover {
    text-decoration:underline;
}

#footer_support a:visited {

}

#section_product {
    height: 600px;
    padding-top: 44px;
    position: relative;
}

.white_title {
    color: white;
}

.downloadBlock {
    display:inline-block;
    width: 200px;
    background-color: white;
    vertical-align: top;
    min-height: 260px;
    border-radius: 10px;
    margin: 10px;
    padding: 29px 10px 10px 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.downloadBlock a {
    color: black;
}

.downloadBlock img {
}

.downloadBlockImageContainer {
    min-height: 120px;
}

.divider02 {
    position: relative;
    left: 0;
    width: 400px;
    height: 0px;
    overflow: 100px;
    opacity: 0.3;
    top: -114px;
}

#section_getstarted {
    text-align: center;
    background-color: ghostwhite;
    padding-top: 40px;
}

.flowDownBlock {
    width: 100%;
    height: 180px;
    background-image: linear-gradient(to bottom,ghostwhite, #dcdcdc);
    vertical-align: middle;
}

.flowArrowDown {
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 50px solid #dcdcdc;
    position: relative;
    bottom: -8px;
    left: 45%;
}

.getStartedContainer {
    width: 100%;
    text-align:center;
}
.getStartedIconContainer {
    width: 90px;
    height: 90px;
    display: table-cell;
    vertical-align: top;
}
.getStartedIconContainer img {
    width: 90px;
    height: 90px;
}
.getStartedTextContainer {
    display: table-cell;
    color: black;
    font-size: 18px;
    padding-left: 30px;
    vertical-align: middle;
    text-align: left;
}
.getStartedSmallContainer {
    width: 714px;
    display: inline-block;
    margin-top: 80px;
}

#section_createandshare {
    height: 400px;
    padding: 40px 0px 60px 0px;
}

.blog_post_container {
    text-align:center;
}

.blog_post_body {
    max-width:800px;
    /* text-align: justify; */
    display:inline-block;
    padding-bottom: 150px;
}

.change_log_container {
    min-height: calc(100vh - 913px);
}

.blog_intro_block {
    font-size: 20px;
    margin-top: 75px;
    margin-bottom: 75px;
    display: block;
    line-height: 32px;
    font-family: 'Lora';
    font-weight: bold;
    text-align: left;
}

.blog_post_body h2 {
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
    margin-top: 20px;
    margin-bottom: 20px;
    /* font-family: 'Open Sans Condensed'; */
}

.blog_post_body img {
    text-align: center;
    margin: 40px;
}

.blog_post_body p {
    /* line-height: 25px; */
    font-family: 'Lora';
    text-align: justify;
}

.blog_post_body ul {
    line-height: 25px;
    font-family: 'Lora';
}

.blog_post_body li {
    text-align: left;
}

.blog_post_body ol {
    /* line-height: 35px; */
    font-family: 'Lora';
}

.logo_sub_text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-bottom: 10px;
}

.blog_img {
    text-align: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.nextTutorialButton {
    background-color: #5884b3;
    color: white;
    padding: 20px;
    border-radius: 12px;
    display: inline-block;
    text-decoration: none;
    margin: 35px;
}

.backToGuideButton {
    background-color: #7cc567;
    color: white;
    /* padding: 20px; */
    border-radius: 12px;
    display: inline-block;
    text-decoration: none;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.ProWarningContainer {
    background-color: #5b92be;
    color: white;
    /* border-radius: 12px; */
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    text-align: left;
    border: #7eaece solid 3px;
}

.ProWarningContainer a {
    color:white;
}

.ProWarningContainerTitle {
    font-size: 28px;
    display: block;
    margin-bottom: 30px;
}

.ProWarningContainerRequired {
    font-style: italic;
}

.blog_post_body h3 {
    text-align: left;
    /* color: #111111; */
}

.blog_post_body li a {
    color:black;
}

.imgNoCrap {
    text-decoration: none;
}

.naviContainer {
    /*display: inline-block;*/
    display: none;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.naviPrefix {
    background-color: #5884b3;
    color: white;
    border-radius: 12px 0px 0px 12px;
    display: inline-block;
    text-decoration: none;
    line-height: 48px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 16px;
}

.naviPostfix {
    background-color: #5884b3;
    color: white;
    border-radius: 0px 12px 12px 0px;
    display: inline-block;
    text-decoration: none;
    line-height: 48px;
    padding-bottom: 2px;
    padding-right: 16px;
    padding-left: 10px;
}

.naviValueAfter {
    background-color: #5774b3;
    color: white;
    border-radius: 0px 12px 12px 0px;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    line-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
}

.naviValueBefore {
    background-color: #5774b3;
    color: white;
    border-radius: 12px 0px 0px 12px;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    line-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
}

.naviSubContainerLeft {
    float: left;
    vertical-align: top;
}

.naviSubContainerRight {
    float: right;
    vertical-align: top;
}

.simpleBlogTable {
    display: inline-block;
}

.simpleBlogTable th {
    text-align: left;
    padding: 10px;
}

.simpleBlogTable td {
    width: 120px;
    padding: 10px;
}

.simpleBlogTable tr:nth-child(1) {
    background-color: #3c6cba;
    color:white;
}

.simpleBlogTable tr:nth-child(2n) {
    background-color: #e6e6e6;
}

.simpleBlogTablev2 {
    display: inline-block;
    width:100%;
}

.simpleBlogTablev2 th {
    text-align: left;
    padding: 10px;
}

.simpleBlogTablev2 td {
    padding: 10px;
}

.simpleBlogTablev2 tr:nth-child(1) {
    background-color: #3c6cba;
    color:white;
}

.simpleBlogTablev2 tr:nth-child(2n) {
    background-color: #e6e6e6;
}

.hotkeyContainer {
    display: block;
    text-align: left;
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #f1f1f1;
}

.hotKeyCombinationContainer {
    width: 370px;
    display:inline-block;
    vertical-align: top;
}

.hotKeyCombinationExplanation {
    display: inline-block;
    width: 420px;
    vertical-align: middle;
    padding-top: 19px;
}

.hotKey {
  box-sizing: border-box;
  line-height: 40px;
  padding-left:10px;
  padding-right: 10px;
  min-width: 50px;
  font-size: 14px;
  text-align: center;
  color: #555;
  margin: 0 7px;
  border-color: #f2f2f2;
  border-style: solid;
  border-radius: 10px;
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #D2D2D2 80%, #c0c0c0 100%);
  font-family: sans-serif;
  display: inline-block;
}

.hotKeyPlatform {
    vertical-align:middle;
    padding-top:0px;
    display:inline-block;
    width: 89px;
    color: #e6e6e6;
    font-size: 46px;
    font-style: italic;
    font-family: 'Open Sans Condensed';
    font-weight: bolder;
}

.blog_post_body .imageTitle {
    font-size: 13px;
    width: 100%;
    margin-top: -27px;
    display: block;
    font-style: italic;
}

.blog_post_body .imageBlog {
    max-width: 720px;
    width: 100%;
    display: block;
}

.imageBlogContainer {margin-bottom: 55px;}

.imageBlogContainer img {
    max-width: 720px;
}

.imageBlogContainer span {
    font-size: 13px;
    width: 100%;
    margin-top: -27px;
    display: block;
    font-style: italic;
}

.tutorialTip {
    background-color: #fce9b5;
    color: #816007;
    padding: 20px;
    text-align: left;
    background-image: url(https://www.touch-portal.com/blog/images/icon_tutorial_info.png);
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 100px;
    padding-right: 30px;
    border-radius: 10px;
    margin: 32px 20px 32px 20px;
    font-family: 'Lora';
    font-size: 16px;
}

.tutorialRequireUpgrade {
    background-color: #b5d9fc;
    color: #071c81;
    padding: 20px;
    text-align: left;
    background-image: url(https://www.touch-portal.com/blog/images/icon_tutorial_upgrade.png);
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 100px;
    padding-right: 30px;
    border-radius: 10px;
    margin: 32px 20px 32px 20px;
    font-family: 'Lora';
    font-size: 16px;
}

.tutorialCompactOrderedList {
    
}

.tutorialCompactOrderedList li {
    margin: 0px;
    line-height: 26px;
}

.codeblock {
    font-family: monospace;
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #5e4500;
    margin-top: 4px;
}

.actionDescriptionContainer {
    background-color: #f0f0f0; /*#ededed;*/
    color: black;
    border-radius: 20px;
    margin-bottom: 80px;
    box-shadow: 0 0 15px rgb(0 0 0 / 29%);
}

.actionDescriptionTopContainer {
    text-align: left;
    padding: 16px 20px 16px 20px;
    border-radius: 20px 20px 0px 0px;
    background: #858585;
    
}

.actionDescriptionTitle {
    display: inline-block;
    color: white;
    font-size: 22px;
    overflow: hidden;
    max-width: 516px;
    max-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.actionDescriptionTypeAction {
    width: 120px;
    text-align: center;
    color: white;
    display: inline-block;
    border-radius: 20px 0px 20px 0px;
    padding: 19px 20px 20px 20px;
    float: left;
    position: relative;
    top: -16px;
    left: -20px;
}

.actionDescriptionImage {
    padding: 0px;
    text-align: left;
    padding: 0px 20px 0px 20px;
}

.actionDescriptionImage img {
    margin: 24px 0px 24px 0px;
    display: block;
    max-width: 760px;
}


.actionDescriptionBody {
    text-align: justify;
    padding: 20px;
}

.actionDescriptionCategoryLogo {
    color: #535353;
    display: inline-block;
    text-align: left;
    position: relative;
    border-radius: 23px;
    height: 64px;
    float: right;
    top: 8px;
    right: 12px;
}

.actionDescriptionCategoryLogo img {
    width: 64px;
    padding: 5px;
    background-color: white;
    border-radius: 30%;
    box-shadow: 0 0 10px rgb(0 0 0 / 36%);
    margin: 0px;
}

.os-support {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-left: 10px;
    vertical-align: middle;
}

.os-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid transparent;
}

.os-pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    flex: 0 0 16px;
}

.os-pill-icon svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.os-pill.is-supported {
    background: #e8f7ec;
    border-color: #b7e2c1;
    color: #207245;
}

.os-pill.is-unsupported {
    background: #fdeaea;
    border-color: #efb7b7;
    color: #b42323;
}

.actionDescriptionDetailContainer {
    
}

.actionDescriptionSupportContainer {
    display: flex;
    gap: 12px;
    padding: 0px 12px 12px 12px;
    font-size: 14px;
    align-items: flex-start;
}

.actionDescriptionSupportItem {
    flex: 1;
    box-sizing: border-box;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.actionDescriptionSupportHeader {
    font-weight: bold;
}

.actionDescriptionSupportTitle {
    font-weight: bold;
    margin-bottom: 8px;
}

.actionDescriptionSupportMessage {
    margin-top: 8px;
    text-align: justify;
}

.actionDescriptionSupportItem.supported {
    background: #e8f7e8;
    border-color: #4caf50;
}

.actionDescriptionSupportItem.not-supported {
    background: #fdeaea;
    border-color: #e53935;
}

@media only screen 
and (max-width : 1080px)
and (min-width : 851px) {
    
    #Teaser_base_title {
        width: auto;
        text-align: left;
    }
    
    #Teaser_base_title_container {
        text-align: left;
        margin-left: 24px;
        width: calc(100vw - 42px);
    }
    
    #Teaser_base_title h3 {
        margin-left: 8px;
    }
    
    div#MainMenu_button_container {
        width: calc(100vw - 80px);
        padding: 20px 30px;
    }
    
}

@media only screen 
and (max-width : 850px)
and (min-width : 551px) {
    
    div#MainMenu_button_container {        
        width: auto;
    }
    
    a.MainMenuItem {
        font-size: 18px;
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: underline;
    }
    
    #MainMenu_items_container {
        margin-top: 9px;
        margin-left: 52px;
    }
    
    #Teaser_base_title {
        width: 100%;
        text-align: center;
    }
    
    #Teaser_base_title h1 {
        width: 100%;
        text-align: center;
    }
    
    #Teaser_base_title h3 {
        margin-left: 0px;
    }
    
    .blog_intro_block {
        margin: 40px 24px 16px 24px;
        font-size: 18px;
        line-height: 28px;
        text-align: justify;
    }
    
    .blog_post_body h2 {
        font-size: 32px;
        margin-left: 24px;
        width: auto;
        margin-right: 24px;
    }
    
    .blog_post_body li {
        font-size: 16px;
        min-height: 26px;
        margin-right: 16px;
        margin-left: 24px;
    }
    
    .notVisibleInApp {
        display:none;
    }
    
    .blog_post_body img {
        width: 80vw;
        margin: 0px;
    }
    
    .blog_post_body p {
        font-size: 14px;
        margin-left: 24px;
        margin-right: 24px;
    }
    
    .blog_post_body h3 {
        text-align: left;
        font-size: 24px;
        margin-left: 24px;
    }
    
    .blog_post_body h4 {
        text-align: left;
        font-size: 20px;
        margin-left: 24px;
    }
    
    .tutorialTip {
        padding: 16px;
        background-position: 16px;
        background-size: 48px;
        padding-left: 76px;
        padding-right: 24px;
        margin: 32px 24px 32px 24px;
        font-size: 14px;
        text-align: justify;
    }
    
    .tutorialRequireUpgrade {
        background-color: #b5d9fc;
        color: #071c81;
        padding: 16px 30px 16px 76px;
        text-align: justify;
        background-position: 16px;
        background-size: 48px;
        margin: 32px 24px 32px 24px;
        font-size: 14px;
    }
    
    .blog_post_body table {
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .blog_post_body table td {
        font-size: 14px !important;
        text-align: justify;
        vertical-align: top;
        padding-bottom: 32px;
        padding-top: 0px !important;
    }
    
    .blog_post_body table td:first-child {
        padding-right: 16px;
    }
    
    .blog_post_body table img {
        width: 44vw;
    }
    
    .blog_post_body video {
        width: calc(100vw - 20px - 48px);
        margin-left: 24px;
        margin-right: 24px;
    }
    
    .hotKeyCombinationContainer {
        width: 90vw;
        margin-left: 24px;
    }
    
    .hotKeyCombinationExplanation {
        width: 90vw;
        font-family: 'Lora';
        font-size: 14px;
        margin-left: 24px;
    }
    
    .blog_post_body iframe {
        width: calc(100vw - 20px - 48px);
        margin-left: 24px;
        margin-right: 24px;
        max-width: 560px;
    }
}

@media only screen 
and (max-width : 550px) {
    
    div#MainMenu_button_container {        
        width: auto;
    }
    
    a.MainMenuItem {
        font-size: 16px;
        margin-left: 20px;
        margin-right: 20px;
        text-decoration: underline;
    }
    
    #MainMenu_items_container {
        display: block;
        margin-top: 5px;
        text-align: center;
        width: 100%;
    }
    
    #MainMenu_logo_container {
        display: block;
        vertical-align: top;
        float:unset;
    }
    
    #Teaser_container {
        width: 100%;
        height: calc(82px + 35vw);
        text-align: center;
    }
    
    #Teaser_base_title {
        width: 100%;
        text-align: center;
    }
    
    #Teaser_base_title h1 {
        font-size: calc(100vw / 20);
        text-align: center;
    }
    
    #Teaser_base_title h3 {
        margin-left: 0px;
        font-size: calc(100vw / 32);
        text-align: center;
    }
    
    .divider01 img {
        margin-top: -26vw;
        width: 80vw;
    }
    
    .divider02 img {
        width: 80vw;
    }
    
    .divider01 {
        width: 90vw;
    }
    
    .divider02 {
        width: 90vw;
    }
    
    .blog_intro_block {
        margin: 40px 16px 16px 16px;
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }
    
    .blog_post_body h2 {
        font-size: 26px;
        margin-left: 16px;
        width: auto;
        margin-right: 16px;
    }
    
    .blog_post_body li {
        font-size: 14px;
        min-height: 26px;
        margin-right: 10px;
    }
    
    .notVisibleInApp {
        display:none;
    }
    
    .blog_post_body img {
        width: 80vw;
        margin: 0px;
    }
    
    .blog_post_body p {
        font-size: 14px;
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .blog_post_body h3 {
        text-align: left;
        font-size: 20px;
        margin-left: 16px;
    }
    
    .blog_post_body h4 {
        text-align: left;
        font-size: 16px;
        margin-left: 16px;
    }
    
    .tutorialTip {
        padding: 16px;
        background-position: 16px;
        background-size: 32px;
        padding-left: 64px;
        padding-right: 24px;
        margin: 32px 16px 32px 16px;
        font-size: 14px;
        text-align: justify;
    }
    
    .tutorialRequireUpgrade {
        background-color: #b5d9fc;
        color: #071c81;
        padding: 16px 30px 16px 64px;
        text-align: justify;
        background-position: 16px;
        background-size: 32px;
        margin: 32px 16px 32px 16px;
        font-size: 14px;
    }
    
    .blog_post_body table {
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .blog_post_body table td {
        font-size: 14px !important;
        text-align: justify;
        vertical-align: top;
        padding-bottom: 32px;
        padding-top: 0px !important;
    }
    
    .blog_post_body table td:first-child {
        padding-right: 16px;
    }
    
    .blog_post_body table img {
        width: 44vw;
    }
    
    .blog_post_body video {
        width: calc(100vw - 20px - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .hotKeyCombinationContainer {
        width: 90vw;
        margin-left: 16px;
    }
    
    .hotKeyCombinationExplanation {
        width: 90vw;
        font-family: 'Lora';
        font-size: 14px;
        margin-left: 16px;
    }
    
    .blog_post_body iframe {
        width: calc(100vw - 20px - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }
}