body {
    /* background-image: url(computer-drop-board-technology-wave-pattern-912437-pxhere.com.jpg);
    background-image: url(img/shahram1.jpg);
    background-size: cover;
    background-repeat:   no-repeat;
    background-position: center center; */
    background-color: #55758e;
    color: #1B365C;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v27-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-800 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/open-sans-v27-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v27-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v27-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v27-latin-800.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v27-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v27-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

@media only screen and (min-width: 768px) {
    .container {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 2% 5%;
        max-width: 1780px;
        /* margin: 0 auto; */
    }
    .main-content,
    .second-content,
    .footer {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        padding: 10px;
    }
    .main-content,
    .second-content,
    .footer {
        width: 80%;
    }
    .img-container-right {
        display: none;
    }
}

@media only print {
    .img-container-right {
        display: none;
    }
    header {
        display: none;
    }
}

.header {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 60px;
}
.schriftzug {
    margin-bottom: 10px;
    /* background-color: rgba(0, 0, 0, 30%); */
}
.phone {
    color: #fff;
    font-weight: bold;
    position: relative;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 240px;
}
.phone p {
    line-height: 0;
}
.header a {
    color: #fff;
    text-decoration: none;
}
.header svg {
    width: 22px;
    height: 24;
    margin-right: 6px;
    margin-top: 10px;
    position: relative;
}
.img-container-right {
    position: absolute;
    width: 35%;
    top: 10%;
    right: 0;
    z-index: 0;
}
.img-container-right img{
    width: 100%;
}
.main-content {
    /* width: 70%; */
    margin: 30px 0;
    padding: 30px 60px;
    background-color: #fff;
    opacity: 0.8;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    z-index: 10;
}
.content{
    overflow-wrap: break-word;
    word-break: break-word;
}
.second-content {
    /* width: 70%; */
    margin: 30px 0;
    padding: 30px 60px;
    background-color: #fff;
    opacity: 0.8;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    z-index: 10;
}
.footer {
    display: block;
    /* width: 70%; */
    margin: 30px 0;
    padding: 60px;
    background-color: #fff;
    opacity: 0.8;
}
.footer p {
    font-size: 1.2rem;
}

h1 {
   font-weight: 500; 
   font-size: 2.5rem;
}
h2 {
    font-weight: 300; 
    font-size: 2.5rem;
 }
h3 {
    font-weight: 300; 
    font-size: 2rem;
 }
 p, ul {
    font-size: 1.5rem;
 }
 p.auszeichnung-1 {
    font-size: 1.5rem;
    font-weight: 700;
 }
 a {
    color: #1B365C;
    /* text-decoration: none; */
    opacity: 0.95;
 }
 a:hover {
     opacity: 0.7;
     text-decoration: none;
 }
 .img-2 {
     margin-top: 200px;
     /* position: absolute;
     top: 840px;
     right: 0; */
 }