/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../Fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../Fonts/open-sans-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../Fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../Fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../Fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../Fonts/open-sans-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../Fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../Fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../Fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../Fonts/open-sans-v15-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



body { color:#555555; font-family: 'Open Sans', Arial, sans-serif; font-weight:300; font-size:18px; line-height:180%; }

b, strong { font-weight:900; }

h1, h2, h3, h4, h5, h6 { color:#009036; font-weight:300; line-height:120%; margin:0; padding:0; text-transform:uppercase; } 
h1 { font-size:2.0rem; }
h2 { font-size:2.8rem; padding:0 0 30px; font-weight:300; }
h3 { font-size:1.5em; padding:0 0 20px; font-weight:900; }
/*h4 { font-size:1.2em; padding-bottom:15px; font-weight:900; text-transform:none; }
h5 { font-size:1.2em; padding-bottom:15px; font-weight:900; line-height:130%; color:#555555; }
h6 { font-size:1.0rem; padding-top:20px; padding-bottom:0px; font-weight:700; line-height:160%; color:#555555; }*/


/* links */
a,
a:visited,
a:active,
a:hover { text-decoration:none; color:#009036; outline:0 !important; }
a:hover { text-decoration:underline; }


/* Verschiedene Buttondesigns */
.pfeil-box { display:block; border-left:1px solid #9d1327; position:absolute; top:0; right:0; width:40px; height:100%; }
.pfeil-box .pfeil { display:block; position:absolute; width:0; height:0; top:14px; left:40%; border-top:6px solid transparent; border-bottom:6px solid transparent; border-left:10px solid #CCC; }



a.button { position:relative; text-decoration:none; border-radius:3px; border:1px solid #9d1327; background:#fff; display:block; line-height:40px; padding:0 20px; box-sizing:border-box; 
  transition: all 0.4s ease-in 0s; /* explorer 10 */
  -webkit-transition: all 0.4s ease-in 0s; /* chrome & safari */
  -moz-transition: all 0.4s ease-in 0s; /* firefox */
  -o-transition: all 0.4s ease-in 0s; /* opera */
}
a.button:hover { text-decoration:none; color:#fff !important; background-color:#9d1327; }

a.button-inline { position:relative; text-decoration:none; border-radius:3px; border:1px solid #9d1327; background:#fff; display:inline-block; line-height:40px; padding:0 20px; box-sizing:border-box; 
  transition: all 0.4s ease-in 0s; /* explorer 10 */
  -webkit-transition: all 0.4s ease-in 0s; /* chrome & safari */
  -moz-transition: all 0.4s ease-in 0s; /* firefox */
  -o-transition: all 0.4s ease-in 0s; /* opera */
}
a.button-inline:hover { text-decoration:none; color:#fff !important; background-color:#9d1327; }


a.button-red { text-align:center; color:#CCC; border-color:#CCC; }
a.button-red:hover { color:#9d1327 !important; border-color:#9d1327; background-color:inherit;}

.content-pfeil { display:block; overflow:hidden; text-indent:-1000px; position:absolute; width:0; height:0; top:14px; right:15px; border-top:6px solid transparent; border-bottom:6px solid transparent; border-left:10px solid #CCC; }

a.link-mail-button { position:relative; display:inline-block; line-height:24px; padding-right:50px; font-weight:900; color:#9d1327; background:url('../Images/icon_mail.png') right center no-repeat; background-size:contain; box-sizing:border-box; }




  .hide { display:none; }

