
/*=================================================RESET=================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*=================================================RESET=================================================*/

html, body
{
  width: 100%;
  margin: 0px;
  padding:0px;
}


body {
    background-color:#FFF;
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    color:#3c3c3c;
}

#topLine {
    height:10px;
    width:100%;
    background-color:#43726A;
}

#main {
    margin:10px;
    /*font-family: 'Source Sans Pro', sans-serif;
    font-family: 'book';
    font-family: 'Calibri';
    font-size:2em;*/
}

#main img {
    margin-bottom:20px;
}



.contentBox H1 {
    display:block;
    color:#43726A;
    font-weight:600;
    font-size:1.2em;
    margin-bottom:15px;
}

.contentBox H2 {
    display:block;
    color:#43726A;
    font-weight:600;
    font-size:1em;
    margin-bottom:15px;
}

.contentBox H3 {
    display:block;
    color:#43726A;
    font-weight:400;
    font-size:1.2em;
    margin-bottom:10px;
}

.contentBox p {
    font-size:1em;
    margin-bottom:10px;
}

.contentBox .imgDescription {
    display:block;
    margin-top:-17px;
    margin-bottom:20px;
    font-size:0.5em;
}

.contentBox img {
    max-width: 100%;
    display:block;
}

.klassikerBoxLink {
    display:block;
    background-repeat: no-repeat;
    width:240px;
    max-width: 100%;
    height:75px;
    //margin-bottom:30px;
}

.klassikerBoxLinkEscalade {
    display:block;
    background-repeat: no-repeat;
    width:240px;
    max-width: 100%;
    height:91px;
    //margin-bottom:30px;
}

.contentBox a:link{color:#606060; text-decoration: underline;}
.contentBox a:visited{color:#606060; text-decoration: underline;}
.contentBox a:hover{color:#606060; text-decoration: underline;}
.contentBox a:active{color:#606060; text-decoration: underline;}



#kontaktFormSubmit, #anfrageFormSubmit {
    /*width:601px;*/
    width:100%;
    height:30px;
    cursor:pointer;

    background-color:#43726A;
    border:2px solid #43726A;
    color:white;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
     -webkit-appearance: none;

    font-size:11pt;
    font-weight:500;
}

#anfrageForm .select {
    /*width:468px;*/
    width:100%;
    height:34px;
    padding:2px 8px;
    border:2px solid #C4C4C4;
    border-radius:2px;
    font-family: 'Lato', sans-serif;
    font-size:11pt;
    color:#606060;
    margin-bottom:20px;
}

#anfrageForm .anfrageInput {
    /*width:576px;*/
    width:100%;
    height:34px;
    padding:5px 10px;
    border:2px solid #C4C4C4;
    border-radius:2px;
    font-family: 'Lato', sans-serif;
    font-size:11pt;
    color:#606060;
    box-sizing: border-box;
}

#anfrageForm .inputError {
    border:2px solid red;
}

#kontaktForm .kontaktInput {
    /*width:578px;*/
    width:100%;
    height:34px;
    padding:5px 10px;
    border:2px solid #C4C4C4;
    border-radius:2px;
    font-family: 'Lato', sans-serif;
    font-size:11pt;
    color:#606060;
    box-sizing: border-box;
}

#kontaktForm .inputError {
    border:2px solid red;
}


.contentBox li {
    margin-left:30px;
}

.contentBox ul {
    list-style-type:circle;
}

/*========================HEXAGON=====================================*/
.hexagon {
 width: 70px;
 height: 35px;
 background: #43726A;
 position: relative;
}

.hexagon:before {
 content: "";
 position: absolute;
 top: -20px;
 left: 0;
 width: 0;
 height: 0;
 border-left: 35px solid transparent;
 border-right: 35px solid transparent;
 border-bottom: 20px solid #43726A;
}

.hexagon:after {
 content: "";
 position: absolute;
 bottom: -20px;
 left: 0;
 width: 0;
 height: 0;
 border-left: 35px solid transparent;
 border-right: 35px solid transparent;
 border-top: 20px solid #43726A;
}


.hexagonContent {
    display:block;
    color:#FFF;
    font-size:10pt;
    margin-left:5px;
    margin-top:-5px;
    padding:0px 9px;
    line-height:11pt;

    -moz-transform:rotate(-15deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(-15deg); /* Safari */
    -o-transform:rotate(-15deg); /* Opera */
    -ms-transform:rotate(-15deg); /* IE9 */
    transform:rotate(-15deg); /* W3C */
}

.hexagonContent b {
    letter-spacing:1px;
    font-size:12pt;
}

/*========================HEXAGON=====================================*/