
            .header {
                font-family: RAJDHANI;
                font-size: 24px;
                color: #444444;
            }

            .working-time {
                font-family: RAJDHANI;
                font-size: 18px;
                color: #444444;
            }

            .news {
                  font-family: RAJDHANI;
                  font-size: 14px;
                  color: #444444;
            }

            .content {
                  font-family: RAJDHANI;
                  font-size: 16px;
                  color: #444444;
            }

            .grid-container {
                  display: grid;
                  grid-template-columns: 300px 0.65fr 0.65fr 0.68fr;
                  column-gap: 0px;
                  padding: 5px;
            }

            .item1 {
                    grid-column-start: 1
                    grid-column-end: 2
                    width: 120
            }

            .item2 {
                    grid-column-start: 2
                    grid-column-end: 3
            }

            .item3 {
                    grid-column-start: 3
                    grid-column-end: 4
            }

            .item4 {
                    grid-column-start: 4
                    grid-column-end: 5
            }

            .grid-content {
                  display: grid;
                  grid-template-columns: 750px 0.8fr;
                  column-gap: 20px;
                  padding: 5px;
            }

            .item1a {
                    grid-column-start: 1
                    grid-column-end: 2
                    width: 750
            }

            .item2a {
                    grid-column-start: 2
                    grid-column-end: 3
            }

            .item2b {
                    grid-column-start: 3
                    grid-column-end: 4
                    grid-row-start: 1
            }

            .item2row {
                    grid-column-start: 1;
                    grid-column-end: 2;
                    grid-row-start: 2;
                    grid-row-end: 3;
                    width: 750
            }

            .item3a {
                grid-row-start: 2
            }

            .grid-current {
                  display: grid;
                  grid-template-columns: 750px 0.5fr;
                  column-gap: 0px;
                  padding: 5px;
            }

            .item1b {
                    grid-column-start: 1;
                    grid-column-end: 2;
                    width: 1500
            }

             .item2b {
                    grid-column-start: 1;
                    grid-column-end: 2;
                    grid-row: 2 / 2;
            }

            .background-1 {
                  background-image: url('GettyImages-539634565.jpg');
            }

            .background-2 {
                  background-image: url('aleksy.de_20160314-XT2_DSCF0335.jpg');
            }

            .background-3 {
                  background-color: #F0F0F0;
            }

            li.right {
                text-align: middle;
            }

            li.listOnly {
                list-style: none;
                display: inline-block;
            }

            li.float {
                display: inline-block;
            }

            ul.center {
                display: inline-block;
                text-align: center;
                padding: 0;
            }

            hr.hrstyle {
                border-top: 0.1px solid;
                color: #444444;
            }

            .nav-links{
                text-decoration: none;
            }

            #overlay {
                position: absolute;
                display: none;
                width: 100%;
                height: 1000%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0,0,0,0.5);
                z-index: 2;
                cursor: pointer;
                overflow-y: scroll;
            }

            #text{
                position: absolute;
                margin-top: 120px;
                white-space: pre;
                top: 0%;
                left: 50%;
                font-size: 10.5px;
                font-family: "Courier New";
                color: white;
                transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
            }

            a[tabindex]:focus {
                color:red;
                font-weight: bold;
                outline: none;
            }

            .wrap {
                white-space: normal;
            }

