@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
}

.header {
    border-bottom: 1px solid #b5b7ba;
    background-color: #dfdfdf;
    margin: 0 auto;
    height: auto;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    autofokus
}

.header .selected {
    color: #000;
}
.grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50px 1fr;
}

.grid .item1 img {
    display: block;
    margin: auto;
    width: 100%;
}

.item1 {
    grid-column: 1/4;
}
.item2 {
    grid-column: 1/2;
    
}
.item3 {
    grid-column: 2/4;
}
.item4 {
    grid-column: 1/4;
}
.item5 {
    grid-column: 1/3;
}
.item6 {
    grid-column: 3/4;
}
.center {
    width: 1300px;
    margin: 0 auto;
}
.ads {
    margin: 0 auto;
    height: auto;
    text-align: center;
}

.header a {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-right: 40px;
}

.header span {
    padding: 0 38px;
}

.content {
    margin: 0 auto;
    min-height: calc(100vh - 140px); 
}

.content h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #2e353d;
    font-size: 40px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 45px;
}

.content h3 {
    color: #242424;
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    margin-left: 41px;
    margin-bottom: 52px;
}

.content h5 {
    color:  #242424;
    font-size: 24px;
    text-align: left;
}

.content .box_text {
    background-color: #ffffff;
    float: inherit;
    padding: 20px 20px 25px 30px;
    margin-bottom: 50px;
    margin-right: 30px;
    margin-left: 30px;
}

.content .box_text p {
    color: #242424;
    font-size: 24px;
    font-weight: 100;
    text-align: left;
    margin-bottom: 21px;
}

.content .box_text a  {
    color: #40678a;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    padding-right:30px;
}


.content .media {
    margin-right: 30px;
}

.content .box {
    background-color: #ffffff;
    margin: 20px auto 20px auto;
    padding-top: 20px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 38px;
}

.content .box p {
    color: #242424;
    font-size: 24px;
    font-weight: 100;
    text-align: left;
    margin-top: 17px;
    margin-bottom: 20px;
}

.content .box textarea{
    border: 1px solid #a0a0a0;
    background-color: #f5f5f5;
    padding-left:10px;
    padding-right:10px;
    font-size:20px;
    margin-bottom: 12px;
    word-break: break-all;
    border-radius: 8px;
}

.content .box input {
    border: 1px solid #a0a0a0;
    background-color: #f5f5f5;
    padding-left:10px;
    padding-right:10px;
    font-size:20px;
    overflow: auto;
}

.content .box input[type="text" i] {
    display: block;
    word-break: break-all;
}

.content .box input[type="submit" i] {
    height: 34px;
    border-width: 2px;
    border-radius: 8px;
}
.content .box a {
    display: block;
    float: left;
    background-color:  #8cbbd3;
    color:  #ffffff;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    padding:11px 51px;
}

.content .box a:hover {
    background-color: #5ba1d3;
}

.footer { /* # == id */
    background-color: #434445;
    width: 100%;
    float: left;
    height: 100px;
    text-align: center;
    color: #a4a4a4;
    font-size: 20px;
    font-weight: 100;
    line-height: 50px;
}

.footer a {
    color: inherit;
}

.massiv {
    width: 95%; 
    word-break: break-all;
}
.massiv1 {
    width: 95%; 
    word-break: break-all;
    white-space: pre-line;
}