body {
    margin: 0;
    font-family: 'Exo 2', sans-serif;
    min-width: 1000px;
    background-color: #fff;
    /*background-image: url(/img/background.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    /* background-attachment: fixed; */
    /*background-size: cover;*/
}

#main {
    height: 100%;
    margin: 0 auto;
    width: 1000px;
}

/*@media (min-width: 320px) {
    #main {
        background-attachment: fixed;
    }
}*/

.header, .content, .footer {
    display: inline-block;
    width: 100%;
}

.header {
    margin-top: 20px;
    height: 10%;
}

.content {
    height: 75%;
}

.footer {
    height: 10%;
}

.left-half {
    float: left;
}

.right-half {
    float: right;
}

.logo {
    padding-top: 10px;
    margin-bottom: 0px;
}

.logo span {
    color: #825097;
}

.small, .phone {
    display: block;
}

.small {
    font-size: 18px;
}

.phone {
    color: #000;
    font-size: 37.3px;
    text-decoration: none;
}

.content .l-purple, .content .d-purple {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    padding: 0px 6px 2px 6px;
    display: table;
}

.l-purple {
    background: #f2ae44;
}

.d-purple {
    background: #599651;
}

.text-purple {
    color: #234420;
    font-weight: 900;
    font-size: 20px;
    margin-top: 35px;
    display: block;
}

.content ul {
    font-size: 20px;
    list-style: none;
    margin: 5px 0 30px 0;
    padding: 0;
    font-weight: 900;
}

.footer-text {
    font-size: 30px;
    font-weight: bold;
    float: left;
    -webkit-margin-before: 22px;
}

.footer-text span {
    padding: 0 5px 5px 5px;
    color: #234420;
}

.btn {
    font-family: 'Exo 2', sans-serif;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    background: #448345;
    border-radius: 1px;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.btn:hover {
    background: #fdc44d;
}

.btn:active, .btn:focus {
    background: #fed44f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-big {
    font-size: 25px;
    padding: 20px 50px;
    float: right;
}

.btn-small {
    cursor: pointer;
    font-size: 20px;
    padding: 10px 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
}

input[type=text] {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    font-size: 20px;
    text-align: center;
}

input[type=text]:focus {
    outline: none;
    border: 2px #653686 solid;
}

.link {
    color: #fff;
    text-decoration: none
}

.link:hover {
    color: #fff;
    text-decoration: underline
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

.window {
    position: absolute;
    left: 0;
    top: 0px;
    -top: 80px;
    /* width:440px; */
    /* height:200px; */
    display: none;
    z-index: 9999;
    /* padding: 20px; */
    overflow: hidden;
}

#modal {
    width: 500px;
    /* height: 317px; */
    /* padding:10px; */
    background-color: #ffffff;
}

.modal-header {
    /* position:absolute; */
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background: #653686;
    /* padding: 8px 20px 0px 10px; */
}

.close {
    float: right;
    margin: 9px;
}

.modal-content {
    padding: 15px;
    text-align: center;
}

.modal-content label {
    margin-top: 10px;
    display: block;
}

.gray {
    color: #585858;
    margin: 0 auto;
    display: block;
}
#politik{width:600px;height:500px;background-color:#fff;overflow-y:scroll;box-shadow:2px 2px 20px #5c5c5c;}.modal-text{padding:20px;}.politik a{font-size:14px;color:#aaa;}

.main__text__wrap{float:left;margin-right:15px;}
.video__wrap{float:right;margin-top:70px;}
video#video{width:550px;box-shadow: 3px 3px 5px #9b9b9b;}