

 
@media (min-width: 767px) {

   .rwd-show {
    display: none;
    }

 /*stefano : on all those sites all the text is globally supposed to be small when on desktop */ 
.todsuenden-page p,
.transparenz-page p,
.usp-page p,
.erfolgreicher-page p   {
        font-size: small; 
        line-height: normal;} 
 




/* FLEX BOX MUST ALIGN the height of both Child-elements but additionally another element inside the child  shall be set to height 100% */
.flex-parent{
    display: -webkit-flex; /* Safari */
    display: flex;
} 
.flex-child {
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}
/* END OF FLEX STYLINGS  */

 
}






.engage{
    margin-left:15px;
    float:left;
}





#franz-special {
    display: none
}

@media (max-width: 500px) {
    #franz-special {
        display: inline
    } 
    .engage{
        font-size: larger;
    } 
}
 

.go-hide-yourself {
    display:none;
}
@media (min-width: 1200px) {
    .go-hide-yourself {
        display:inline;
    }
 /*   #row2-column2 p {  
        margin-bottom: 72px;
    }
    #row4-column1 p {  
        margin-bottom: 60px;
    }
     #row6-column2 p {  
        margin-bottom: 40px;
    }*/ 

    .rwd-break {
        display: none; 
    }
    .aufsatz-desktop {
        display: inline;
    }
    #aufsatz-rwd {
        display:none;
    }
}

@media (max-width: 1200px) {
    .aufsatz-desktop {
        display: none;
    }
    #aufsatz-rwd {
        display:block;
        margin-top: 11px;
    }
}



@media (min-width: 992px) {
     .sub-page .content-container > * {
        max-width: 650px;
        margin: 0 auto;
    }
    .sub-page .container-width-low2 {
        padding-right: 10%;
        padding-left: 10%;
    }
    .sub-page .container-width-low1 {
        padding-right: 5%;
        padding-left: 5%;
    }
}
@media (max-width: 991px) {
     .nonjustify{
    text-align: left !important;
     }
    .visitors-count {
    position: relative;
    top: 35px;
    font-size: 1.5em !important;
    }
   .revolution-content {
        display: none;
    }
    .more-link {
        font-size: 1.4em;
    }
    h1.big-header {
        font-size: 3em;
    }
    .content-panel .info-box p { 
    line-height: 1.4em;
}
}
@media (min-width: 767px) and (max-width: 991px) {
    .page-header-title1 {
        margin-top: 0px !important;
    }
    .go-hide-yourself {
        display:inline;
    }
}


@media (min-width: 480px) and (max-width: 767px) {
    .go-hide-yourself {
        display:inline;
    }
    .block {
    display: block !important;
    }
}


@media (max-width: 480px) {
 
    .block {
    display: block !important;
    } 
    .font-11p {
        font-size: 1.10em !important;
    }
    .font-087 {
    font-size: 1.08em !important;
    }
    .header-container {
        font-size: 2.0em;
    }
    .content-panel .info-box p {
    font-size: 1.09em;
    line-height: 1.5em;
    }
    p {
        font-size: 1.15em;
        line-height: 1.9em;
    }
    .sub-page .container-width-low2,
    .sub-page .container-width-low1 {
        padding: 0;
    }
    h1.big-header {
        font-size: 2.5em;
    }

}


.block{
    display: inline;
} 
.rwd-break-small {
   display: none; 
}
.rwd-break-small2 {
   display: none; 
}
@media (max-width: 600px) {
    .rwd-break-small { 
        display: inline; 
    } 
    .rwd-hide2 {
        display: none;
    }
}
@media (max-width: 480px) {
    .rwd-break-small2 { 
        display: inline; 
    } 
    .rwd-hide {
        display: none;
    }
}
@media (max-width: 350px) {
    .header-container {
        font-size: 1.7em;
    }
}
@media (max-width: 767px) {
   .logo-headline {
        font-size: 1.85em;
    } 
    .top-home-link {
    display: none;
    }
    .rwd-center {
    text-align: center;
    }
   .rwd-none {
    display: none;
    }
}
















/*return to top arrow 
https://codepen.io/rdallaire/pen/apoyx
*/
#return-to-top {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

