/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}


html {
    font-size: 1em;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    background-color: #000;
    color: #fff;
    font-size: 1em;
    width: 100%;
    height: 100%;
    font-family: 'Lora', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h2.titel {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0;
}

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

a {
    color: #07a1e2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    color: #07a1e2;
    text-decoration: none;
}

img {
    height: auto;
    width: 100%;
}

.light {
    font-weight: 400;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.left-box {
    margin-bottom: 30px;
}

.right-box {
    margin-bottom: 30px;
}

.left-box.cover-box img {
    display: block;
    margin: 0 auto;
    max-width: 350px;
}

.video-box {
    max-width: 520px;
    margin: 0 auto 30px auto;
    text-align: center;
}

.video-box > div {
    height: 0;
    overflow: hidden;
    padding-bottom: 59%;
    position: relative;
    width: 100%;
}

.video-box iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.audio-box {
    background-color: #323232;
    text-align: center;
    margin: 20px auto 40px auto;
    max-width: 320px;
    padding: 10px;
}

.audio-box p {
    margin-bottom: 15px;
}

audio {
    margin-bottom: 30px;
    width: 100%;
}

/*************** Navigation ************************/
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-collapse.in {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-custom .navbar-brand {
    color: #07a1e2;
    font-size: 22px;
    font-weight: 700;
    padding: 16px 0 0 15px;
}

.navbar-custom .navbar-toggle {
    color: #fff;
    font-size: 18px;
    margin: 7px 10px 0 0;
    padding: 5px 10px;
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
    color: #07a1e2;
}

.navbar-custom .nav li a {
    background-color: transparent;
    color: #999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    color: #fff;
}

.navbar-custom .nav li.active a,
.navbar-custom .nav li.active a:hover {
    color: #07a1e2;
}

/*************** 1. Sektor *************************/
.neuheit {
    margin-bottom: 50px;
}

.intro,
section {
    padding-top: 50px;
    text-align: center;
}

.intro .intro-body .brand-heading {
    display: none;
}

#portrait-mobil {
    max-width: 300px;
    margin: 0 auto 20px auto;
}

.portrait h1 {
    text-align: left;
}

.intro .left-box img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
}

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

.button {
    background-color: #07a1e2;
    border: 0;
    color: #fff !important;
    display: inline-block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 20px auto;
    outline: none;
    padding: 10px;
    text-transform: uppercase;
}

.edition-abel .btn-circle {
    width: 50px;
    height: 50px;
    margin: 50px auto;
    padding: 9px 16px;
    border: 2px solid white;
    border-radius: 100%;
    font-size: 22px;
    color: white;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edition-abel .btn-circle:hover,
.edition-abel .btn-circle:focus {
    color: #07a1e2;
    border-color: #07a1e2;
}

/*************** 3. Sektor (Portrait) ***************/
#portrait .img {
    margin: 0 auto 20px auto;
    max-width: 400px;
}

/*************** 6. Sektor (Bestellung) *************/
.produkt-box {
    background-color: #323232;
    margin-bottom: 30px;
    padding: 15px 10px 0 10px;
}

.produkt-box .produkt-img {
    margin: 0 auto 15px auto;
    max-width: 150px;
}

.produkt-box .produkt-info h3 {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.produkt-box .produkt-info p {
    margin-bottom: 0;
}

/******************* Formular **********************/
form {
    margin: 0 auto;
    max-width: 500px;
}

.label {
    color: #999;
    display: block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 0;
    text-align: left;
    width: 100%;
}

.input {
    margin-bottom: 15px;
}

.input input {
    height: 36px;
}

.input input,
.input textarea {
    background-color: #181818;
    border: 1px solid #999;
    color: #fff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    padding: 5px;
    width: 100%;
}

.input input:focus,
.input textarea:focus {
    border: 1px solid #07a1e2;
    outline: none;
}

.textarea textarea {
    height: 120px;
}

.checkbox {
    padding-left: 26px;
    text-align: left;
}



.btn {
    text-transform: uppercase;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}

.btn-default {
    border: 1px solid #42DCA3;
    color: #42DCA3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42DCA3;
    outline: none;
    color: black;
    background-color: #42DCA3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: white;
    /* background: url(../img/downloads-bg.jpg) no-repeat center center scroll; */
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

ul.banner-social-buttons {
    margin-top: 15px;
}



ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
}

ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
}


footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.reiterteaser {
    overflow: hidden;
    position: relative;
}

.reiterteaser .tabs {
    overflow: hidden;
    list-style: none;
    margin: 0;
}

.reiterteaser .tabs li {
    float: left;
    /* padding: .2rem 1rem; */
    border-radius: 4px 4px 0 0;
    background: #000000;
    cursor: pointer;
}

.reiterteaser .tabs .active,
.reiterteaser .tabs li:hover {
    background: red;
}

.reiterteaser .content {}

.reiterteaser .next,
.reiterteaser .prev {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 4px;
    background: #ff8a00;
    cursor: pointer;
}

.reiterteaser .next {
    left: auto;
    right: 0;
}

.box {}

video {
    width: 500px;
}

/***************************************************************************
****************************************************** ab 576 px ***********
***************************************************************************/
@media (min-width: 576px) {

    /*************** 6. Sektor (Bestellung) *************/
    .produkt-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .produkt-box .produkt-img {
        float: left;
        max-width: 200px;
        width: 30%;
    }

    .produkt-box .produkt-text {
        float: right;
        padding-left: 10px;
        width: 70%;
    }


}

/***************************************************************************
****************************************************** ab 768 px ***********
***************************************************************************/
@media (min-width: 768px) {

    .mobil {
        display: none;
    }

    .desktop {
        display: block;
    }

    .left-box {
        float: left;
        width: 40%;
    }

    .right-box {
        float: right;
        width: 55%;
    }

    section,
    h3 {
        text-align: left;
    }

    /*************** Navigation ************************/
    .navbar-custom .navbar-collapse.in {
        border-top: 0;
    }

    .navbar-custom .navbar-collapse {
        font-size: 14px;
        float: none;
    }

    .navbar-custom .nav li {
        float: none;
        display: inline-block;
    }

    .navbar-custom .nav li a {
        padding: 10px;
    }

    /*************** 1. Sektor *************************/
    .intro {
        padding-top: 90px;
        text-align: left;
    }

    .intro .portrait {
        background-image: url(../img/Andreas-H.-Drescher.jpg);
        background-position: 100px center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 60px;
        padding-top: 200px;
    }

    .intro .portrait .brand-heading {
        display: block;
        font-size: 28px;
    }

    .intro .portrait p {
        margin-bottom: 10px;
        width: 70%;
    }

    .intro .audio-box {
        margin-bottom: 0;
    }

    /*************** 3. Sektor (Portrait) ***************/
    #portrait .img {
        float: left;
        margin: 0 30px 5px 0;
        max-width: 330px;
    }

    /*************** 6. Sektor (Bestellung) *************/
    #bestellung > p {
        text-align: center;
    }

    .produkt-box {
        margin: 0 auto 30px auto;
        max-width: 720px;
    }

    .produkt-box .produkt-img {
        max-width: 210px;
    }

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

    .produkt-box .produkt-info h3 {
        text-align: center;
    }



    .content-section {
        /*padding-top: 250px;*/
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }

}

/***************************************************************************
****************************************************** ab 992 px ***********
***************************************************************************/
@media (min-width: 992px) {

    .float-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .left-box {
        padding-right: 30px;
        width: 50%;
    }

    .right-box {
        width: 50%;
    }

    .right-box p.border {
        border-left: 5px solid #07a1e2;
        padding-left: 15px;
    }

    .input input,
    .input textarea {
        font-size: 15px;
        line-height: normal;
        padding: 5px 10px;
    }

    /*************** Navigation ************************/
    .navbar-custom {
        height: 80px;
    }

    .navbar-custom .navbar-brand {
        padding: 30px 0 0 15px;
    }

    .navbar-custom .nav li a {
        height: 80px;
        padding: 32px 10px 0 10px;
    }

    .navbar-custom .nav li.active a {
        border-bottom: 1px solid #07a1e2;
    }

    /*************** 1. Sektor *************************/
    .intro {
        padding-top: 80px;
    }

    .intro .portrait {
        background-position: 200px center;
        padding-top: 140px;
    }

    .intro .portrait .brand-heading {
        font-size: 30px;
    }

    .intro .portrait p {
        margin-bottom: 30px;
        width: 60%;
    }

    /*************** 3. Sektor (Portrait) ***************/
    #portrait .img {
        max-width: 350px;
    }

    /*************** 6. Sektor (Bestellung) *************/
    .produkt-box .button-box {
        margin-top: 15px;
    }



}

/***************************************************************************
***************************************************** ab 1200 px ***********
***************************************************************************/
@media (min-width: 1200px) {

    body {
        font-size: 1.1em;
    }

    /*************** 1. Sektor *************************/
    .intro {
        padding-top: 80px;
    }

    .intro .portrait {
        background-position: 170px center;
        height: 100vh;
        padding-top: 260px;
    }

    .intro .portrait p {
        width: 50%;
    }

    /*************** 3. Sektor (Portrait) ***************/
    #portrait .img {
        max-width: 500px;
    }


}
