/*General*/

@font-face {
   font-family:'Halant';
   font-style: normal;
   font-weight: regular;
   src: local('Halant'), local('Halant-Regular'),
   url(/fonts/Halant/Halant-Regular.ttf) format('truetype')
}
@font-face {
   font-family:'Halant';
   font-style: normal;
   font-weight: 400;
   src: local('Halant'), local('Halant-Regular'),
   url(/fonts/Halant/Halant-Regular.ttf) format('truetype')
}
@font-face {
   font-family:'Halant';
   font-style: normal;
   font-weight: 500;
   src: local('Oswald'), local('Halant-Medium'),
   url(/fonts/Halant/Halant-Medium.ttf) format('truetype')
}
@font-face {
   font-family:'Halant';
   font-style: normal;
   font-weight: bold;
   src: local('Halant'), local('Halant-Bold'),
   url(/fonts/Halant/Halant-Bold.ttf) format('truetype')
}



@font-face {
   font-family:'Quattrocento Sans';
   font-style: normal;
   font-weight: regular;
   src: local('Quattrocento Sans'), local('Quattrocento-Sans-Regular'),
   url(/fonts/Quattrocento_Sans/QuattrocentoSans-Regular.ttf) format('truetype')
}
@font-face {
   font-family:'Quattrocento Sans';
   font-style: normal;
   font-weight: 400;
   src: local('Quattrocento Sans'), local('Quattrocento-Sans-Regular'),
   url(/fonts/Quattrocento_Sans/QuattrocentoSans-Regular.ttf) format('truetype')
}
@font-face {
   font-family:'Quattrocento Sans';
   font-style: normal;
   font-weight: 500;
   src: local('Quattrocento Sans'), local('Quattrocento-Sans-Regular'),
   url(/fonts/Quattrocento_Sans/QuattrocentoSans-Regular.ttf) format('truetype')
}
@font-face {
   font-family:'Quattrocento Sans';
   font-style: normal;
   font-weight: bold;
   src: local('Quattrocento Sans'), local('QuattrocentoSans-Bold'),
   url(/fonts/Quattrocento_Sans/QuattrocentoSans-Bold.ttf) format('truetype')
}


body {
    margin: 0 auto;
}



/*Elemente*/

.wrapper {
    margin: 0 auto;
}


@media screen and (min-width: 960px) {
    .wrapper {
        width: 960px;
    }
    .grid-leerraum {
        display: inline-block;
    }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
    .wrapper {
        width: 640px;
    }
    .grid-leerraum {
        display: none;
    }
}
@media screen and (min-width: 320px) and (max-width: 640px) {
    .wrapper {
        width: 320px;
    }
    .grid-leerraum {
        display: none;
    }
}

.padding-box {
    padding: 1em;
}

.top {
    background: #fff;
    -webkit-box-shadow: -2px 1px 36px -16px rgba(0,0,0,0.47);
    -moz-box-shadow: -2px 1px 36px -16px rgba(0,0,0,0.47);
    box-shadow: -2px 1px 36px -16px rgba(0,0,0,0.47);
    padding: 1.5em;
}

.footer {
    background: #fef8ed;
    padding: 0.25em 0;
    border-top: 1px solid #fae5bb;
}

.breadcrumb {
    background: #fef8ed;
    border-bottom: 1px solid #fae5bb;
    padding: 0.2em 0;
}

.box-info {
    background: #fdf1da;
    margin-bottom:0.5em;
    padding:0.7em 0.7em;
}

.box-kontakt {
    background: #b80007;
    padding: 0.7em 0.7em;
}

form {
    margin-top:2em;
}



/*Typografie*/

h1 {
    font-family: 'Halant', serif;
    font-size: 3em;
    font-weight:400;
    color: #b80007;
    letter-spacing: 0;
}

h2 {
    color: #b80007;
    font-family: 'Halant', serif;
    font-size: 2em;
    font-weight:400;
    letter-spacing: 0;
    line-height: 1.3em;
    margin-bottom: 0em;
    margin-top:0em;
}

h3 {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    color: #525052;
    margin: 0em 0 1.5em 0;
    letter-spacing: 0;
}

h4 {
    font-family: 'Halant', sans-serif;
    font-size: 1.25em;
    font-weight:400;
    line-height: 130%;
    font-weight: normal;
    color: #b80007;
    margin: 1em 0 0em 0;
    letter-spacing: 0;
}


p, li {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #525052;
    line-height: 150%;
    letter-spacing: 0;
    margin-top: 0;
}

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

a:hover {
    color: #ffb30d;
}

#menu > ul > li a.menu-active {
    background-color: #b80007;
    color:#fff;
}

p.abstand-oben-05em {
    margin-top:0.5em;
}

.box-info p.box-info-header {
    color: #b80007;
    font-family: 'Halant', serif;
    font-weight: 500;
    font-size: 1.2em;
    margin: 0 0 0.5em 0;
}

.box-info p {
    color: #525052;
    font-size: 0.75em;
    margin: 0 0 0.5em 0;
}

.box-kontakt p.box-kontakt-header {
    color: #fff;
    font-family: 'Halant', serif;
    font-weight: 500;
    font-size: 1.02em;
    margin: 0 0 0.5em 0;
}

.box-kontakt p {
    color: #fff;
    font-size: 0.84em;
    margin-bottom: 0;
}
.box-kontakt p a {
    color: #fff;
}
.box-kontakt p a:hover {
    color: #ffb30d;
}

.breadcrumb p {
    font-size: 0.9em;
    margin-bottom: 0em;
    margin-top: 0.5em;
}

.breadcrumb h6 {
    color: #b80007;
    font-family: 'Halant', sans-serf;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
}

.footer p {
    font-size: 0.8em;
}

.footer h6 {
    color: #b80007;
    font-family: 'Quattrocento Sans', sans-serf;
    font-size: 0.9em;
    font-weight: 700;
    margin: 0;
}

.em-orange {
    color: #b80007;
}

.position {
    position: relative;
    width: 47%;
}

.typo {
    position: absolute;
    bottom: 4.5em;
    right: 7em;
    display: block;
}

.typo-orange {
    background: #b80007;
    font-family: 'Halant', serif;
    font-size: 1em;
    font-weight:400;
    color: #fff;
    padding: 0.3em;
    margin: 0 0;
    width: 8em;
}

.typo-grau {
    background: #525052;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 0.8em;
    font-weight:400;
    color: #fff;
    padding: 0.5em;
    margin: 0 0 0 0.75em;
    width: 8em;
}

.typo-header {
    position: absolute;
    bottom: 3em;
    right: 0em;
    display: block;
    width: 100%;
}

.typo-orange-header {
    background: #b80007;
    font-family: 'Halant', serif;
    font-size: 2em;
    font-weight:400;
    color: #fff;
    padding: 0.3em;
    margin: 0 0 0 2em;
    width: 8em;
}

.typo-grau-header {
    background: #525052;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 1.7em;
    font-weight:400;
    color: #fff;
    padding: 0.5em;
    margin: 0 0 0 4em;
    width: 8em;
}

.typo-orange-header-vita {
    background: #b80007;
    font-family: 'Halant', serif;
    font-size: 2em;
    font-weight:400;
    color: #fff;
    padding: 0.3em;
    margin: 0 0 0 2em;
    width: 10em;
}

.typo-grau-header-vita {
    background: #525052;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 1.7em;
    font-weight:400;
    color: #fff;
    padding: 0.5em;
    margin: 0 0 0 4em;
    width: 13em;
}

.bildunterschrift {
    font-size: 0.7em;
}

.hoch_symbol {
    vertical-align: super;
    font-size: 70%;
}

@media screen and (max-width: 1067px) {
    .typo-orange-header,
    .typo-orange-header-vita{
        font-size: 1.5em;
    }
    .typo-grau-header,
    .typo-grau-header-vita{
        font-size: 1.2em;
    }
}

@media screen and (max-width: 698px) {
    .typo-orange-header,
    .typo-orange-header-vita{
        font-size: 1em;
    }
    .typo-grau-header,
    .typo-grau-header-vita{
        font-size: 0.75em;
    }
}

@media screen and (max-width: 450px) {
    .typo-orange-header,
    .typo-orange-header-vita {
        font-size: 0.8em;
    }
    .typo-grau-header,
    .typo-grau-header-vita{
        font-size: 0.6em;
    }
}

.text-einzug {
    margin-left: 4.2em;
}

.margin-bottom {
    margin-bottom: 2em;
}
.margin-bottom-small {
    margin-bottom:0.5em;
}
.margin-right {
    margin-right:1em;
}
.margin-top {
    margin-top:2em;
}
.margin-top2 {
    margin-top:4em;
}
.margin-top-no {
    margin-top: 0em;
}

table {
    margin-top:0em;
    width:100%;
}

tr.border-bottom {
    border-bottom:0.1em solid #dbdbdb;
}

th {
    color: #b80007;
    font-family: 'Halant', serif;
    font-size: 1.02em;
    font-weight: 500;
    padding: 0.5em 0em;
    text-align: left;
}

td {
    color: #525052;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 0.84em;
    font-weight: 400;
    line-height: 1.6em;
    padding: 0.5em 0em;
    margin-left:0.5em;
    width: 60%;
}

td.table-main {
    font-weight: 700;
    width: 40%;
    margin-left:0em;
}

span.span-date {
    display: inline-block;
    width:5em;
}

.kontakt-input-1 {
    margin-bottom: 1em;
    padding: 0.5em;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #b80007;
    font-size: 1em;
}

.kontakt-input-2 {
    max-width: 100%;
    min-width: 100%;
    padding: 0.5em;
    border: 0;
    border-bottom: 1px solid #b80007;
    font-size: 1em;
    height: 12.8rem;
}

.form-abstand-vor-gleichung {
    margin-top:2rem;
}
.button-absenden {
    background-color: #b80007;
    border: 0em solid black;
    color: #fff;
    float: right;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 0.72em;
    font-weight: 700;
    margin-top: 2em;
    padding: 0.5em;
    vertical-align: bottom;
}
@media screen and (max-width: 960px) {
    .button-absenden {
        margin-top: 2em;
    }
}
.button-absenden:hover {
    background-color: #f5a400;
}

.button {
    background-color: #b80007;
    color: #fff;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 1em;
    font-weight: 700;
    margin-top: 1em;
    padding: 0.5em;
}

.button:hover {
    background-color: #b80007;
    color: #fff;
}

textarea,
input{
    color: #525052;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 0.72em;
    font-weight: 400;  
}

::-webkit-input-placeholder {
    color: #525052;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 0.72em;
    font-weight: 400;
}

:-moz-placeholder { /* Firefox 18- */
    color: #525052;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 0.72em;
    font-weight: 400;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #525052;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 0.72em;
    font-weight: 400;
}

:-ms-input-placeholder {  
    color: #525052;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 0.72em;
    font-weight: 400;
}

table.impressum {
    border-collapse: collapse;
    margin-bottom: 2em;
    margin-top: 2em;
}
table.impressum tbody td {
    vertical-align: top;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    border-bottom: 0.1em solid #dbdbdb;
}
table.impressum tbody td.left {
    color: #b80007;
    font-family: 'Halant', serif;
    font-weight: 500;
    text-align: left;
    width: 40%;
}
table.impressum tbody td.right {
    padding-right: 1em;
    width: 60%;
}
.uberblick-leistungen,
.fortbildungen {
    list-style-image: url('../images/aufzahlung.svg');
    margin-top:0.5em;
    margin-bottom: 0em;
    padding: 0em 0em 0em 1em;
}
.uberblick-leistungen li {
    color: #525052;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 150%;
}

.fortbildungen li {
    color: #525052;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 150%;
}

.kontaktliste {
    list-style-image: url('../images/aufzahlung_groß.svg');
    margin-top:1em;
    margin-bottom: 1em;
    padding: 0em 0em 0em 1em;
}
.kontaktliste li {
    color: #525052;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 150%;
}


.content-image {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.carousel-cell-new {
    display: block;
    float:left;
    width: 272px;

}

.single-header-picture {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.single-header-picture a {
    bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.single-header-picture img {
    max-height: 100%;
    max-width: 100%;
}

.privat {
    background-color: #b80007;
    margin-bottom:2rem;
}
.privat h3,
.privat p {
    color: white;
}

.full-image {
    width:100%;
}

@media screen and (min-width: 1600px) {
    .single-header-picture img {
        min-width: 100%;
    }
}
@media screen and (min-width: 960px) {
    .single-header-picture {
        height: 600px;
    }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
    .single-header-picture {
        height: 400px;
    }
}
@media screen and (min-width: 320px) and (max-width: 640px) {
    .single-header-picture {
        height: 200px;
    }
}
@media screen and (min-width: 320px) and (max-width: 640px) {
    .single-header-picture {
        height: 200px;
    }
}

.logodiv {
    width: 100%;
}
.logo {
    width:160px;
}
@media screen and (max-width: 959px) {
    #logo-link {
        display: block;
        width: 100%;
    }
    .logo {
        display:block;
        width: 160px;
        margin: 0 auto;
    }
}



@media screen and (min-width: 960px) {
    #telefon-icon {
        display: none;
    }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
    #telefon-icon {
        display: none;
    }
}
@media screen and (min-width: 320px) and (max-width: 640px) {
    #telefon-icon {
        display: box;
        position: absolute;
        top: 24px;
        right: 20px;
    }
}
@media screen and (min-width: 1px) and (max-width: 320px) {
    #telefon-icon {
        display: block;
        position: static;
        text-align: center;
        margin-top:1rem;
    }
}





::-webkit-input-placeholder {
    font-size: 1em;
}
::-moz-placeholder {
    font-size: 1em;
}
:-ms-input-placeholder {
    font-size: 1em;
}
::placeholder {
    font-size: 1em;
}

 
@media screen and (min-width: 640px) {
    .kurse-zertifikat-side {
        display: inline-block;
    }
    .kurse-zertifikat-main {
        display: none;
    }
}
@media screen and (min-width: 1px) and (max-width: 640px) {
    .kurse-zertifikat-side {
        display: none;
    }
    .kurse-zertifikat-main {
        display: inline-block;
    }
}