﻿
/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url("webmedia/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("webmedia/OpenSans-Light.woff?v=1.1.0") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("webmedia/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("webmedia/OpenSans-Regular.woff?v=1.1.0") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("webmedia/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("webmedia/OpenSans-Bold.woff?v=1.1.0") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* END Bold */

html {
  font-family: 'Open Sans', 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: #333;
    font-size: 15px;
    font-weight:400;
}

p {
    margin: 5px 0;
    line-height: 25px;
}

a {
    text-decoration: none;
    color: #888;
}

h1 {
    font-size: 1.25rem;
	font-weight: 700;
}

h2 {
  font-size: 1.25rem;
  font-weight: 400;
}

b, strong {
  font-weight:400;
}

th, td {
  padding: 5px;
}

table td {
  vertical-align:top;
}



/* ========================================== */
/* HEADER UND NAVIGATION */

header {
    position: relative;
    margin: 20px auto 30px;
    width: auto;
    max-width: 800px;
    height: auto;
    text-align: center;
}

nav {
    z-index: 9999;
    background-color: #fff;
    margin-top: 3em;
    margin-bottom: 3em;
}

nav ul {
    padding: 0;
    list-style: none;
}

nav ul li {
    display: inline-block;
    padding: 0.5rem 0.6rem;
    color: #888;
    font-weight:400;
    font-size:1.25rem;
  }

nav ul li a {
    transition: color .5s ease;
    font-weight:400;
}

nav ul li a:hover,
nav ul li a:active {
    color: #333;
}

.logosvg {
  margin:0 10px 0 10px;
}

.logosvg img {
  width:36px;
  height:36px;
}

/* ========================================== */
/* BLOECKE / BEREICHE DER SEITE */

section {
    position: relative;
    margin: 0 auto;
    padding-bottom:6rem;
    text-align: center;
}

section:nth-child(even) {
    background-color: #eef2f5;
}

figure {
    margin: 0;
}

figure img {
    max-width: 100%;
}

/*
.multicolumn {
    perspective:1;
    -webkit-perspective:1;  
    -webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2; 
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
}

.one-column {
    margin-bottom: 60px;
}

.one-column p {
    margin-bottom: 1.5rem;
}


article {
    overflow: hidden;
    width: 50%;
    display: table-cell;
    padding-right: 50px;
}

article h3  {
    margin: 10px 0;
}
*/

figcaption {
    display: inline-block;
    line-height: 25px;
    margin-top: 20px;
    max-width: 75%;
}

figcaption span {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.callout {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px 30px;
    width: auto;
    max-width: 800px;
}

.callout a:hover {
    color: #333;
}

.callout > h2 {
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
}

.callout > h3 {
  font-weight: 400;
  font-size: 1.5rem;
  margin:2rem 0 0 0;
  text-align: center;
}

.callout > ul {
    padding-left: 1rem;
}
.callout > ul li {
    margin: 5px 0;
}

.callout > audio {
  width:60%;
  height: 25px;
}

.definition-list dt {
    margin-bottom: 0.21rem;
    font-weight:400;
}

.definition-list dd {
    margin: 0 0 1.5rem 0;
}

.secondary-heading {
    font-weight: normal;
    font-size: 15px;
    color: #12a8b5;
}

.competency-heading {
    margin-top: 60px;
    font-weight: 400;
}

.zitat-image {
    display: inline-block;
    padding-right: 2px;
    width: 45px;
    height: 45px;
    vertical-align: top;
    line-height: 50px;
    text-align: center;
    background: #12a8b5;
}

.zitat-image + p {
  display: inline-block;
  margin: -5px 0 0 20px;
  width: 90%;
}

.section-arrow {
  content: url("data:image/svg+xml,%3Csvg version='1.1' width='20px' height='20px' viewBox='0 0 36 23.6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 10c.95-1 2-2 3-3 2 2 4 4.05 6 6.05 2-2 4.05-4.05 6.05-6.05.95 1 2 2 3 3-3 3.05-6.05 6.05-9.05 9-3-2.95-6-5.95-9-9z' stroke-width='0' fill='%23fff' /%3E%3C/svg%3E");
  position: relative;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #a0adb7;
  border-radius: 50%;
  color: #fff;
}

.back-to-top-button {
  content: url("data:image/svg+xml,%3Csvg version='1.1' width='20px' height='20px' viewBox='0 0 36 23.6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 14c-.95 1-2 2-3 3-2-2-4-4.05-6-6.05-2 2-4.05 4.05-6.05 6.05-.95-1-2-2-3-3 3-3.05 6.05-6.05 9.05-9 3 2.95 6 5.95 9 9z' stroke-width='0' fill='%23fff' fill-opacity='1' /%3E%3C/svg%3E");
  position: relative;
  top: -40px;
  width: 70px;
  height: 70px;
  background: #12a8b5;
  border-radius: 50%;
  color: #fff;
}


/* ========================================== */
/* FOOTER */
footer {
    clear: both;
    position: relative;
    margin: 60px auto 0;
    width: auto;
    height: 200px;
    text-align: center;
    background: #333;
    color: #7d7d7d;
}

footer a:hover {
    color: initial;
    text-decoration: underline;
}

footer .footer-copyright {
    margin: -40px auto 0; /* -40px --> gleicher Wert wie bei .back-to-top-button */
    max-width: 800px;
    text-align: center;
    padding-left: 10px;
}


/* ========================================== */
/* HELFER-KLASSEN */

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.clear {
    clear: both;
}

.motto {
    margin-bottom: 50px;
}

.hr-small {
    margin: -20px auto 30px;
    width: 40px;
    border: solid 1px #12a8b5;
}

.font-licence {
    margin-top: 10px;
    font-size: 11px;
}

/* ========================================== */
/* ICONS */
.icons-social-media {
    list-style: none;
    padding-left: 0;
}

.icons-social-media > li {
    display: inline-block;
    padding: 0 7px 0 7px;
    color: #888;
}

.icons-social-media > li i {
    font-size: 20px;
}

.icons-social-media > li i:hover {
    color: #333;
    transition: color .5s ease;
}

.icon-location {
    color: #12a8b5;
    font-size: 25px !important;
}

.icon-mail {
    color: #12a8b5;
    font-size: 20px !important;
}


/* ========================================== */
/* MEDIA QUERIES FUER RESPONSIVE LAYOUT */

@media (max-width: 726px) {
    .motto  {
        text-align: center;
    }
    .motto  p {
        margin-top: 10px;
    }

    .callout > audio {
      width:80%;
    }
}

@media (max-width: 641px) {
    article {
        display: block;
        width: 100%;
    }
    figure {
        margin: 30px auto 0;
    }
    figcaption {
        display: block;
        width: 55%;
        margin: 0 auto;
    }

    .multicolumn {
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
    }
    .callout > audio {
      width:100%;
    }
}
