/*
#333A56 darkest
#52658F middle
#E8E8E8 gray
#F7F5E6 -> grain
#28405e
*/
* {
    font-family: 'Century Gothic', 'Muli';
    font-weight: lighter;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

html {
    font-size: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    padding: 0;
    height: 100vh;
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
}

strong {
    font-weight: bold;
    color: #28405e;
}

#main_navigation {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}

#main_navigation ul {
    padding: 35px 0px 35px 0;
    list-style: none;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

#main_navigation ul li {
    box-sizing: content-box;
    color: #fff;
    display: inline-block;
    padding: 5px 50px;
    cursor: pointer;
    font-size: 1.2rem;
    font-variant: small-caps;
}

#main_navigation ul li .nav_underline {
    width: 0px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
}

#main_navigation ul li:hover .nav_underline {
    width: 100%;
}

.nav_seperator {
    height: 1px;
    background: #fff;
    width: 30%;
    margin: 5px auto 0 auto;
}

#start_page {
    background-image: url(/media/roger-schwarz-portrait.png), radial-gradient(farthest-corner at 100% 100%,
            #28405e 0%, #0e1221 100%);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    height: 100vh;
}

.content_wrapper {
    background-image: radial-gradient(farthest-corner at 100% 100%,
            #52658F 0%, #0e1221 100%);
}

/* STARTPAGE
.main_pic_wrapper {
    height: 90%;
    width: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/media/roger-schwarz-portrait.png) no-repeat;
    background-position: bottom right;
    background-size: contain;
}
*/
.main_info_wrapper {
    position: absolute;
    top: 25%;
    left: 15%;
    display: table;
    background-image: linear-gradient(#fff 0.5px, transparent 0),
        linear-gradient(#fff 0.5px, transparent 0),
        linear-gradient(to left, #fff 0.5px, transparent 0),
        linear-gradient(to right, #fff 0.5px, transparent 0),
        linear-gradient(to top, #fff 0.5px, transparent 0);
    background-image: -webkit-linear-gradient(#fff 0.5px, transparent 0),
        -webkit-linear-gradient(#fff 0.5px, transparent 0),
        -webkit-linear-gradient(to left, #fff 0.5px, transparent 0),
        -webkit-linear-gradient(to right, #fff 0.5px, transparent 0),
        -webkit-linear-gradient(to top, #fff 0.5px, transparent 0);
    background-position: 0 0, bottom right, 0 0;
    background-size: 10%, 0%, 100%, 100%, 10%;
    background-repeat: no-repeat;
}

.main_info {
    color: #fff !important;
    padding: 35px 50px;
    display: table-cell;
    vertical-align: middle;
    margin-left: 20%;
    margin-right: auto;
}

.main_info h2 {
    font-size: 4rem;
}

.main_info h3 {
    font-size: 2.5rem;
}

ul.main_info_list {
    list-style: none;
    padding-top: 10px;
    padding-left: 0;
}

ul.main_info_list li {
    padding-top: 10px;
}

.social_media {
    margin-top: 0px;
}

.social_media ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 10;
}

.social_media ul a li {
    box-sizing: border-box;
    display: inline;
    padding: 10px 20px;
    color: black;
    border: 1px solid #eee;
    border-radius: 40px;
    margin: 30px 0 0 20px;
    cursor: pointer;
}

.social_media ul #linked {
    margin-right: 0;
}

.social #social {
    padding: 5px 10px;
    color: white;
    font-size: 1.2em;
    background-color: #022140;
    margin-right: 10px;
    border-radius: 0px;
}

.social #linked {
    background: url(/media/linkedin.png) no-repeat center;
    background-size: 18px;
}

.social #xing {
    background: url(/media/xing.png) no-repeat center;
    background-size: 17px;
}

/*ABOUTPAGE */
#about_page {
    background: #fff;
    color: #28405e;
    padding-bottom: 50px;
}

.about_header h2 {
    padding-top: 50px;
    text-align: center;
    font-variant: small-caps;
    color: #28405e;
    font-size: 4rem;
}

.about_header h3 {
    padding-bottom: 10px;
    text-align: center;
    font-variant: small-caps;
    color: #28405e;
    font-size: 2.5rem;
}

.about_page h2 {}

.about_seperator {
    height: 1px;
    background: #28405e;
    width: 10%;
    margin: 25px auto 20px auto;
}

.about_text_container {
    padding: 50px 30px;
    column-count: 2;
    text-align: justify;
    max-width: 1200px;
    margin: 80px auto 80px auto;
}

.about_text_container p {
    color: #28405e;
    letter-spacing: 1.5px;
    padding: 0 20px;
}

.about_grid_container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px 0;
    width: 100%;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 100% 100%;
    grid-column-gap: 5px;
}

.about_grid_container .about_grid_title_box h2 {
    text-align: center;
    font-variant: small-caps;
    color: #fff;
    font-size: 2.5rem;
    position: relative;
    top: 40%;
    height: 100%;
}

.about_grid_container .about_grid_item h3 {
    font-size: 1.3rem;
    text-align: center;
    color: #28405e;
    padding: 10px 0 15px 0;
}

.about_grid_item {
    padding: 30px 10px 0 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    background: transparent;
    align-items: center;
    vertical-align: middle;
}

.about_grid_icon {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.about_grid_icon img {
    max-width: 25%;
}

.grid_left {}

.grid_mid {}

.grid_right {}

/*TIMELINE*/
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 80px auto 80px auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-image: linear-gradient(#28405e 0, #28405e 2px, transparent 2px,
            transparent 4px, #28405e 4px, #28405e 6px,
            transparent 6px, transparent 8px, #28405e 8px,
            #28405e calc(100% - 8px), transparent calc(100% - 8px),
            transparent calc(100% - 6px), #28405e calc(100% - 6px),
            #28405e calc(100% - 4px), transparent calc(100% - 4px),
            transparent calc(100% - 2px), #28405e calc(100% - 2px), #28405e 100%);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.container {
    padding: 10px 40px;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    width: 50%;
}

/* The circles on the timeline */
.container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #28405e;
    top: 35px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 40px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(40, 64, 94, 0.85);
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 40px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #28405e;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(40, 64, 94, 0.85) transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.content {
    padding: 20px 30px;
    background-color: rgba(40, 64, 94, 0.85);
    position: relative;
    border-radius: 6px;
    color: #fff;
}

.content p {
    margin-top: 20px;
}

.content h2 {
    font-size: 0.8rem;
    color: #fff;
}

.content ul {
    margin-top: 20px;
    list-style: circle;
}

.content li {}

/* DIGITALISIERUNG */
#digi_page {
    padding-top: 20px;
    padding-bottom: 160px;
    min-height: 80vh;
}

.digi_seperator {
    height: 1px;
    background: #fff;
    width: 10%;
    margin: 25px auto 120px auto;
}

.digi_header h2 {
    padding-top: 100px;
    text-align: center;
    font-variant: small-caps;
    color: #fff;
    font-size: 4rem;
}

.digi_header h3 {
    padding-bottom: 10px;
    text-align: center;
    font-variant: small-caps;
    color: #28405e;
    font-size: 2.5rem;
}

/* SECTION DIVIDER */
.section_divider {
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(51, 58, 86, 0) 0, rgba(51, 58, 86, 0) 5%, rgba(51, 58, 86, .3) 35%,
            rgba(51, 58, 86, .7) 50%, rgba(51, 58, 86, .3) 65%, rgba(51, 58, 86, 0) 95%, rgba(51, 58, 86, 0) 100%)
}

.digi_overlap_wrapper {
    display: table;
    width: 80%;
    margin: 0 auto;
}

#digi_overlap_left {
    height: 90%;
    display: table-cell;
    width: 50%;
    background: transparent;
    transition-duration: 1.5s;
    z-index: 2;
    position: relative;
}

#digi_overlap_left.active {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

#digi_overlap_left.active #overlap_box {
    width: 100vw;
}

#digi_overlap_left.active #overlap_text {
    padding: 90px 5% 40px 5%;
    box-sizing: border-box;
    margin: 0;
}

#digi_overlap_right {
    display: table-cell;
    background: linear-gradient(to left, rgba(51, 58, 86, 0) 0, rgba(51, 58, 86, 0)10%, rgba(51, 58, 86, .5)60%, rgba(51, 58, 86, 1)100%), url(/media/netzwerk-foto.jpg);
    background-size: cover;
    width: 50%;
    height: 100%;
    opacity: 100%;
    transition-duration: 0.5s;
    animation-fill-mode: forwards;
}

#digi_overlap_right.active {
    opacity: 0;
    transition-duration: 1.5s;
}

#overlap_helper_wrapper {
    display: inline-block;
    background: transparent;
}

#overlap_box {
    display: table-cell;
    background: transparent;
    position: relative;
    top: 20px;
    right: 0;
    width: 110%;
    height: 90%;
}

#overlap_text {
    margin: 0px -15% 0px 20px;
    padding: 90px 15% 40px 10%;
    font-size: 1.0rem;
    text-align: justify;
    position: relative;
    background: #fff;
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.1);
}

#overlap_text h3 {
    padding-bottom: 10px;
    text-align: left;
    font-variant: small-caps;
    color: #28405e;
    font-size: 1.5rem;
}

.overlap_seperator {
    width: 10%;
    height: 1px;
    background: #28405e;
    margin-bottom: 40px;
}

.overlap_text_textbox {
    color: #28405e;
}

.overlap_text_buttonbox {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    bottom: 0px;
    position: relative;
}

#overlap_button {
    display: inline-block;
    border: 0.5px solid #28405e;
    border-radius: 10px;
    padding: 15px 20px;
    color: #28405e;
    text-align: center;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    transition: all 1s ease-in;
    width: 160px;
    cursor: pointer;
}

#overlap_button:hover {
    color: #fff;
    background: #28405e;
}

.digi_info_wrapper {
    padding-top: 40px;
    color: #28405e;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 1.5s ease-in;
    -moz-transition: max-height 1.5s ease-in;
    transition: max-height 1.5s ease-in;
}

.digi_info_wrapper.active {
    max-height: 1500px;
}

.digi_info_wrapper .headline {
    padding-bottom: 10px;
    text-align: left;
    font-variant: small-caps;
    color: #28405e;
    font-size: 1.4rem;
}

.digi_info_wrapper ul {
    list-style: decimal;
    margin-bottom: 50px;
}

.digi_info_wrapper ul li {
    margin-top: 10px;
}

.digi_biete_an_grid {
    box-sizing: border-box;
}

.digi_biete_item {
    width: 50%;
    float: left;
}

.digi_biete_item ul {
    list-style: circle;
    text-align: left;
    padding-left: 15px;
}

.digi_biete_item h4 {
    color: #28405e;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    padding-bottom: 20px;
}

.digi_biete_item:first-child {
    padding: 10px 50px 10px 0;
}

.digi_biete_item:last-child {
    padding: 10px 0px 10px 50px;
}

/* INTERIM */
#interim_page {
    background: #fff;
    padding-bottom: 150px;
}

.interim_header h2 {
    color: #28405e;
    padding-top: 100px;
    text-align: center;
    font-variant: small-caps;
    font-size: 4rem;
}

.interim_seperator {
    height: 1px;
    background: #28405e;
    width: 10%;
    margin: 25px auto 70px auto;
}

.interim_content_wrapper {
    width: 100%;
    margin: 0 auto;
    display: table;
}

.interim_table_container {
    display: table;
    width: 100%;
}

.interim_double_box {
    display: table-cell;
    box-sizing: border-box;
    height: 100%;
    vertical-align: middle;
}

.interim_double_box#interim_right {
    background-color: #fff;
    width: 50%;
}

.interim_double_box#interim_left {
    padding-right: 50px;
    text-align: right;
    border-right: 0.5px solid #28405e;
}

.interim_content_right {
    color: #28405e;
    padding: 20px 18% 20px 80px;
    vertical-align: middle;
    text-align: justify;
}

.interim_header h3 {
    font-size: 1.3rem;
    color: #28405e;
    text-align: justify;
    width: 60%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.interim_item {
    box-sizing: border-box;
    padding: 30px 0px 30px 30px;
}

.interim_item h4 {
    color: #28405e;
    font-size: 1.8rem;
    font-weight: bold;
}

.interim_item p {
    padding-top: 20px;
}

.interim_item_seperator {
    width: 20%;
    height: 1px;
    background: #28405e;
    margin-bottom: 5px;
    margin-left: 30px;
    float: right;
    clear: both;
}

/* COACHING */
#coaching_page {
    /*background: radial-gradient(farthest-corner at 100% 100%,
            #52658F 0%, #000 100%);*/
    background: #fff;
    padding-bottom: 50px;
}

.coaching_header h2 {
    color: #28405e;
    padding-top: 100px;
    text-align: center;
    font-variant: small-caps;
    font-size: 4rem;
}

.coaching_seperator {
    height: 1px;
    background: #28405e;
    width: 10%;
    margin: 25px auto 70px auto;
}

.coaching_content_wrapper {
    width: 100%;
    margin: 0 auto;
    display: table;
}

.coaching_grid {
    background: #28405e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    /*width:90%;
    margin:0 auto;
    display:grid;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 0.2fr;
    grid-gap: 10px;*/
}

.coaching_grid_item {
    flex: 1;
    background-color: #28405e;
    ;
    text-align: center;
    padding: 40px 60px;
}

.coaching_grid_item:last-child {
    border: none;
}

.coaching_grid_item>h3 {
    padding-top: 0px !important;
    color: #fff !important;
    font-size: 1.2rem !important;
}

.coaching_auflistung_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 80px 10px;
}

.coaching_auflistung_wrapper ul {
    padding: 60px 0 20px 0;
    list-style: none;
}

.coaching_auflistung_wrapper ul li {
    color: #28405e;
    text-align: center;
}

.coaching_text_wrapper {
    width: 90%;
    display: flex;
    margin: 0 auto;
    padding: 100px 0px;
}

.coaching_box {
    float: left;
    width: 50%;
}

.coaching_box#coaching_left {
    background: url(/media/rmp-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.coaching_box#coaching_right {
    font-size: 1.3rem;
}

.coaching_box#coaching_pic {
    background: url(/media/coaching-bild.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.coaching_box#coaching_auflistung {
    text-align: right;
}

.coaching_content_wrapper h3 {
    padding-top: 70px;
    text-align: center;
    font-size: 1.5rem;
    color: #28405e;
    width: 70%;
    margin: 0 auto;
}

.coaching_text_wrapper ul {
    color: #28405e;
    list-style: none;
    padding: 0;
    padding-right: 30px;
    margin: 0;
}

.coaching_text_wrapper ul li {
    padding-top: 20px;
}

/* MEDIEN SECTION */
#medien_page {
    background: #fff;
    text-align: center;
}

.medien_collapse {
    width: 100%;
    height: 50px;
    cursor: pointer;
}

#medien_arrow_down {
    width: 30px;
    height: 30px;
    border: 0.5px solid #a0a0a0;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.medien_devider {
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(51, 58, 86, 0) 0, rgba(51, 58, 86, 0) 5%, rgba(51, 58, 86, .3) 35%,
            rgba(51, 58, 86, .7) 50%, rgba(51, 58, 86, .3) 65%, rgba(51, 58, 86, 0) 95%, rgba(51, 58, 86, 0) 100%);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-wrapper {
    max-width: 100%;
    width: 1500px;
    left: 0;
    right: 0;
    margin: auto;
}

/* FOOTER */
.footer {
    height: 530px;
    box-sizing: border-box;
    background: #343434;
    color: #a0a0a0;
    position: absolute;
    width: 100%;
}

.footer_content {
    width: 100%;
    float: left;
    text-align: center;
}

.footer_content h2 {
    color: #dedede;
    padding-top: 60px;
    text-align: center;
    font-variant: small-caps;
    font-size: 4rem;
}

.kontakt_seperator {
    height: 1px;
    background: #dedede;
    width: 10%;
    margin: 25px auto 70px auto;
}

.kontakt_box {
    display: inline-block;
    margin: 35px auto 0 auto;
    width: 80%;
}

.kontakt_content_container {
    display: table;
    margin: 0 auto;
}
.kontakt_content_container a{
    color:#dedede;
}

.kontakt_content_container .kontakt_logo {
    width: 50%;
    background: url(/media/rsw-logo.png) no-repeat;
    background-position: center;
    background-size: contain;
    display: table-cell;
}

.kontakt_box ul {
    display: table-cell;
    list-style: none;
    text-align: center;
    padding: 0 0 0 60px;
    border-left: 0.5px solid #dedede;
}

.kontakt_box ul li {
    padding: 5px 0;
    display: table;
}

.kontakt_box ul li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.3rem;
}

.kontakt_box ul li p {
    padding-bottom: 5px;
}

.kontakt_box ul li img {
    text-align: center;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.kontakt_box ul li h4 {
    margin-bottom: 10px;
    color: #dedede;
    font-size: 2.5rem;
    font-variant: small-caps;
}

.footer_link_box {
    position: absolute;
    bottom: 35px;
    left: 20px;
    margin: 35px auto 0 auto;
}

.footer_link_box ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

.footer_link_box ul li {
    display: inline-block;
    margin-right: 20px;
}

.footer_link_box ul li a {
    font-size: 1.0rem;
    text-decoration: none;
    color: #a0a0a0;
}

.copy {
    position: absolute;
    background: #232323;
    color: #454545;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    box-sizing: border-box;
    bottom: 0px;
}

/* DATENSCHUTZ */
.datenschutz_container {
    padding: 100px 80px;
    color: #28405e;
}

.datenschutz_container h1 {
    font-size: 2.5rem;
    padding-bottom: 30px;
}

.datenschutz_container h2 {
    font-size: 1.6rem;
    padding-bottom: 20px;
    padding-top: 10px;
}

.impressum_container {
    padding: 100px 80px;
    color: #28405e;
}

.impressum_container h1 {
    font-size: 2.5rem;
    padding-bottom: 30px;
}

.impressum_container h2 {
    font-size: 1.6rem;
    padding-bottom: 20px;
    padding-top: 10px;
}

/* MOBILE MENU */
.navigation {
    display: none;
}

#menuToggle {
    display: block;
    position: fixed;
    top: 40px;
    right: 35px;
    z-index: 100;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #999;
    font-variant: small-caps;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: #fff;
}

#menuToggle input {
    display: block;
    width: 80px;
    height: 62px;
    position: absolute;
    top: -7px;
    left: 0;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 101;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #898989;
    border-radius: 3px;
    z-index: 100;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-1px, 0px);
    background: #cdcdcd;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(3px, -3px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: fixed;
    right: -55px;
    margin: -100px 0 0 0px;
    padding: 20px 100px 50px 50px;
    padding-top: 100px;
    background: rgba(0, 0, 0, 0.95);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 20px 0;
    font-size: 1.4rem;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked~ul {
    transform: none;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
}

/* SCROLLER */
#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    z-index: 99;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -16px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #022140;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* ANIMATIONS */
.animation-element {
    opacity: 0;
    position: relative;
}

/*animation element sliding left*/
.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 750ms linear;
    -webkit-transition: all 750ms linear;
    -o-transition: all 750ms linear;
    transition: all 750ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-in-down {
    opacity: 0;
    -moz-transition: all 750ms linear;
    -webkit-transition: all 750ms linear;
    -o-transition: all 750ms linear;
    transition: all 750ms linear;
    -moz-transform: translate3d(0px, -100px, 0px);
    -webkit-transform: translate3d(0px, -100px, 0px);
    -o-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate3d(0px, -100px, 0px);
}

.animation-element.slide-in-down.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 750ms linear;
    -webkit-transition: all 750ms linear;
    -o-transition: all 750ms linear;
    transition: all 750ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.fade-in {
    transition: all 1.5s ease-in-out;
    opacity: 0;
}

.animation-element.fade-in.in-view {
    opacity: 1;
}

.back_link {
    padding: 20px 0 0 40px;
}

.back_link a {
    font-size: 1.2rem;
}

.back_link a:visited {
    color: #000;
}

/* MEDIA QUERIES */
@media only screen and (max-width:1300px) {
    html {
        font-size: 85%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #start_page {
        height: 70vh;
    }

    #main_navigation ul li {
        padding: 5px 25px;
    }
}

@media only screen and (max-width:1024px) {
    #start_page {
        background-image: radial-gradient(farthest-corner at 100% 100%, #52658F 0%, #000 100%)
    }
}

@media only screen and (max-width:880px) {
    html {
        font-size: 75%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #main_navigation {
        display: none;
    }

    .navigation {
        display: block;
    }

    .main_pic_wrapper {
        background: none;
    }

    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container::before {
        left: 60px;
        border: medium solid #28405e;
        border-width: 10px 10px 10px 0;
        border-color: transparent #28405e transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }

    #digi_overlap_left {
        width: 100%;
    }

    #digi_page.content_wrapper {
        padding-bottom: 60px;
        min-height: 30vh;
    }

    .digi_overlap_wrapper {
        width: 100%;
    }

    #overlap_text {
        margin: 0;
    }

    .interim_item {
        width: 100%;
        box-sizing: border-box;
        max-height: 300px;
        padding: 30px 0px 30px 0px
    }

    .interim_content_right {
        padding: 20px 80px;
        text-align: justify;
        border-right: none;
    }

    .interim_item>h4, .interim_item>p {
        text-align: center !important;
        margin: 0 auto;
        width: 90%;
    }

    .interim_item_seperator {
        float: none;
        margin: 0 auto;
        width: 40%;
    }

    .interim_double_box#interim_left {
        border: none;
        padding-right: 0;
    }

    .interim_double_box#interim_right {
        width: 100%;
    }

    .interim_double_box {
        display: block;
    }
    /* INTERIM TEXT MOBILE NO SLIDE FROM RIGHT */
    .animation-element.slide-right {
        opacity: 0;
        -moz-transition: all 750ms linear;
        -webkit-transition: all 750ms linear;
        -o-transition: all 750ms linear;
        transition: all 750ms linear;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    .animation-element.slide-right.in-view {
        opacity: 1;
    }

    .coaching_grid {
        padding: 0;
    }

    .coaching_grid_item {
        flex: none;
        width: 50%;
        padding: 20px 10px 10px 10px;
        ;
    }

    .coaching_text_wrapper ul li {
        padding: 5px 40px;
        text-align: justify;
    }

    .coaching_box#coaching_pic {
        background-size: contain;
        display: none;
    }

    .coaching_box {
        width: 100%;
    }

    .footer {
        height: 500px;
    }

    .kontakt_logo {
        display: none !important;
    }

    .kontakt_box ul {
        border: none;
        padding: 0;
    }

    .kontakt_seperator {
        margin: 25px auto 20px auto;
    }
}


/* Media queries - Responsive timeline on screens less than 600px wide */
@media only screen and (max-width: 600px) {
    html {
        font-size: 70%;
        overflow-x: hidden;
        overflow-y: auto;
    }


    #about_page{
        padding-bottom:80px;
    }
    .about_grid_container {
        grid-template-columns: 100%;
        max-height:50px;
    }

    .about_grid_item {
        padding-top: 5px;
        height:50px;
        padding-bottom: 50px;
    }

    .about_grid_item:nth-child(1), .about_grid_item:nth-child(2), .about_grid_item:nth-child(3) {
        display: none;
    }

    .about_grid_icon img {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    html {
        font-size: 65%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .main_info_wrapper {
        left: 2.5%;
        width: 95%;
    }

    .main_info {
        padding: 15px 20px;
    }

    .about_text_container {
        column-count: 1;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about_grid_container {
        grid-template-columns: 100%;
    }

    .about_grid_item {
        padding-top: 5px;
    }

    .about_grid_icon img {
        display: none;
    }

    .interim_header h2 {
        padding: 70px 10px 0px 10px;
    }

    .interim_seperator {
        margin: 25px auto 20px auto
    }

    .coaching_content_wrapper h3 {
        margin: 0 auto;
        width: 95%;
        padding-top: 20px;
    }

    .coaching_text_wrapper {
        padding: 40px 5px 20px 5px;
    }

    .coaching_box {
        width: 100%;
    }

    .coaching_box#coaching_pic {
        display: none;
    }
}

/*END TIMELINE*/
