/* 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: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/Oswald-Regular.ttf') format('truetype');
}




@font-face {
  font-family: 'Oswald';
    font-style: normal;
  font-weight: 200;
  src: local(''),
       url('../fonts/Oswald-Light.ttf') format('truetype');
}


@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/Oswald-Medium.ttf') format('truetype');
}





body {
font-family: 'Oswald';
}

h1 {
  font-size: 60px;
    margin-bottom: 10px; 
    font-family: 'Oswald';
    font-weight: 500;
    line-height: 70px;
    color: #806200;
}



h2 {
    font-family: 'Oswald';
    font-size: 45px;
    margin: 0px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    color: #243544;
    margin: 20px 0;
}

body.impressum .content2 h2, body.impressum .content2 p {
    margin: 20px 0;
}

body.impressum .content2 a, body.impressum a:visited {color: #243544;}
body.impressum .content2 a:hover {color: #806200 !important;}




h3 {
    font-family: 'Oswald';
    font-size: 40px;
    margin: 0px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
}

body.impressum .content2 h3 {
    color: #243544;
    margin: 20px 0;
}

h3 a {
    font-family: 'Oswald';
    font-size: 40px;
    margin: 0px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
}



h3 a:hover {
    font-family: 'Oswald';
    font-size: 40px;
    margin: 0px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    color: #243544;
}


p , ul , li
{
    font-family: 'Oswald';
    font-weight: 200;
    font-size: 30px;
    margin: 0px;
    font-style: normal;
    line-height: 40px;
    color: #243544;
}

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

a:hover {
  color:#243544;
}

b{
  font-family: 'Open Sans bolder';

}



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



.seite a {
   color: #243544 !important; 
}


.seite a:hover {
    color: #806200 !important;
}




.img {
  width: 100%;
}

.link-block {
  width: 100%;
}

.image {
  width: 100%;
}

.div-block {
  width: 100%;
}

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

.header {
  padding-right: 25px;
  padding-left: 25px;
}

.logo {
  text-align: center;
    display: flex;
    align-content: flex-start;
    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:right center;
    height: 1100px;
    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;
}

.button a {
  color: #af9854!important;
}

b, strong {
    font-weight: bolder;
}

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

.footer a {
    color: white;
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 300;
}


.footer a:hover {
    color: #806200;
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 300;
}


.footer p {
    color: white;
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 300;
}


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


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


.nur-mobil {
        display: none;
}


@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: 20pt !important;
        line-height: 30pt !important;
        color: #243544 !important;
  }
    
    
    .nur-mobil a:hover {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 20pt !important;
        line-height: 30pt !important;
        color: #806200 !important;
  }
    
    
    .kasten {
        margin-left: 15px;
        margin-right: 15px;
  }
    
    
    .kasten a {
       font-size: 20pt !important;
        line-height: 30pt !important;
        color: #fff !important; 
  }
    
    
    
    .kasten a:hover {
       font-size: 20pt !important;
        line-height: 30pt !important;
        color: #243544 !important; 
  }
    
    
    .desktop {
        display: none;
    
  }
    
    



}
    
    

