/* GLOBAL */

body {
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	line-height:1.6em;
	color:#636161;
	letter-spacing:.05em;
	width:100%;
	border:0px solid #369;
}

a {
    color:#007C94;
}
h1 {
	padding:0px;
	font-size:1.3em;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .1em;
	border:0px solid #369;	 
}
h2 {
	margin-top:20px;
	margin-bottom:5px;
	font-size:1.1em;
	font-weight:bold;   
}
h3 {
  margin-top:15px;
  margin-bottom:5px;
	font-size:1em;
	font-style: italic;
	font-weight:bold;
}
h4 {
  margin-top:10px;
  margin-bottom:5px;
  font-size:1em;
}
p {
  margin-top:5px;
  margin-bottom:5px;
}

#dts ul, #presse ul {
  padding-left:2em;
}
#dts li, #presse li {
  text-align:left;
}
#numberedlist li {
    margin-top:0;
    margin-left:1.5em;
    padding-top:0;
    padding-left:.8em;
}

#start h1,#imp h1,#dts h1 {
   padding-top: 120px;
}

#mainPage {
	background-image:url(../assets/hg-lo.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding-bottom:55px;
}

/* ------------HEADER-------------------------- */

#header /*--------------streifen navi logo------------------S*/
 {
	width:100%;
	top:0;
	position:fixed;
	display:block;
	z-index:999;
	border:0px solid #369;
	background-color: #FFFFFF;
}

#toptop {
    width:100%;
    height:30px;
    background-image:url(../assets/str_m.png);
}
#topin {
    width:80%;
    margin-right:auto;
    margin-left:auto;
    text-align:right;
    color:#fff;
}
#navi {
    width:100%;
    height:120px;
    position:fixed;
    margin-top:0;
    padding-top:0;
    background:rgba(255,255,255,.96) url(../assets/str_m.png) left bottom repeat-x;
    transition: top 0.2s ease 0s;
}
#start, #derverein, #termine, #presse, #kopfnuesse {
    margin-top: -120px;
    padding-top: 120px;
}

#logoname {
    width:180px;
    height:60px;
    float:right;
    display:block;
    margin-right:10%;
		margin-top:10px;
    background-image:url(../assets/hIghQ-Logo.svg);
    background-position:right top;
    background-repeat:no-repeat;
    background-size: contain;
}
.navbar {
    width:80%;
    margin-top:25px;
    margin-left:10%;
	border:0px solid #369;
}

nav {
    width:100%;
    margin-right:auto;
    text-align:left;
}

.navbar a {
	margin-top:0px;
	display:block;
	color:#475959;
	text-decoration: none;
}

.navbar a:hover {
	text-decoration: underline;
}

.navbar li {
    float:left;
    display:inline;
    padding-right:5%;
}
/* inhalt --------*/


.flex-container {
  display: flex;
	flex-direction: row;
}

.column {
  flex: 50%;
	padding-right:1em;
}

.column66 {
  flex: 66%;
	padding-right:1em;
}

.column33center {
  flex: 33%;
	padding-right:1em;
	text-align: center;
	align-self: center;
}

section {
  width:80%;
  height:100%;
  clear:left;
  margin-right:auto;
  margin-left:auto;
  margin-top:15px;
  margin-bottom:15px;
  padding-top:10px;
}

#bild {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width:50%;
}


#kontakt, #imp, #dts{
border:0px solid #336699;
padding-bottom: 20px;
}


/* FOOTER --------mit menu drin*/

footer {
    width:100%;
    height:30px;
    bottom:0;
    position:fixed;
    display:block;
		overflow-y: hidden;
    background-image:url(../assets/str.png);
}
#fuss {
    width:100%;
    height:30px;
    bottom:0;
    position:fixed;
    /*margin-left:10%;*/
}
#fuss ul {
  display: flex;
	justify-content: center;
}
#fuss li {
    height:22px;
    float:left;
    display:inline;
    margin-left:10px;
    padding-top:0;
    vertical-align:center;
}
#fuss a {
    display:block;
    color:#fff;
}

/*------------*/


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
        clip: rect(1px, 1px, 1px, 1px);
}


