html {overflow-y: scroll;}

body {
margin: 0px;
padding: 0px;
font-family: 'Roboto', sans-serif;
background-color: #64c1c2;
height: 100%;
 }
 
div#wrapper {
margin: 0px auto;
width: 100%;
height: 100%;
min-width: 1000px;
background-color: #64c1c2;
 }
 
header {
box-sizing: border-box;
width: 100%;
height: 170px;
background-color: #ffffff;
padding-left: 10px;
position: relative;
 }

ul.buecher {
list-style-type: none;
display: inline-block;
width: 100%;
margin-left: -20px;
}

ul.buecher li {
display: inline-block;
}

ul.buecher li a {
display: block;
background-color: #64c1c2;
color: #ffffff;
padding: 10px;
margin: 20px;
width: 180px;
text-align: center;
text-transform: uppercase;
text-decoration: none;
}

ul.buecher li a:hover {
color: #000000;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
 
div#logo {
float: left;
width: 400px;
height: 100%;
margin-left: 20px;
margin-top: 20px;
background-image:url('../images/logo_ium.png');
background-size: 300px;
background-repeat:no-repeat;
position: absolute;
 }
 
nav {
float: right;
width: 700px;
height: 70px;
border-bottom: 1px solid #64c1c2;
font-size: 12pt;
font-weight: 300;
 }
 

nav ul {
list-style-type: none;
display:inline-block;
width: 700px;
margin-left: -40px;
margin-top: 40px;
}

nav li {
display:inline-block;  
text-align:center;

}

nav li a {
box-sizing: border-box;
display:block;
color: #000000;
text-decoration: none;
height: 30px;
width: 90px;
padding-top: 0px;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}

nav li.item-135 a {
width: 120px;
}

a.toggle-nav {
display: none;
}

nav li a.partner {
}

nav li a.veroeffentlichungen {
width: 135px;
}

nav li a:hover {
color: #00898b;
 }

nav li.item-139 a, nav li.item-140 a {
display: none;
} 

div#article_wrap {
width: 100%;
background-color: #ffffff;
background-image:url('../images/bg_header.png');
background-position:bottom;
background-repeat:repeat-x;
}

article {
min-height: 300px;
width: 1000px;
margin: 0px auto;
padding: 40px 0px 20px 0px;
box-sizing: border-box;
font-size: 14pt;
line-height: 1.7em;
font-weight:300;
margin-top: 0px;
}

article a.presse {
display: block;
padding-top: 20px;
padding: 5px;
padding-bottom: 7px;
margin-top: 35px;
width: 250px;
color: #ffffff;
background-color: #64c1c2;
text-decoration: none;
text-align: center;
text-transform: uppercase;
}

article a.presse:hover {
color: #000000;
background-color: #ffffff;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}

li.edit-icon {
  display: none;
}

table.mobile {
display: none;
}

h1 {
font-weight: 300;
margin: 0;
margin-bottom: -50px;
padding: 0;
padding-bottom: 40px;
font-size: 22pt;
text-transform: uppercase;}

h1 a{
color: #000000;
}

h2 {
font-weight: 300;
margin: 0;
padding: 0;
margin-bottom: -10px;
text-align: center;
font-size: 18pt; 
}

h3 {
font-weight: 300;
margin: 0;
margin-top: -30px;
padding: 0;
padding-bottom: 40px;
font-size: 22pt;
}

p.bildunterschrift {
display: block;
margin-top: -10px;
font-size: 10pt;
line-height: 12pt;
}

div#about, div#coaching, div#seminare {
display: none;
box-sizing: border-box;
width: 300px;
border: 1px solid #a7a7a7;
border-radius: 10px;
background-image:url('../images/bg_header.png');
background-size: auto 200px;
background-repeat:repeat-x;
background-position:bottom;
padding: 15px 10px 0px 15px;
margin-bottom: 20px;
 }

body.startseite div#about, body.startseite div#coaching, body.startseite div#seminare {
display: block;
}
 
div#about img, div#coaching img, div#seminare img {
display: block;
margin: 0px auto;
width: 70px;
}

div#about a, div#coaching a, div#seminare a, a {
color: #00898b;
}

div#about a:hover, div#coaching a:hover, div#seminare a:hover, a:hover {
text-decoration: none;

}


 
div#about, div#coaching {
float: left;
 }
 
div#coaching {
margin: 0px 50px 0px 50px;
 }
 
div#seminare {
float: right;
 }

div.rapid_contact {
margin: 0px auto;
}

input.inputbox {
width: 200px;
height: 25px;
font-size: 12pt;
font-family: 'Roboto', sans-serif;
border: 1px solid #64c1c2;
background-color: #ffffff;
}

textarea.textarea {
width: 400px;
height: 300px;
font-size: 12pt;
font-family: 'Roboto', sans-serif;
border: 1px solid #64c1c2;
  background-color: #ffffff;
}

input.button {
width: 30% !important;
margin: 0px 270px;
display: ;
background-color: #64c1c2;
border: none;
padding: 10px;
margin-top: 20px;
color: #ffffff;
font-size: 12pt;
font-family: 'Roboto', sans-serif;
  -o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}

input.button:hover {
color: #000000;
background-color: #ffffff;
}

div#footer_wrap {
margin-top: 0px;
height: 150px;
font-weight: 300;
background-color: #64c1c2;
 }
 
footer {
width: 1000px;
margin: 0px auto;
height: 100%;
 }
 
div#footer1, div#footer2, div#footer3 {
width: 300px;
height: 130px;
padding-top: 20px;
color: #ffffff;
font-size: 12pt;
 }
 
div#footer1, div#footer2 {
float: left;
 }
 
div#footer1 {

 }
 
div#footer2 {
margin: 0px 50px 0px 50px;
 }
 
div#footer3 {
float: right;
 }

 
div#footer1 ul {
width: 300px;
list-style-type: none;
display:inline-block;
float: left;
margin: 0px auto;
margin-top: 15px;
line-height: 1.4em;
-moz-column-count: 2;
-moz-column-gap: 10px;
-webkit-column-count: 2;
-webkit-column-gap: 10px;
column-count: 2;
column-gap: 10px;
}

div#footer1 li {
display:block;
padding-left: 0px;
}

div#footer1 li a {
display:block;
color: #ffffff;
text-decoration: none;
padding-right: 20px;
width: 180px;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}

div#footer1 li a:hover {
color: #000000;
}
