/*-- ########### --*/
/*-- Basic style --*/
/*-- ########### --*/
html {
    font-family:
    "Open Sans"
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    color: #000;
    font-size: 16px;
    font-weight:300;
}

p {
    margin: 5px 0;
    line-height: 25px;
}

a {
    text-decoration: none;
    color: #b7b7b7;
}

h1 {
    font-size: 1.5rem;
    color: #828e81;
    font-weight:50;
}

b, strong {font-weight:400;}



/*-- ################# --*/
/*-- Navigations style --*/
/*-- ################# --*/

header {
    position: relative;
    margin: 18px auto 30px;
    width: auto;
    max-width: 800px;
    height: auto;
    text-align: center;
}

nav {
    z-index: 9999;
    background-color: #fff;
    margin-top: 45px;
margin-bottom: 23px;
}

nav ul {
    padding: 0;
    list-style: none;
}

nav ul li {
    display: inline-block;
    padding: 3px 20px;
    color: #b7b7b7;
}

nav ul li a {
    transition: color .5s ease;
    font-weight: 400;
font-size: 19px;
}

nav ul li a:hover,
nav ul li a:active {
    color: #336;
}


/*-- ############### --*/
/*-- Sections style  --*/
/*-- ############### --*/

section {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

/*-- ############### --*/
/* Hier hintergrundfarbe! Gruengrau: #828e81    gelb #faffad;--*/

section:nth-child(even) {
    background-color: #c9e0c8;
}

figure {
    margin: 0;
}

figure img {
    max-width: 100%;
}

.one-column {
    margin-bottom: 60px;
}

.one-column p {
    margin-bottom: 1.5rem;
}

.callout {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px 30px;
    width: auto;
    max-width: 800px;
}

.callout a {
    text-decoration: underline;
}

.callout a:hover {
    color: #336;
}

.callout > h3 {
    font-weight: 300;
    font-size: 32px;
    text-align: center;
}

.callout > ul {
    padding-left: 1rem;
}
.callout > ul li {
    margin: 5px 0;
}


.definition-list dt {
    margin-bottom: 0.21rem;
    font-weight:400;

}

.definition-list dd {
    margin: 0 0 1.8rem 0;
}

.secondary-heading {
    font-weight: normal;
    font-size: 20px;
    color: #828e81;
}

.competency-heading {
    margin-top: 60px;
    font-weight: 400;
}

.cv-image {
    border-radius: 100%;
}

.section-arrow {
    position: relative;
    top: -20px;
    display: inline-block;
    width: 37px;
    height: 37px;
    background: #828e81;
    border-radius: 20%;
    line-height: 37px !important;
    text-align: center;
    color: #fff;
}

.back-to-top-button {
    position: relative;
    top: -40px;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #828e81;
    border-radius: 20%;
    line-height: 80px !important;
    text-align: center;
    color: #fff;
}


/*-- ############# --*/
/*-- Footer style  --*/
/*-- ############# --*/
footer {
    clear: both;
    position: relative;
    margin: 60px auto 0;
    width: auto;
    height: 100px;
    text-align: center;
    background: #333;
    color: #7d7d7d;
}

footer .footer-copyright {
    margin: -40px auto 0; /* -40px --> gleicher Wert wie bei .back-to-top-button */
    max-width: 800px;
    text-align: left;
    padding-left: 10px;
}


/*-- ####### --*/
/*-- Format  --*/
/*-- ####### --*/

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.clear {
    clear: both;
}

.mt30 {
    margin-top: 35px !important;
}

.motto {
    margin-bottom: 50px;
}

.hr-small {
    margin: -20px auto 30px;
    width: 50px;
    border: solid 0.7px #828e81;
}
