/* Basics */

html {
    font-family: 'Open Sans', sans-serif;    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
}

/* Layout */ 

header {
    padding: 2rem 0rem;
    max-height: 115px;
    background: #0F2128;
    box-shadow: 0px 0px 9px #606060;
}

.wrapper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.max-width-content {
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 80px;
}

article {
    max-width: 700px;
}

aside {
    max-width: 330px;
}

.wrapper {
    display: flex;
    gap: 20px;
}

.pitch-app {
    margin: 3rem 0rem 0rem 0rem;
    display: flex;
    justify-content: space-around;
}

.button-cta-video {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0rem;
    gap: 20px;
}

/* Buttons */

.content .button-cta-video a {
    background: #cc0707;
    font-weight: bold;
    padding: 0.75rem 2rem;
    border: 0px;
    text-align: center;;
    border-radius: 8px;
    font-size: 1.2rem;
    color: white;
    text-decoration: none;
    width: 45%;
    font-family: 'Francois One', sans-serif;
}

/* Menu */

.download_button {
    border: 1px solid #FEFEFE;
    padding: 0.75rem 0.95rem;
    white-space: nowrap;
    color: #D9D9D9;
    background: rgba(255,255,255,0.05);
    font-family: 'Epilogue', 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    cursor:pointer;
    text-decoration: none;
    transition: 0.25s;
    margin: 0rem 0rem 0rem 1rem;
}

.download_button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.content {
    font-size: 1rem;
    line-height: 2em;
    text-align: justify;
    width: 70%;
}

.sidebar {
    width: 30%;
}

.content a {
    font-weight: bold;
    color: #E52020;
    text-decoration: underline;
}

/* Video Options */

.video {
    border: 3px solid #7F7F7F;
    width: 100%;
    margin: 2rem 0rem;
    box-shadow: 0px 0px 8px 0px #959595;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Hint Artikel in App */

.hint {
    position: relative;
    border: 3px solid #E25B5B;
    padding: 0.8rem 1.6rem;
    line-height: 1.9;
    font-size: 0.9rem;
    margin: 2rem 0rem 2rem 0rem;
    box-shadow: 0px 0px 14px 0px rgb(28 28 28 / 25%);
}


.hint a {
    font-size: 1rem;
    font-weight: bold;
    color: #E52020;
    text-decoration: underline;
}

.hint h2 {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
}

.close-hint {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 10px;
    height: 10px;
    font-weight: bold;
    font-size: 10px;
    z-index: 999;
    background: white;
    border: 2px solid #E52020;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}

.close-cross {
    margin-top: -5px;
    margin-left: 1px;
    font-weight: bold;
    font-size: 12px;
    color: #E52020;
}

.highlight-color {
    text-align: center;
    color: #E52020;
    text-decoration: underline;
    font-weight: bold;
}

/* Pitch More */

.pitch-more {
    background: #F4F4F4;
    padding: 0.5rem;
    box-shadow: 0px 0px 14px 0px rgb(28 28 28 / 25%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 3rem 0rem;
}

.pitch-more-content {
    width: 70%;
    margin: 0;
    padding: 0.5rem 1rem;
}

.pitch-more-content h3 {
    margin: auto;
    font-size: 1.1rem;
}

.pitch-more-icons {
    width: 30%;
    padding: 1rem;
}

.pitch-more-icons img {
    width: 100%;
    height: 50px;
    white-space: nowrap;
    object-fit: contain;
} 

/* Sharing */

.share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 2rem 0rem;
    gap: 10px;
}

.share-cta {
    font-weight: bold;
    font-size: 0.8rem;
}

.share-icons {
    font-weight: normal;
    text-align: center;
    display: flex;
    gap: 15px;
}

.share-icons a {
    color: white;
    text-decoration: none;
}

.share-icons > div {
    padding: 0.45rem 0.8rem;
    font-size: 0.8rem;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}


.share-icons .facebook {
    background: #354F89;
}

.share-icons .twitter {
    background: #2596EA;
}

.share-icons .pinterest {
    background: #B2161F;
}

.share-icons .linkedin {
    background: #126BA8;
}

.share-icons .whatsapp {
    background: #6EBC30;
}

/* Schriftgrößen */

h1, h2, h3, h4, h5, h6 {	
	text-align: left;
}

h1 {
    font-size: 1.7rem;
    font-family: 'Francois One', sans-serif;
    margin: 3.5rem 0rem 1rem 0rem;
}

h2 {
    font-size: 1.6rem;
    font-family: 'Francois One', sans-serif;
}

h3 {
    font-size: 1.5rem;
    font-family: 'Francois One', sans-serif;
}

h4 {
    font-size: 1.4rem;
    font-family: 'Francois One', sans-serif;
}

h5 {
    font-size: 1.3rem;
    font-family: 'Francois One', sans-serif;
}

h6 {
    font-size: 1.2rem;
    font-family: 'Francois One', sans-serif;
}


/* Sidebar */


.sidebar > div {
    margin: 2rem 0rem 3rem 0rem;
}

.sidebar-element {
    box-shadow: 0px 0px 14px 0px rgb(28 28 28 / 25%);
    border-radius: 25px;
    font-weight: 300;
    width: auto ;
    padding: 1.2rem 1.2rem 2rem 1.2rem;
    text-align: center;
    color: white;
    background: url(../images/background_sidebar.png);
    background-size: contain;
}

.alex-fischer-background {    
    background: url(../images/background_sidebar_alex_fischer.png);
    background-size: cover;
    background-position: left;
}

.sidebar-element p {
    font-family: 'Epilogue', 'Open Sans', sans-serif;
    font-size: 0.75rem;
    line-height: 1.6;
    text-shadow: 0 0 12px #121212;
}

.sidebar-element h3 {
    font-size: 1.9rem;
    margin: 0;
	text-align: center;
}

.sidebar-element h2 {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1em;
	text-align: center;
}

.sidebar-element > .button {
    background: #CC4842;
    box-shadow: 0px 0px 14px 0px rgb(28 28 28 / 25%);
    border: 0px;
    border-radius: 20px;
    font-weight: bold;
    font-family: 'Francois One', sans-serif;
    font-size: 1.1rem;
    text-decoration: none;
    color: white;
    padding: 0.3rem 1rem;
    cursor: pointer;
}

.sidebar .spacer {
    width: auto;
}

.s-400 {
    width: auto;
    height: 400px;
}

/* Footer */

footer {
    background: #292D2E;
    color: white;
    font-size: 0.9rem;
    padding: 5rem 0rem;
    font-size: 0.8rem; 
    margin-top: 2rem; 
}

.footer-inner {
    max-width: 1100px;
    display: flex;
    gap: 50px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}


footer .menu {
    width: 16%;
}

footer h3 {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
}   


footer .menu li {
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.55rem;
}

footer .search {
    width: 30%;
    font-size: 0.8rem;
    line-height: 1.7;
}

footer .spacer {
    width: 3%;
    height: 0px;
}

footer ul {
    display: block;
    list-style-type: none;
    padding-left: 0px;
}

footer a {
    color: white;
    text-decoration: none;
}


footer li:before {
    Content: "\f105";
    font-family: 'Font Awesome 5 Free';
    margin-right: 7px;
    margin-bottom: 0.25rem;
}

/* Social Media Footer */   

.social-media {
    display: flex;
    gap: 7px;
    align-items: center;
    color: white;
    font-size: 1.5rem;
}

.social-media > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #212121;
    cursor: pointer;
    border-radius: 25px;
}

.social-media a {
    color: white;
}
.social-media .youtube {
    background: #cc0707;
}

.social-media .facebook {
    background: #3b5997;
}

.social-media .instagram {
    background: #262626;
}

.social-media .twitter {
    background: #1fa1f1;
}

.social-media .linkedin {
    background: #0177b5;
}

.social-media .xing {
    background: #026366;
}

/* Search Form */

.search-form {
    display: flex;
}

.search-form input[type=text] {
    padding: 1rem;
    width: 85%;
    position: relative;
}
.search-form .submit {
    background: #C21716;
    width: 15%;
    position: relative;
    padding: 10px;
    Content: "\f002";
    font-family: 'Font Awesome 5 Free';
    cursor: pointer;
    font-size: 1.3rem;
    border: 0px;
    color: white;
}

.footer-inner hr {
    width: 100%;
    border: 1px solid rgb(142, 142, 142);
    margin: 4rem 0rem 2rem 0rem;
}



/* Responsive */

@media only screen and (max-width:61.25em) { 
	header .header {
        width: 100%;
        text-align: center;
    }

    .max-width-content {
        display: block;
    }

    .download_button {
        font-size: 0.7rem;
    }
    .download_app {
        margin-top: 1rem;
    }

    .max-width-content {
        padding: 0rem 1rem 0rem 1rem;
    }

    .content {
        width: 100%;
    }

    .wrapper {
        display:block;
    }

    .sidebar {
        width: 60%;
        margin: auto;
    }

    footer {
        padding: 1rem;
    }

    footer .search {
        width: 100%;
    }

    .social-media {
        justify-content: space-evenly;
        align-items: center;
        display: flex;
        gap: 20px;
    }

    .social-media img {
        margin-bottom: 2rem;
    }

    .button-cta-video a {
        font-size: 1rem;
    }

}

@media only screen and (max-width:37.5em) { 
	
    .download_app {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        gap: 1rem;
    }

	.pitch-app {
    	display: flex;
   	 	justify-content: space-between;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	align-items: center;
	}
    
    header {
        max-height: 250px;
    }
    
    header button {
        margin: 0.5rem 0rem;
    }

    .share-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .share-icons > div {
        margin-bottom: 5px;
        width: 40%;
    }

    footer .menu {
        width: 100%;
    }

    .footer-inner {
        width: 100%;
    }

    .share, .footer-inner {
        display: block;
    }

    .sidebar {
        width: 100%;
    }

    .download_app button {
        margin-bottom: 15px;
    }

    footer .menu, footer .search {
        margin-top: 2rem;
    }

    .share-cta {
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }
    
    .s-400 {
        height: 525px;
    }
	
	.button-cta-video {
		display: flex;
		flex-direction: column;
    	flex-wrap: nowrap;
    	align-items: center;
	}
	
    .content .button-cta-video a {
        font-size: 1.1rem;
		width: 80%;
		text-align: center;
    }
	
	.download_app a {
        font-size: 0.6rem;
	}

    .download_app {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        gap: 1rem;
    }


}