/*
lila
#A2185B

orange
#F39200

pink
#D60B52

text
#493833

footer
#404040

*/

/* roboto-condensed-300 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-condensed-v18-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
    url('../fonts/roboto-condensed-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-condensed-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-condensed-v18-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-condensed-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-condensed-v18-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
    url('../fonts/roboto-condensed-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-condensed-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-condensed-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
    url('../fonts/roboto-condensed-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-condensed-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-condensed-v18-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-condensed-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/*************  reset */
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img, abbr, acronym {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, blockquote {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

html * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

html, body {
    font: 16px 'Roboto Condensed', sans-serif;
    color: #493833;
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
}

#stickywrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
}

#stickynav {
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    position: relative;
    text-align: center;
}

#logo {
    width: 140px;
    height: auto;
}

#nav, #social {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 30px;
    top: 75px;
}

#social {
    right: 30px;
    left: auto;
    font-size: 24px;
}

#insta {
    margin: 3px 0 0 -8px;
    font-size: 26px;
}

#nav li, #social li {
    display: inline;
}

#nav a {
    color: #D60B52;
    text-decoration: none;
}

#social a {
    color: #493833;
    transition: color 0.3s ease-in;
}

#social a:hover {
    color: #D60B52
}

#banner {
    position: relative;
    z-index: 11;
}

#bannerimg {
    width: 100%;
    height: auto;
    max-width: 100%;
}

#logo-wrap {
    position: absolute;
    z-index: 12;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
}

#logo-large {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 432px;
    height: auto;
    margin-left: -216px;
    margin-top: -275px;
}

#content {
    padding: 140px 20px 40px;
}

#content-1, #content-2, #content-3, #content-4, #content-6 {
    margin: auto;
    max-width: 980px;
}

#content-3 {
    margin-top: -100px;
}

#content-5 {
    text-align:center;
}

#content-5 a {
    margin: 0 40px;
}

.bg-wrap {
    background: url(../img/yogabg.png) 100% 0 no-repeat;
    margin: 70px -20px;
    height: 940px;
}

.col-1 {
    width: 50%;
    margin-right: 7%;
    border-right: 1px solid #493833;
    padding-right: 7%;
    float: left;
}

.col-2 {
    width: 35.5%;
    float: left;
}

.col-3 {
    width: 57%;
    margin-right: 9%;
    padding-right: 0;
    border: none;
}

.col-4 {
    width: 34%;
}

.col-5 {
    width: 60%;
}

.col-33 {
    width: 30%;
    float: left;
}

.col-33:nth-child(2) {
    margin: 0 4%;
    padding: 0 0.8%;
    border: 1px solid #493833;
    border-top: none;
    border-bottom: none;
}

.row {
    padding: 80px 0;
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

a {
    color: #493833;
    transition: color 0.3s ease-in;
}

a:hover {
    color:#D60B52;
}

p {
    margin: 10px 0;
    line-height: 150%;
}

h1 span {
    font-size: 1px;
    display: block;
}

h2 {
    color: #D60B52;
    font-size: 32px;
    margin: 20px 0;
}

h3, h4 {
    margin: 20px 0 0;
    font-size: 24px;
    color: #D60B52;
}

h3 + p, h4 + p {
    margin-top: 0;
}

.text {
    color: #493833;
}

.gelb {
    color: #F39200;
}

.pink {
    color: #D60B52;
}

.lila {
    color: #A2185B;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

.fi {
    font-style: italic;
}

.tu {
    text-transform: uppercase;
}

.smaller {
    font-size: 16px;
}

#silke-1 {
    margin-top: -10px;
    text-align: center;
}

#contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

#contact li {
    display: block;
    padding: 5px 0;
    line-height: 24px;
}

#contact a {
    color: #493833;
    text-decoration: none;
    transition: color 0.3s ease-in;
}

#contact a:hover {
    color: #D60B52
}

#contact i {
    font-size: 24px;
}

.claim {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}

.claim span {
    display: block;
}

.claim + p {
    margin-top: 0;
}

#questions span {
    display: block;
}

#questions span:first-child {
    font-size: 26px;
}

#questions {
    font-size: 22px;
}

.kurs > span {
    display: block;
}

.kurs {
    text-align: center;
    font-size: 20px;
}

.kurs > span:nth-child(1) {
    margin-bottom: 15px;
}

.kurs span:nth-child(4) {
    margin: 15px 0 0;
}

.kurs span:nth-child(6) {
    margin: 0 0 15px;
}

.kurs span:nth-child(7), .kurs span:nth-child(2), .kurs > span:nth-child(1) {
    font-size: 24px;
}

.kurs a {
    display: block;
    text-align: center;
    max-width: 170px;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    background: #493833;
    border-radius: 5px;
    font-size: 20px;
    margin: 20px auto 0;
    transition: 0.3s ease-in;
}

.kurs a:hover {
    background: #D60B52;
}

#fotos img {
    margin:0 20px 20px 0;
}

#fotos img:last-child {
    margin:0;
}

footer {
    background: #493833;
    color: #fff;
    padding: 40px 20px;
}

footer h2, footer h3, footer h4 {
    color: #fff;
}

footer h4 {
    font-size: 16px;
}

#footer-wrap {
    max-width: 1100px;
    margin: auto;
}

#footer-wrap:after {
    content: '';
    clear: both;
    display: block;
}

#footer-wrap > div {
    float: left;
    width: 35%;
}

#footer-wrap > div:first-child {
    width: 22%;
}

#footer-wrap > div:nth-child(2) {
    margin: 0 4%;
}

@media only screen and (max-width: 1500px) {
    .bg-wrap {
        background-position: 110% 0;
    }
}

@media only screen and (max-width: 1320px) {
    .bg-wrap {
        background-position: 120% 0;
    }
}

@media only screen and (max-width: 1230px) {
    .bg-wrap {
        background-position: 140% 0;
    }
}

@media only screen and (max-width: 1100px) {
    .bg-wrap {
        background-position: 170% 0;
    }
}

@media only screen and (max-width: 980px) {
    .bg-wrap {
        background-position: 210% 0;
    }
}

@media only screen and (max-width: 900px) {
    #footer-wrap > div,
    #footer-wrap > div:first-child,
    #footer-wrap > div:nth-child(2) {
        width: auto;
        float: none;
        margin: 30px 0;
    }
    .bg-wrap {
        background-position: 250% 0;
    }
    .hide-mobile {
        display: none;
    }
}

@media only screen and (max-width: 850px) {
    .bg-wrap {
        background-position: 300% 0;
    }
}


@media only screen and (max-width: 767px) {
    #logo-large {
        width: 144px;
        margin-left: -77px;
        margin-top: -92px;
    }

    #content-5 a {
        display:block;
        margin:20px 0;
    }

    .bg-wrap {
        margin:0;
        background:none;
    }

    #stickynav {
        padding: 15px;
    }

    #social {
        right: 15px;
    }

    #nav {
        left: 15px;
    }

    #logo-wrap {
        max-height: 300px;
    }

    .col-1, .col-2, .col-33, .col-33:nth-child(2), .col-5 {
        width: auto;
        margin: 20px 0;
        border: none;
        padding: 0;
        float: none;
    }

    .col-2, .col-4 {
        text-align: center;
    }

    .col-33, .col-33:nth-child(2) {
        margin: 50px 0;
    }
}

