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

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

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





@font-face {
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
font-stretch: condensed;
  font-weight: 900;
  src: local(''),
       url('../fonts/HelveticaNeueLTStd-XBlkCn.otf') format('opentype');
}




@font-face {
  font-family: 'Helvetica Neue';
    font-style: thin;
  font-weight: 100;
  src: local(''),
       url('../fonts/HelveticaNeue Thin.ttf') format('truetype');
}








body {
font-family: 'Helvetica Neue';
}

h1 {
  font-size: 80px;
    margin-bottom: 0px; 
    font-family: 'Helvetica Neue LT Std';
    line-height: 80px;
    color: #aa185d;
}



h2 {
    font-family: 'Helvetica Neue';
    font-size: 52px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 100;
    line-height: 55px;
    color: #aa185d;
}




h3 {
    font-family: 'Helvetica Neue LT Std';
    font-size: 60px;
    margin: 0px;
    font-style: normal;
    line-height: 60px;
    color: #aa185d;
}




p , ul , li
{
    font-family: 'Helvetica Neue';
    font-weight: 100;
    font-size: 25px;
    margin: 0px;
    font-style: normal;
    line-height: 40px;
    color: #243544;
}

a {
  color: #243544;
  text-decoration: none;
}

a:hover {
  color:#aa185d;
}





.linie {
  width: 560px;
    height: 1px;
    background-color: #806200;
    border: none;
    margin-top: 100px;
}







.img {
  width: 100%;
}

.link-block {
  width: 100%;
}

.image {
  width: 100%;
}

.div-block {
  width: 100%;
}

.link-block-2 {
  width: 100%;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;    
    padding: 0 25px;
}

.logo {
    display: flex;
    justify-content: center;
    width: 100%;
}

.body {
  padding-top: 50px;
}

.content1{
background-color: #806200;
    padding-left: 120px;
    padding-right: 50px;
    padding-top: 60px;
    padding-bottom: 50px;
    margin-top: 40px;
    margin-bottom:30px;
}

.box{
	background-color: #000;
    background-size: cover;
	background-repeat: no-repeat;
    background-position:center center;
    height: 1200px;
    padding-left: 80px;
    padding-top: 145px;
}



.kasten{
    background-color: #806200;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 30px;
    color: #fff;
    width: 250px;
}


.hg-bild{
	 background-color:#882a34;
    background-size: cover;
	background-repeat:no-repeat;
    background-position: right, bottom;
	height: 200px;
	width: 100%;
    margin-top: 30px;
	 margin-bottom: 90px;
}


.container {
    margin-top: 50px;
  padding-right: 25px;
  padding-left: 0px;
}

.button {
  border: none;
  color: #af9854!important;
  background-color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}



b, strong {
    font-weight: bolder;
}

.footer {
  padding: 25px 25px;
  background-color: #d0abb8;
  text-align: center;
    color: white;
    margin-top: 30px;
}

.footer a {
    color: #fff;
    font-family: 'Helvetica Neue';
    font-size: 20px;
}


.footer a:hover {
    color: #aa185d;
    font-family: 'Helvetica Neue';
    font-size: 20px;
}


.footer p {
    color: #fff;
    font-family: 'Helvetica Neue';
    font-size: 20px;
}


.text-block {
  margin-top: 70px;
  padding-left: 120px;
  padding-right: 120px;
}


.div-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}


.nur-mobil {
        display: none;
}



.grafik {
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom right -100px;
    background-size: 1300px;
    padding-left: 600px;
    padding-bottom: 470px;
    padding right: 20px;
}


.hr1 {
    height: 1px;
    width: 70%;
    background-color: #384347;
    border: none;
    z-index: 100;
    position: absolute;
    right: 0px;
}


.hr1-box {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
}



.hr2 {
    height: 1px;
    width: 30%;
    background-color: #384347;
    border:none;
    z-index: 100;
    position: absolute;
    left: 0px;

}



.hr2-box {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
}


.danke {
    display: flex;
    width: 1300px;
    height: 420px;
    position: absolute;
    right: 0px;
    top: -220px;
    
}


.danke-container {
    display: flex;
    position: relative;
    
}




@media (max-width: 768px) {
  .linie {
     width: 100px;
      margin-top: 50px;
    }
    
    
    .content1 {
     width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .text-block {
  margin-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
    
    
    
h1 {
  font-size: 40px;
    line-height: 50px;
}
    
    
    h2 {
  font-size: 30px;
    line-height: 40px;
}
    
    h3 {
  font-size: 25px;
    line-height: 35px;
}
    
    
    h3 a {
  font-size: 25px;
    line-height: 35px;
}
    
    
    h3 a:hover {
  font-size: 25px;
    line-height: 35px;
}
    
    p , ul , li {
  font-size: 20px;
    line-height: 30px;
}
    
    
    .nur-mobil {
        display: block;
    
  }
    
    .nur-mobil h1 {
        margin-left: 15px;
        margin-right: 15px;
  }
    
    
    .nur-mobil p {
        margin-left: 15px;
        margin-right: 15px;
  }
    
    
    .nur-mobil a {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 20px !important;
        line-height: 30px !important;
        color: #243544 !important;
  }
    
    
    .nur-mobil a:hover {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 20px !important;
        line-height: 30px !important;
        color: #806200 !important;
  }
    
    
    .kasten {
        margin-left: 15px;
        margin-right: 15px;
  }
    
    
    .kasten a {
       font-size: 20px !important;
        line-height: 30px !important;
        color: #fff !important; 
  }
    
    
    
    .kasten a:hover {
       font-size: 20px !important;
        line-height: 30px !important;
        color: #243544 !important; 
  }
    
    
    .desktop {
        display: none;
    
  }
    
    



}
    
    

