/* color1 pink: #ae3469 */
.container {
    /*width: 960px;*/
}
#header-section{
    height: 584px;
    background-image: url('../img/header-background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    z-index: 5;
    position: relative;
}
.color-overlay {
    background-color: rgba(255,255,255,0.3);
    position: relative;
    z-index: 6;
}
.logo-box {
    height: 69px;
    width: 199px;
    margin-left: 20px;
    margin-top: 27px;
    position: absolute;
    vertical-align: baseline;
    z-index: 11;
}
#video-section {
    background-color:#ae3469;
    height: 554px;
}
iframe {
    width: 100%;
    height: 100%;
}
.video-box {
    /*margin-left: 100px;*/
    /*height: 400px;*/
    position: relative;
    /*width: 733px;*/
    margin-top: -250px;
    z-index: 30;
}
.video-buttons-box{
    /*margin-left: -170px;*/
    /*margin-top: 150px;*/
    width: 100%;
    /*height: 300px;*/
}
.video-buttons-box .video-button{
    /*width: 33.333334%;*/
    /*height: 100%;*/
    /*margin: 0;*/
    /*width: 242px;*/
    height: 61px;
    z-index: 13;
    line-height: 32px;
    font-size: 27px;
    font-weight: 400;
    /*font-family: Open Sans;*/
    color: #ae3469;
    background-color: white;
    border-radius: 0;

}
.video-buttons-box .video-button:hover{
    background-color: #e1e1e1;
}
#link-for-english {
    text-decoration: underline;
    color: white;
    float: left;
    margin-top: 25px;
    /*padding-left: 100px;*/
    font-size: 18px;
    cursor: pointer;
}

#content-section {
    height: 757px;
}
#content-section h2 {
    color: #ae3469;
    font-weight: bold;
    font-size: 36px;
}
#content-section h4 {
    color: #ae3469;
    font-size: 30px;
    font-weight: 300;
    margin-top: 60px;

}
.contact-box{
    padding-top: 45px;
    padding-left: 35px;
    font-size: 20px;
    background-color: #fdf24e;
    height:302px;
    width: 320px;
}
.contact-box input {
    border: none;
    margin-top: 25px;
    padding: 1%;
}
.contact-box button {
    padding: 2% 15%;
    font-size: 16px;
    margin-top: 25px;
    background-color: #ae3469;
    color: white;
    border: none;
    border-radius: 5px;
}
.pink-button {
    width: 150px;
    padding: 5% 25%;
    font-size: 16px;
    margin-top: 25px;
    background-color: #ae3469;
    color: white;
    border: none;
    border-radius: 5px;
}
#social-section {
    background-color: white;

}
#social-section h5 {
    margin-top: 100px;
    font-size: 21px;
}
#social-section .row {
    width: 500px;
    margin: auto;
    margin-bottom: 50px;
}
#footer-section {
    background-color: #ae3469;
    color: white;
    height: 110px;
    padding-bottom: 20px;
}
#footer-section .row {
    width: 700px;
    margin: auto;
    padding-top: 15px;
}
#footer-section a {
    text-decoration: underline;
    color: white;
    font-size: 14px;
    cursor: pointer;
}
#footer-section h6 {
    font-size: 14px;
}

/*MODALS*/
.modal-button {
    height: 58px;
    width: 224px;
    padding: 0;
    margin-left: 20px;
}
#spenden-modal .modal-header{
    padding-left: 20px;
    padding-right: 70px;
}
#spenden-modal h3 {
    font-size: 24px;
    color: #ae3469;
}
#spenden-modal h4 {
    font-size: 22px;
    color: #ae3469;
    margin-top: 50px;
}
#spenden-modal p {
    margin-top: -10px;
    font-size: 20px;
}