/* GLOBAL */

body {
    border-top: 5px solid #FFFFFF;
    background: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    color: #616161;
    max-width: 1300px;
    margin: 0 auto 0 auto;
}

input {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 7px;
    outline: 0;
    border: 0;
    width: 250px;
    background: #FFFFFF;
    border-radius: 5px;
}

input[type=submit] {
    width: auto;
    padding: 5px 18px;
    line-height: 25px;
    text-shadow: none;
    cursor: pointer;
    box-shadow: none;
    background: #FFFFFF;
    color: #fff;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: color .5s ease;
}

strong {
    font-weight: bold;
}

figcaption strong {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    margin: 10px 0;
    display: block;
}

figcaption {
    line-height: 25px;
    font-size: 14px;
    width: 200px;
}

hr {
    background-color: #FFFFFF;
    border: 0;
    height: 1px;
    margin: 20px 0;
}

#sprache {
    text-align: right;
    padding: 20px 20px 0 0;
    max-width: 1300px;
    z-index: 90;
}

#sprache img {
    padding: 0 0 0 15px;
}

.logo {
    height: auto;
    width: 12.5%;
    padding-left: 30px;
}


/* HEADER */

header {
    position: relative;
    width: auto;
    max-width: 1250px;
    margin: 0 20px 20px 20px;
}

header h1 {
    margin: 35px 0 0 0;
    font-size: 40px;
    color: #9E9E9E;
    font-family: 'Baumans', cursive;
}

header p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #9E9E9E;
    margin-left: 0px;
}

nav {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 15px;
}

nav ul {
    list-style: none;
    font-size: 12px;
}

nav ul li {
    display: block;
    float: left;
    padding: 5px 14px 10px;
}

nav ul li a {
    font-family: 'Open Sans', sans-serif;
    transition: all .25s ease;
}

nav ul li a:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid #000000;
    padding-bottom: 8px;
}

.line {
    border-bottom: 1px solid #D6D0C1;
    padding-top: 0px;
}

#mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

#mobileMenu ul li {
    display: block;
    background-color: #616161;
    color: #fff;
    padding: 12px 0;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #9E9E9E;
}

#mobileMenu ul li a:hover {
    color: #66B2FE;
}

.toggleMobile {
    display: none;
}


/* SLIDESHOW */

#pattern {
    max-width: 1250px;
    margin: 0 auto 0 auto;
}

.slidesjs-container {
    border-top: none;
    width: auto;
    padding-top: 30px;
    margin: 0 auto 0 auto;
}

#slides {
    display: none;
    margin: 0 auto 0 auto;
}

.container {
    margin: 0 auto;
    position: relative;
}

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

.slidertext {
    display: block;
    max-width: 88%;
    padding-left: 5.8%;
    height: auto;
    font-size: 12px;
    line-height: auto;
}


/* TEXT */

article {
    position: relative;
    width: auto;
    max-width: 1250px;
    margin: 0 auto 0 auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.heading2 {
    padding-left: 30px;
}

h4 {
    color: #104A93;
}

.box {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #D6D0C1;
    padding: 20px 0;
    margin-bottom: 20px;
    margin-left: 70px;
}

#formular {
    margin-left: 60px;
}

.frame {
    display: none;
}

.bold {
    font-weight: 500;
}

ol.level1 {
    font-weight: bold;
    counter-reset: item;
}

ol.level2 {
    font-weight: normal;
    counter-reset: subitem;
}

ol.level3 {
    font-weight: normal;
    counter-reset: subitem;
}

li.level1 {
    margin-top: 1.5em;
}

.level1 li:before {
    position: relative;
    counter-increment: item;
    content: counter(item);
    margin-left: -1em;
    margin-right: .65em;
}

li.level2 {
    margin-top: .5em;
}

.level2 li:before {
    position: relative;
    counter-increment: subitem;
    content: counter(subitem) ".";
    margin-left: -1em;
    margin-right: .65em;
}

li.level3 {
    margin-top: .5em;
}

.level3 li:before {
    position: relative;
    counter-increment: subitem;
    content: counter(item) "." counter(subitem);
    margin-left: -1em;
    margin-right: .65em;
}

ol.levelletter {
    font-weight: bold;
    counter-reset: litem;
}

.levelletter li:before {
    counter-increment: litem;
    content: counter(litem, lower-alpha) ")";
    margin-left: -1em;
    margin-right: .65em;
}

.levelletter li {
    margin-top: 0em;
}

table.preise {
    width: 95%;
    margin-top: 1em;
}

td.preise {
    width: 20em;
}

.mehrspaltig {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    width: 55em;
    column-gap: 2em;
    text-align: justify;
    hyphens: auto;
    orphans: 3;
    widows: 3;
}

.eye {
    margin: 100px;
    width: 13px;
    height: 13px;
    border: solid 1px #000;
    border-radius: 75% 15%;
    position: relative;
    transform: rotate(45deg);
}

.eye:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border: solid 1px #000;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}

@media all and (min-width: 765px) {
    /* two column code */
    #container {
        display: flex;
        align-items: stretch;
        flex-flow: row wrap;
    }
    ul.content {
        list-style-type: disc;
        padding-left: 20px;
    }
    #navbar {
        order: 2;
        width: 30%;
    }
    ul.navbar {
        list-style-type: disc;
        padding-left: 20px;
    }
    #content {
        order: 1;
        width: 70%;
    }
    #innercontent {
        padding-left: 70px;
        padding-right: 25px;
        font-size: 14px;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        float: left;
    }
    #innercontent h1 {
        font-size: 28px;
        padding: 10px 0;
    }
    #innercontent h2 {
        font-size: 24px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    #innercontent h3 {
        font-size: 20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    #innernavbar {
        padding-left: 30px;
        padding-right: 70px;
        font-size: 14px;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        float: left;
        text-align: center;
    }
    #innernavbar h4 {
        font-size: 16px;
    }
    #innernavbar h5 {
        font-size: 16px;
        text-align: center;
    }
    .border {
        border: 1px solid #D6D0C1;
        padding: 15px 10px 15px 20px;
    }
    .underheading {
        font-size: 18px;
    }
    #teilnahmeantrag {
        width: 730px;
    }
}

@media all and (max-width: 915px) {
    /* two column code */
    #innercontent {
        padding-left: 60px;
        padding-right: 25px;
        font-size: 13px;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        float: left;
    }
    #innercontent h1 {
        font-size: 26px;
        padding: 20px 0;
    }
    #innercontent h2 {
        font-size: 22px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    #innercontent h3 {
        font-size: 18px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    #innernavbar {
        padding-left: 30px;
        padding-right: 60px;
        font-size: 13px;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        float: left;
    }
    #innernavbar h4 {
        font-size: 15px;
    }
    #innernavbar h5 {
        font-size: 15px;
        text-align: center;
    }
}

@media all and (max-width: 764px) {
    /* one column code */
    #container {
        display: flex;
        align-items: stretch;
        flex-flow: column wrap;
    }
    ul.content {
        list-style-type: disc;
        padding-left: 20px;
    }
    #navbar {
        order: 2;
        width: 100%;
    }
    ul.navbar {
        list-style-type: disc;
        padding-left: 20px;
    }
    #content {
        order: 1;
        width: 100%;
    }
    #innercontent {
        padding-left: 50px;
        padding-right: 50px;
        font-size: 12px;
        line-height: 20px;
        font-family: 'Open Sans', sans-serif;
        float: left;
    }
    #innercontent h1 {
        font-size: 26px;
        padding: 20px 0;
    }
    #innercontent h2 {
        font-size: 22px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    #innercontent h3 {
        font-size: 18px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    #innernavbar {
        padding-left: 50px;
        padding-right: 50px;
        width: 80%;
        height: auto;
        font-size: 12px;
        line-height: 20px;
        font-family: 'Open Sans', sans-serif;
        float: left;
        text-align: center;
    }
    #innernavbar h4 {
        font-size: 14px;
    }
    #innernavbar h5 {
        font-size: 14px;
        text-align: center;
    }
    .border {
        border: 1px solid #D6D0C1;
        padding: 15px 10px 15px 20px;
    }
    .underheading {
        font-size: 16px;
    }
}

@media all and (max-width: 500px) {
    /* one column code */
    #innercontent {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 12px;
        line-height: 20px;
        font-family: 'Open Sans', sans-serif;
        float: left;
    }
    #innernavbar {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 12px;
        line-height: 20px;
        font-family: 'Open Sans', sans-serif;
        float: left;
    }
}


/* CARDS */


/* CARDS */

dd {
    display: none;
}

dt {
    border-bottom: 1px solid #D6D0C1;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

dt.closed {
    cursor: pointer;
    color: #5798D9;
    font-size: 16px;
}

dt.closed:hover {
    cursor: pointer;
    color: #EB9C00;
    font-size: 16px;
}

.open {
    cursor: pointer;
    color: #104A93;
}

.open:hover {
    cursor: pointer;
    color: #EB9C00;
}

.showsign {
    display: inline;
}

.hidesign {
    display: none;
}


/* FLIP */

#button {
    width: 100%;
    height: auto;
}


/* entire container, keeps perspective */

.card {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    width: 250px;
    height: 350px;
    display: block;
}

.cardFront img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
}

.card .content {
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
}

.card.applyflip .content {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card .content .cardFront,
.card .content .cardBack {
    /* Backface visibility works great for all but IE. As such, we mark the backface visible in IE and manage visibility ourselves */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.card .content .cardFront,
.card.applyflip .content .cardFront {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.card .content .cardBack,
.card.applyflip .content .cardBack {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card .content .cardFront,
.card.applyflip .content .cardBack {
    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
    animation: stayvisible 0.5s both;
    -webkit-animation: stayvisible 0.5s both;
    -moz-animation: stayvisible 0.5s both;
    -o-animation: stayvisible 0.5s both;
    -ms-animation: donothing 0.5s;
    -ms-transition: visibility 0s linear 0.17s;
    visibility: visible;
}

.card.applyflip .content .cardFront,
.card .content .cardBack {
    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
    animation: stayvisible 0.5s both;
    -webkit-animation: stayvisible 0.5s both;
    -moz-animation: stayvisible 0.5s both;
    -o-animation: stayvisible 0.5s both;
    -ms-animation: donothing 0.5s;
    -ms-transition: visibility 0s linear 0.17s;
    visibility: hidden;
}

@keyframes stayvisible {
    from {
        visibility: visible;
    }
    99% {
        visibility: visible;
    }
}

@-webkit-keyframes stayvisible {
    from {
        visibility: visible;
    }
    to {
        visibility: visible;
    }
}

@-moz-keyframes stayvisible {
    from {
        visibility: visible;
    }
    to {
        visibility: visible;
    }
}

@-o-keyframes stayvisible {
    from {
        visibility: visible;
    }
    to {
        visibility: visible;
    }
}


/* @-ms-keyframes donothing { 0% { } 100% { } } */


/* FLIP SIDEBAR */

.phone {
    height: 200px;
    width: 100%;
    perspective: 1500;
    /* Hier wird die Perspektive der gesamten Szene festgelegt. Der Wert hat Auswirkung auf die Verzerrung */
    float: left;
}

.phone:hover .turnaround {
    transform: rotateY(180deg);
    /* Beim Mouse-Over wird die Szene umgedreht */
}

.phone .front {
    background: url() 0 0 no-repeat;
}

.phone .back {
    background: url() 0 0 no-repeat;
}

.turnaround {
    transition: .5s/* Die Drehung soll 0,5 Sekunden dauern */
    ;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

.front {
    z-index: 2;
}

.back {
    transform: rotateY(180deg);
    z-index: 1;
}


/* FOOTER */

footer {
    position: relative;
    clear: both;
    width: auto;
    height: 70px;
    background: #bdbdbd;
}

footer .wrapper {
    line-height: 25px;
    margin: 0 auto;
    padding-top: 20px;
    width: auto;
    max-width: 900px;
    font-size: 12px;
    text-align: center;
}

footer .wrapper .column {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    display: block;
    width: auto;
    text-align: center;
}

footer .wrapper a {
    margin-left: 15px;
    margin-right: 15px;
}

footer .wrapper a:hover {
    color: #696969;
}


/* SKIPLINK */

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}


/* MISC */

.clear {
    clear: both;
}

.hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6 & 7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.link {
    color: #5798D9;
}

.link a {
    color: #5798D9;
    text-decoration: none;
}

.link a:hover {
    color: #EB9C00;
    text-decoration: underline;
}

.pdflogo {
    background-image: url("/2_Service-Renzentrum/adobe_acrobat_logo.jpg");
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 35px;
    color: #5798D9;
}

.pdflogo:hover {
    color: #EB9C00;
    text-decoration: underline;
}

.black {
    color: #000000;
    word-spacing: normal;
    border-bottom: 2px solid #000000;
    padding-bottom: 8px;
}

.black1 {
    color: #000000;
    word-spacing: normal;
}

.orange {
    color: #FF6800;
}

.gray {
    max-width: 90%;
    height: auto;
}

.pictures {
    max-width: 40%;
    height: auto;
}

.pdf {
    max-width: 3%;
    height: auto;
}

.side {
    max-width: 100%;
    height: auto;
}

.fat {
    font-weight: 700;
}

.rand {
    margin-left: 20px;
}

.italic {
    font-style: italic;
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px) {
    .line {
        border-bottom: 1px solid #D6D0C1;
        padding: 0 20px 0 20px;
        margin: 0 10px 0 10px;
    }
    .container {
        width: auto;
        height: auto;
        position: relative;
        margin: 0 0 0 0;
    }
    #formular {
        margin-left: 60px;
    }
    /* FLIP */
    #button {
        width: 100%;
        height: auto;
    }
    /* 3BILDER MDC40 */
    #pattern1 {
        padding: 0 0 0 58px;
    }
    .col-group {
        overflow: hidden;
        margin: 0 auto 0 auto;
    }
    .col-group>div {
        padding: 1em 0.85em 0;
        float: left;
        width: 30%;
    }
    .col-group>div img {
        width: 90%;
        height: auto;
    }
}

@media (max-width: 915px) {
    .line {
        border-bottom: 1px solid #D6D0C1;
        padding: 0 20px 0 20px;
        margin: 0 10px 0 10px;
    }
    .container {
        width: auto;
        height: auto;
        position: relative;
    }
    .slidertext {
        display: block;
        max-width: 88%;
        padding-left: 5.8%;
        height: auto;
        font-size: 10px;
        line-height: auto;
    }
    .box {
        font-size: 18px;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
        margin-left: 60px;
    }
    #formular {
        margin-left: 50px;
    }
    /* FLIP */
    #button {
        width: 100%;
        height: auto;
    }
    .card {
        perspective: 1000px;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        -ms-perspective: 1000px;
        width: 200px;
        height: 350px;
        display: block;
    }
    .heading2 {
        padding-left: 22px;
    }
    footer .wrapper .column {
        font-size: 12px;
        width: auto;
    }
    /* 3BILDER MDC40 */
    #pattern1 {
        padding: 0 0 0 46px;
    }
    .col-group {
        overflow: hidden;
        margin: 0 auto 0 auto;
    }
    .col-group>div {
        padding: 1em 0.72em 0;
        float: left;
        width: 30%;
    }
    .col-group>div img {
        width: 90%;
        height: auto;
    }
}

@media (max-width: 765px) {
    .line {
        border-bottom: 1px solid #D6D0C1;
        padding: 0 25px 0 25px;
    }
    .slidesjs-container {
        border-top: none;
        width: auto;
        padding-top: 50px;
    }
    .slidertext {
        display: block;
        max-width: 88%;
        padding-left: 5.8%;
        height: auto;
        font-size: 9px;
        line-height: auto;
    }
    .container {
        width: auto;
        height: auto;
        position: relative;
    }
    .box {
        font-size: 18px;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin: 0 50px 20px 50px;
    }
    .col-group3>div {
        float: left;
        width: 40%;
    }
    /* FLIP */
    #button {
        width: 300px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .card {
        perspective: 1000px;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        -ms-perspective: 1000px;
        width: 300px;
        height: 350px;
        display: block;
    }
    #formular {
        margin-left: 40px;
    }
    .heading2 {
        padding-left: 25px;
    }
    footer {
        padding-bottom: 70px;
        height: auto;
    }
    footer .wrapper {
        width: auto;
        margin: 0 auto;
    }
    footer .wrapper .column {
        margin-top: 30px;
        float: none;
        font-size: 10px;
        width: auto;
    }
    footer .wrapper .social {
        display: none;
    }
    /* 3BILDER MDC40 */
    #pattern1 {
        padding: 0 0 0 40px;
    }
    .col-group {
        overflow: hidden;
        margin: 0 auto 0 auto;
    }
    .col-group>div {
        padding: 1em 0.6em 0;
        float: left;
        width: 30%;
    }
    .col-group>div img {
        width: 90%;
        height: auto;
    }
}

@media (max-width: 635px) {
    .line {
        border-bottom: 1px solid #D6D0C1;
        padding: 25px 20px 0 20px;
        margin: 0 15px 0 15px;
    }
    .slidesjs-container {
        border-top: none;
        width: auto;
        padding-top: 30px;
    }
    .slidertext {
        display: block;
        max-width: 88%;
        padding-left: 5.8%;
        height: auto;
        font-size: 7px;
        line-height: auto;
    }
    .container {
        width: auto;
        height: auto;
        position: relative;
        padding: 10px 0 0 10px;
    }
    .box {
        font-size: 18px;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
        margin-left: 50px;
    }
    /* FLIP */
    #button {
        width: 300px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .card {
        perspective: 1000px;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        -ms-perspective: 1000px;
        width: 300px;
        height: 350px;
        display: block;
    }
    #formular {
        padding-left: 0;
    }
    footer {
        padding-bottom: 70px;
        height: auto;
    }
    footer .wrapper {
        width: auto;
        margin: 0 auto;
    }
    footer .wrapper .column {
        margin-top: 30px;
        float: none;
        font-size: 9px;
        width: auto;
    }
    .pdf {
        max-width: 4%;
        height: auto;
    }
    /* 3BILDER MDC40 */
    #pattern1 {
        padding: 0 0 0 29.5px;
    }
    .col-group {
        overflow: hidden;
        margin: 0 auto 0 auto;
    }
    .col-group>div {
        padding: 1em 1.4em 0;
        float: left;
        width: 40%;
    }
    .col-group>div img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 500px) {
    .logo {
        height: auto;
        width: 20%;
        padding-left: 30px;
    }
    #sprache {
        padding: 10px 80px 0 0;
        text-align: right;
    }
    header {
        height: 50px;
        margin-top: 10px;
        margin-left: -50px;
    }
    .line {
        border-bottom: 1px solid #D6D0C1;
        padding: 0 20px 0 20px;
        margin: 0 20px 0 20px;
    }
    .slidertext {
        display: block;
        max-width: 88%;
        padding-left: 5.8%;
        margin-top: -3px;
        height: auto;
        font-size: 6px;
        line-height: auto;
    }
    .container {
        width: auto;
        height: auto;
        position: relative;
        padding: -50px 0 0 0;
    }
    .box {
        font-size: 18px;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
        margin: 0 30px 0 30px;
    }
    /* FLIP */
    #button {
        width: 300px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .card {
        perspective: 1000px;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        -ms-perspective: 1000px;
        width: 300px;
        height: 350px;
        display: block;
    }
    #formular {
        margin-left: 20px;
    }
    .heading2 {
        padding-left: 20px;
    }
    /* 3BILDER MDC40 */
    #pattern1 {
        padding: 0 0 0 13px;
    }
    .col-group {
        overflow: hidden;
        margin: 0 auto 0 auto;
    }
    .col-group>div {
        padding: 1em 1em 0;
        float: left;
        width: 40%;
    }
    .col-group>div img {
        width: 100%;
        height: auto;
    }
    footer .wrapper {
        width: auto;
        height: 50px;
    }
    footer .wrapper .column {
        margin: 0 auto 15px auto;
        max-width: 300px;
    }
    input {
        width: auto;
    }
    #mobileMenu {
        display: block;
        z-index: 99;
    }
    .toggleMobile {
        position: fixed;
        top: 10px;
        right: 10px;
        display: block;
        width: 40px;
        height: 36px;
        cursor: pointer;
        z-index: 999;
    }
    .toggleMobile span.menu1,
    .toggleMobile span.menu2,
    .toggleMobile span.menu3 {
        display: block;
        position: absolute;
        width: 30px;
        height: 6px;
        left: 0;
        background: #A0A0A0;
        -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    }
    .toggleMobile span.menu1 {
        top: 0;
    }
    .toggleMobile span.menu2 {
        top: 10px;
    }
    .toggleMobile span.menu3 {
        top: 20px;
    }
    .toggleMobile.active span.menu1 {
        top: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    }
    .toggleMobile.active span.menu2 {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    }
    .toggleMobile.active span.menu3 {
        opacity: 0;
        -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    }
    header nav {
        display: none;
    }
    header h1 {
        font-size: 40px;
    }
    header p {
        margin-left: 60px;
        font-size: 14px;
    }
}


/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
    0% {
        transform: translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }
    100% {
        transform: translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);
    }
}

@keyframes stylie-transform2-keyframes {
    0% {
        transform: translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }
    100% {
        transform: translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);
    }
}
