/* =========================================================
   Minimaler Bootstrap-3-Grid-Ersatz – nur die Klassen,
   die diese Seite tatsächlich nutzt. Steht VOR template.css,
   damit die Original-Regeln bei Überschneidung gewinnen.
   ========================================================= */
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row { margin-left: -15px; margin-right: -15px; }
.row:before, .row:after,
.container:before, .container:after { content: " "; display: table; }
.row:after, .container:after { clear: both; }

.img-responsive { display: block; max-width: 100%; height: auto; }

[class^="col-"] { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 768px) {
    .col-md-3, .col-lg-3 { float: left; width: 25%; }
}

/* Pfeil-Icon (ersetzt font-awesome fa-angle-down) */
#to-start {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    color: #fff;
}
#to-start svg { display: block; width: 100%; height: 100%; }


/* =========================================================
   Original template.css (Theme "tasche-1")
   ========================================================= */
*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height:100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: rgb(178, 213, 57);
}


.wrapper.container{
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
nav.navbar-style {
    height: 100px !important;
    background: rgba(178, 213, 57, 0.3);
    margin: 0;
    z-index: 99;
}

#topbanner {
    position: relative;
    height: 170px; /*height: 345px;*/
}

#topbanner .bgvideo {
     position: relative;
     width: 100%;
 }

#topbanner .box {
    position: absolute;
    top:5%; /*20%*/
    left: 5%;
    border-radius: 100px;
    padding: 0 45px;
}

#scrollblock {
    display:none;
}

#topbanner .box h1 {
    color:#fff;
    font-size: 1.4em;
}

#topbanner .box p {
    color:#fff;
    font-size: 0.8em;
    padding: 5px 65px;
}

.header {
    height: 100px;
}

.container > .navbar-header {
    height: 100px;
    margin: 0;
}

a#branding {
    float: left;
    padding: 0.5em 0;
}

ul.navbar-right li > a.active {
    background-color: floralwhite;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0!important;
    padding: 0;
}

#scrollblock a {
    padding-top: 60px;
}
#scrollblock a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
#scrollblock a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

.demo a {
    position: absolute;
    top: 89%;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.demo a:hover {
    opacity: .5;
}


.xtarget:target:before {
    content: '';
    position: relative;
    top: -50px;
    display: block;
    visibility: hidden;
    height: 12px;
}

.logo {
    position: relative;
    left:15%;
    padding-bottom: 1%;
}

.ss-style-doublediagonal,
.ss-style-doublediagonal-inverse
{
    z-index: 1;
    padding-top: 1em;
    background: rgba(255, 255, 255, 1);
}

.ss-style-doublediagonal-inverse {
    background: rgba(127, 175, 30, 1);
}

.ss-style-doublediagonal:before,
.ss-style-doublediagonal-inverse:before,
.ss-style-doublediagonal:after,
.ss-style-doublediagonal-inverse:after {
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.ss-style-doublediagonal:before,
.ss-style-doublediagonal-inverse:before {
    top: 0;
    height: 50%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
}

.ss-style-doublediagonal-inverse:before {
    background: rgba(127, 175, 30, 0.7);
}

.xtarget:target {
    color: #2bbbb3;
    margin-top: 0px;
    padding-top: 100px;
}

.xtarget:target:after {
    content: '';
    position: relative;
    top: 50px;
    display: block;
    visibility: hidden;
    height: 12px;
}

.xtarget p {
    font-size: 30px;
}

.img-text {
    position: relative;
    margin-bottom: 20px;
}

.img-text img {
    display: block;
}

.img-text span {
    position: absolute;
    top: 67%;
    left: 40px;
    width: 265px;
    color: #fff;
    text-align: center;
    height: 2em;
    line-height: 2em;
    font-size: 1.5em;
    background-color: rgba(40, 40, 40, 0.5);
    border-radius: 10px;
}

#firm {
    background: rgba(178, 213, 57, 1);
    color: #fff!important;
    padding-bottom: 90px;
}

#firm h2 {
    color: #fff;
}

#firm p {
    font-size: 7em;
}

#firm .update-notice {
    color: #26336b;
    /* font-size: 1.5em; */
    font-size: 1.2em;
    /* width: 500px; */
    width: 230px;
    display: inline-block;
    border: 1px solid #26336b;
    padding:13px;
}

#firm ul {
    position: relative;
    left: 20%;
    margin: 0;
    padding: 0;
}

#firm ul li {
    color: #26336b;
    list-style-type: none;
    font-size: 1.5em; /*font-size: 1.7em;*/
}

#form {
    height: auto !important;
    min-height: 100%;
    background: rgba(178, 213, 57, 1);
    color: #fff;
    padding: 0 20px 75px 20px;
    text-align: center;
}

#form h2 {
    border-bottom: 3px #fff solid;
    color: #fff;
}

#form .input-line, #form .textarea-line {
    padding-top: 20px;
}

#form label {
    display: block;
    cursor: pointer;
}
#form input, #form textarea {
    width: 300px;
    margin-bottom: 1em;
}

#form textarea {
    height: 7em;
}

section#team {
    padding-top: 0!important;
}

#team {
    background: #fff;
    color: rgb(178, 213, 57);
    padding: 0 10px 70px;
    z-index: 1;
}

.team-img {
    margin-bottom: 50px;
}

.team-img p {
    line-height: 40px;
    font-size: 1.2em;
    text-align: center;
    padding-top: 20px;
}

#form button {
    box-shadow: 5px 5px 5px 0px grey;
}

#form .btn {
    color:rgb(178,213,57);
    font-weight: bold;
}

ul.navbar-right {
    padding: 25px;
    background: rgba(178, 213, 57, 1);
}

.top-navbar-collapse {
    box-shadow: 0 10px 100px black;
}

section::before,
footer:before,
section::after,
footer:after {
    position: absolute;
    content: '';
    pointer-events: none;
}

section {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}

#impressum, #privacy {
    margin: 0 auto;
    width: 75%;
    color: #fff;
    text-align: left;
    padding-bottom: 100px;
    font-size:1.2em
}

#impressum h2, #impressum h3, #privacy h2, #privacy h3 {
    font-size: 2em;
    text-align: left;
    color: #fff;
}

#privacy h2 {
    font-size: 3em;
}

#privacy h4 {
    text-decoration: underline;
}

#impressum a, #privacy a {
    color: #F6F6F6;
    text-decoration: underline;
}

#impressum a:hover, #privacy a:hover {
    font-weight: bold;
}


#services {
    background: rgba(178, 213, 57, 1);
    color: #fff;
    padding-bottom: 90px;
}

#services i {
    font-weight: bold;
    font-size:28px;
}

#services p {
    font-size: 18px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 5px;
}

section h2 {
    text-align: center;
    line-height: 80px;
    margin-bottom: 30px;
    font-size: 2em;
    font-weight: bold;
    color: rgb(178,213,54);
}

section h3 {
    text-align: center;
    font-size: 1.5em;
}

.profile {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
}

.profile::after {
    content: "";
    display: table;
    clear: both;
}

.profile:first-child {
    margin-left: 0;
}

.profile p {
    font-size:1.2em;
    padding: 0 50px;
}

.profile h3 {
    text-align: center;
    font-weight: bold;
}

.profile.diff {
    padding:20px;
    background: rgba(178, 213, 57, 1);
    color: #fff;
    border-radius: 10px;
}

.profile p img {
    float: right;
    width: 256px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.profile p img.vert {
    width: 342px;
    max-width: 100%;
    height: auto;
}

.profile video {
    width:100%;
}

footer {
    position: relative;
    height: auto !important;
    min-height: 50%;
    background: #fff;
    text-align: center;
    padding-bottom: 10px;
    color: rgb(178, 213, 54);
    font-size: 1.2em;
}

footer .row {
    margin-left: -20px;
}

.col-md-3, .col-lg-3 {
    margin-bottom: 10px;
}

.foot-menu a {
    text-decoration: underline;
    color: rgb(178, 213, 54);
}

.foot-menu a:hover {
    font-weight: bold;
}

@media (min-width:380px) {
    #firm .update-notice {
        width:78%;
        max-width: 78%;
    }
}

@media (min-width: 640px) {
    #topbanner {
        height: 345px;
    }

    #topbanner .box h1 {
        font-size: 3em;
    }

    #scrollblock {
        display: block;
    }

    .demo a {
        top: 84%;
    }

    .logo {
        left: 35%;
    }

    #firm .update-notice {
        width:64%;
        max-width: 64%;
    }

    #firm ul {
        left: 37%;
    }

    .img-text {
        left: 23%;
    }

    .team-img p {
        font-size: 1.8em;
    }

    .profile {
        margin-bottom: 0;
    }

    .profile p {
        padding: 0 25px;
        margin-bottom: 0;
    }

    .profile p img {
        margin-bottom: 20px;
        width: 256px;
        max-width: 100%;
        height: auto;
    }

    .profile video {
        position: relative;
        left: 12%;
        width: 75%;
    }

    footer img {
        position: relative;
        left:23%;
    }
}

@media (min-width: 768px) {

    #topbanner {
        height: auto;
    }
    #topbanner .bgvideo {
        height: auto;
    }

    #topbanner .box {
        top: 35px;
        left: 10%;
        width: 81%;
    }

    #topbanner .box h1 {
        color:#fff;
        font-size: 36px;
    }

    #topbanner .box p {
        color:#fff;
        font-size: 1.1em;
        padding: 0 20px;
    }

    #topbanner .box li {
        font-size: 1.1em;
    }

    .header {
        height: 100px;
    }

    ul.navbar-right {
        padding: 25px;
        background: none;
    }

    ul.navbar-right li > a {
        font-size: 20px;
    }

    div .container {
        max-width: 1200px;
        width: 100%;
    }

    div.navheader {
        background: rgba(178, 213, 57, 0.3);
    }

    a#branding {
        float: left;
        padding: 0.5em 0;
    }

    section.content {
        position: relative;
        top: 110px;
    }

    section {
        padding: 20px 0;
    }

    section h2 {
        margin: 0;
        text-align: center;
        font-size: 3em;
    }

    section h3 {
        text-align: center;
        font-size: 2em;
        margin-bottom: 30px;
    }

    .info {
        background: #fff;
        padding: 50px 0;
    }

    .infobox {
        float: left;
        width: 307px;
        height: 300px;
        background: rgba(178, 213, 57, 1);
        margin-left: 54px;
        text-align: center;
        padding: 15px 10px;
        color: #fff;
    }

    .infobox a {
        color: #fff;
    }

    .infobox a:hover {
        text-decoration: none;
        font-weight: bold;
    }

    .xtarget:target:before {
        content: '';
        position: relative;
        top: -50px;
        display: block;
        visibility: hidden;
        height: 12px;
    }

    .xtarget:target {
        color: #2bbbb3;
        margin-top: 0px;
        padding-top: 100px;
    }

    #firm {
        height: auto !important;
        min-height: 100%;
        background: rgba(178, 213, 57, 1);
        color: #fff;
    }

    #firm .text-by-picture {
        float:left;
        margin-right: 25px;
    }

    #firm .update-notice {
        width:34%;
        max-width: 34%;
    }

    .img-text {
        left:26%;
    }

    #team {
        height: auto !important;
        min-height: 100%;
        background: #fff;
        color: rgb(178, 213, 57);
    }

    #form {
        height: auto !important;
        min-height: 100%;
        background: rgba(178, 213, 57, 1);
        color: #fff;
        padding: 0 20px 75px 20px;
        text-align: center;
    }

    #form h2 {
        border-bottom: 3px #fff solid;
    }

    #form .input-line, #form .textarea-line {
        padding-top: 20px;
    }

    #form label {
        display: block;
        cursor: pointer;
    }
    #form input, #form textarea {
        width: 300px;
        margin-bottom: 1em;
    }

    #form textarea {
        height: 7em;
    }

    .profile {
        width: 100%;
        margin-bottom: 50px;
    }

    .profile p img {
        float:right;
        margin-right: 20px;
        width: 256px;
        height: 342px;
        margin-left: 15px;
    }
    .profile.diff {
        padding:20px;
        background: rgba(178, 213, 57, 1);
        color: #fff;
        border-radius: 10px;
    }

    #services {
        height: auto !important;
        min-height: 100%;
        background: rgba(178, 213, 57, 1);
        color: #fff;
    }

    #services i {
        font-size:28px;
    }

    footer {
        height: auto !important;
        min-height: 50%;
        background: #fff;
        color: rgb(178, 213, 57);
    }

    footer img {
        left:28%;
    }

    .top-navbar-collapse {
        box-shadow: 0 10px 100px black;
    }
}

@media (min-width: 1024px) {

    #topbanner .box {
        top: 18%;
        left: 12%;
        width: 77%;
    }

    #topbanner .box h1 {
        color:#fff;
        font-size: 4.0em;
    }

    #topbanner .box p {
        color:#fff;
        font-size: 1.5em;
        padding: 0 65px;
    }

    #topbanner .box li {
        color:#fff;
        font-size: 1.5em;
        padding: 0 65px;
        list-style-type: none;
    }

    .demo a {
        top: 89%;
    }

    ul.navbar-right li > a {
        font-size: xx-large;
    }

    #firm ul {
        left: 36%
    }

    #form {
        padding-bottom: 90px;
    }

    .team-img p {
        font-size: 2.5em;
    }

    .profile {
        width: 100%;
        margin-bottom: 50px;
    }

    .profile p {
        font-size: 1.7em;
    }

    .profile p img {
        float: right;
        margin-right: 20px;
        width: 384px;
        max-width: 100%;
        height: auto;
    }
    .profile p img.vert {
        width: 512px;
        max-width: 100%;
        height: auto;
    }

    .img-text img {
        width: 228px;
        height: auto;
    }

    .img-text span {
        left:25px;
        font-size: 1em;
        width: 175px;
    }

    #firm .row {
        margin-left: -75px;
        margin-right: 45px;
    }

    footer img {
        left:0;
    }

    footer div[class^="col"]{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {

    #topbanner .box {
        left: 20%;
        top: 25%;
        width: 75%;
    }

    #firm .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .team-img p {
        font-size: 3em;
    }

    .img-text {
        left:0;
    }

    .img-text img {
        width: 100%;
        height: auto;
    }

    .img-text span {
        left:40px;
        font-size: 1.5em;
        width: 190px;
    }
}

@media (min-width: 1440px) {

    #topbanner .box {
        left: 20%;
        top: 25%;
        width: 75%;
    }
}
