/*
* Box Theme
* Created by : armedia.de
* website : www.armedia.de
*/

/* fonts & font family
==================================================*/

@import url(poppins.css);
@import url(ionicons.min.css);

/* General
==================================================*/

html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #999;
    background: #fff;
    font-size:100%;
}
p {font-size: 1.15em;
    margin-bottom: 1em;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

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

.main-container {
    padding: 100px 0;
}

.center {
    text-align: center;
}

a {
    -webkit-transition: all .3s;
    transition: all .3s
}

.box-logo i {
    -webkit-transition: all .3s;
    transition: all .3s
}

.uppercase {
    text-transform: uppercase;
}

.h-30 {
    height: 30px
}

.h-10 {
    height: 10px
}

.color {
    color: #ff4f00;
    font-size: 11px;
}

a, a:hover, a:active, a:focus {text-decoration:none;}


/* typography
==================================================*/

h1 {
    color: #393939;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom:1em;
}
h1.front {
    font-size: 36px;
    line-height:1em;
}
h1.front span {
    font-size: 20px;
    line-height:1.2em;
    color: #ff4f00;
    text-transform: none;
}

h2, h3, h4, h5 {
    color: #ff4f00;
    margin-bottom:1em;
}


/* header
==================================================*/

.box-header {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    height: 70px;
    width: 100%;
    z-index: 3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}

.box-header {
    background: transparent;
    box-shadow: none;
}

.box-header {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.box-header.is-fixed {
    position: fixed;
    top: -80px;
    background-color: rgba(255, 255, 255, 0.96);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    
}

.box-header.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    border-bottom:0px solid #999;
}

.box-header.menu-is-open {
    background-color: rgba(255, 255, 255, 0.96);
}

.box-logo {
    display: inline-block;
    padding: 20px 0;
}

.box-logo a,.box-logo a:hover {
    text-decoration:none;
}
.box-logo a {
    padding:20px 0;
    height:50px;
    width: 250px;
    display:block;
    background-image: url('../img/logo-top-s.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
}

.box-logo a:hover {
    background-image: url('../img/logo-top-rgb.png');
    padding:20px 0;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
}

.box-primary-nav-trigger {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #fff;
    
}

.box-primary-nav-trigger .box-menu-text {
    color: #393939;
    text-transform: uppercase;
    font-weight: 700;
    display: none;
}

.box-primary-nav-trigger .box-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #393939;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    list-style: none;
}

.box-primary-nav-trigger .box-menu-icon::before,
.box-primary-nav-trigger .box-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #393939;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}

.box-primary-nav-trigger .box-menu-icon::before {
    top: -5px;
}

.box-primary-nav-trigger .box-menu-icon::after {
    top: 5px;
}

.box-primary-nav-trigger .box-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::before,
.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
    background-color: 393939;
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.box-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 10px;
    top: 30%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-primary-nav-trigger .box-menu-text {
    display: inline-block;
}

.box-primary-nav-trigger .box-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

.box-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ff4f00;
    z-index: 2;
    text-align: left;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    list-style: none;
}

.box-primary-nav h1,.box-primary-nav p {
    color:#fff;
    margin-left:24px;
}
.box-primary-nav h1 {
    font-size:20px;
}

.box-primary-nav ul {
    list-style:none;
    padding:0;
    margin:0 0 24px 24px;
}

.box-primary-nav li {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
    text-transform: capitalize;
    border-bottom:1px solid #fff;
}

.box-primary-nav a {
    font-size: 26px;
    display: inline-block;
    padding: .4em 0em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.box-primary-nav a:focus {
    outline: none;
}

.no-touch .box-primary-nav a:hover {
    text-decoration: none;
    color: #ddd;
}

.box-primary-nav .box-label {
    color: #ff4f00;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin: 2.4em 0 .8em;
}

.box-primary-nav .box-social {
    display: inline-block;
    margin: 10px .4em;
}

.box-primary-nav .box-social a {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 30px
}

.box-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.box-primary-nav {
    padding: 170px 0 0;
}

.box-primary-nav li {
    font-size: 18px;
}

header.box-header {width:100%;}
header.box-header .innen{
    position:relative;
    margin:0 auto;
    padding: 0 12px;
}


/* box-intro
==================================================*/

.box-intro {
    text-align: center;
    display: table;
    height: 50vh;
    width: 100%;
}

.box-intro .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.box-intro em {
    font-style: normal;
    text-transform: uppercase
}

b i:first-child {
    color: #ff4f00 !important;
}

.box-intro h5 {
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #999;
    line-height: 1.7
}


/* mouse effect */

.mouse {
    position: relative;
    width: 22px;
    height: 42px;
    top: 40px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid #888;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}

.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #888;
    -webkit-animation: finger 2s infinite;
    animation: finger 2s infinite;
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}


/* text rotate */

.box-headline {
    font-size: 70px;
    line-height: 1.0;
}

.box-words-wrapper {
    display: inline-block;
    position: relative;
}

.box-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
.box-words-wrapper{
    width:100%;
    border:0px solid #ccc;
    text-align:center;
}
.box-words-wrapper b{
    width:100%;
    max-width:1024px;
}

.box-words-wrapper b.is-visible {
    position: relative;
}

.no-js .box-words-wrapper b {
    opacity: 0;
}

.no-js .box-words-wrapper b.is-visible {
    opacity: 1;
}

.box-headline.rotate-2 .box-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px;
}

.box-headline.rotate-2 i,
.box-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.box-headline.rotate-2 b {
    opacity: 0;
}

.box-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .box-headline.rotate-2 i {
    opacity: 1;
}

.box-headline.rotate-2 i.in {
    -webkit-animation: box-rotate-2-in 0.4s forwards;
    animation: box-rotate-2-in 0.4s forwards;
}

.box-headline.rotate-2 i.out {
    -webkit-animation: box-rotate-2-out 0.4s forwards;
    animation: box-rotate-2-out 0.4s forwards;
}

.box-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .box-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}

.no-csstransitions .box-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.no-csstransitions .box-headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes box-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes box-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes box-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes box-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}


/* first nav
==================================================*/


.first-nav ul {
    position: absolute;
    right:0;
    top:0;
    list-style: none;
    margin: 0;
    padding: 28px 0;
    display:inline-block;
}
.first-nav ul li {
    list-style: none;
    float:left;
    margin: 0;
    padding: 0 10px;
}


.first-nav ul li a {
    font-size: 14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#666;
    display: block;
    margin: 0;
    padding: 0 5px;
    -webkit-transition: all .1s ease-in-out .1s;
    transition: all .1s ease-in-out .1s;
}

.first-nav ul li a:hover,
.first-nav ul li a:focus {
    text-decoration: none;
    color:#999;
}

.first-nav ul li a.active {
    color:#666;
    text-decoration: none;
    border-bottom:2px solid #999;
}



/* subnav
==================================================*/


.sub-nav ul {
    list-style: none;
    margin: 0;
}
.sub-nav ul li {
    list-style: none;
    margin: 0;
}

.sub-nav ul li a.topp {
    font-size: 20px;
    text-transform:uppercase;
}
.sub-nav ul li a.topp:hover {
    color:#999;
}

.sub-nav ul li a {
    display: block;
    color: #60606e;
    padding: 0;
    margin: 0;
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.sub-nav ul li a:hover,
.sub-nav ul li a:focus {
    text-decoration: none;
}

.sub-nav ul li a.active {
    margin-left: 0;
    padding: 0px;
    color: #ccc;
    text-decoration: none;
}

.sub-nav-main .logo img {
    width:100px;
    padding:10px 0;
}






span.pfeil-start a{
    border: 0px solid #999;
    border-radius:50%;
    padding:0 20px;
    text-decoration:none;
    display:inline-block;
}
span.pfeil-start a:hover i{
    color: #ff4f00;
}
span.pfeil-start a i{
    font-size:20px;
    color:#999;
}

span.pfeil-start2 a{
    border: 1px solid #999;
    border-radius:50%;
    padding:8px 16px;
    text-decoration:none;
    display:inline-block;
}
span.pfeil-start2 a:hover{
    background-color: #ff4f00;
}
span.pfeil-start2 a i{
    font-size:16px;
    line-height:32px;
    color:#999;
}

section#spektrum {background:#f9f9f9;}

/* inhalt
==================================================*/

.inhalt {margin-bottom: 100px; margin-top:100px;}
.inhalt-next {padding-bottom: 100px; margin-top:0; padding-top:100px;}
.inhalt-start {margin-bottom: 100px; margin-top:50px;}
.inhalt-front {margin-bottom: 0px; margin-top:200px;}
.inhalt-head {margin-bottom: 10px; margin-top:50px;}
.pic-top img{width:100%;}
article {margin-bottom:50px; border-bottom:1px solid #999; padding-bottom:50px;}

.zwischen {
    margin: 0; 
}
.zwischen img.full{
    width:100vw;
}
.zwischen div img{
    height:300px;
}
div.right{
    text-align:right;
}
section {position:relative;}
.icon-zwischen {
    position:absolute;
    right:10px;
    top:-100px;
}
.icon-zwischen img{
    height:500px;
}

ul.liste li{
    margin-bottom:1em;
    font-weight: bold;
}
ul.liste li i{
    font-size: 0.8em;
    font-weight: normal;
}


/* footer
==================================================*/

footer {
    padding:0;
    text-align: left;
    background: #f5f5f5;
}
footer a {
    display:block;
}
footer a:hover {
    text-decoration:none;
    color:#666;
}
footer .container{
    padding: 70px 0;
    text-align: left;
}

.copyright,.copyright a {
    color: #999;
    margin-bottom: 0;
}
.divider {
    content: " ";
    padding:10px 0;
    margin:13px 0;
    border-top:0px solid #999;
    display:-block;
    width:80&;
}

footer img {
    margin: 0 auto;
}
.map {
    background: url(../img/map.png) center center no-repeat;
    background-size:auto;
    min-height:400px;
}
.map img {
    width:100%;
}

.footer-bottom {
    text-align: left;
    background: #999;
}
.bottom {
    color: #ddd;
    margin-bottom: 0;
    width:100%;
    display:block;
}
.bottom a{
    display:inline-block;
    color:#fff;
}

/* backto top
==================================================*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    line-height: 40px;
    font-size: 20px;
    right: 20px;
    text-align: center;
    color: #fff;
    background: #ff4f00;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover,
.no-touch .cd-top:focus {
    background-color: #ff4f00;
    opacity: 1;
    color: #fff;
    text-decoration:none;
}

/* start
==================================================*/

.top-bar-start {
    color: #333;
    padding: 100px 0;
    position:relative;
    z-index:0;
}
.top-bar-start img {
    width:100vw;
    position: relative;
}
.top-bar-start div.icon {
    width:30vw;
    height:1200px;
    position: absolute;
    top:100px;
    left:0;
    background: url(../img/Icon-Farbe_RGB.png);
    background-repeat: repeat-y;
    background-size: contain;
}


.top-bar-start h1 {
    font-size: 55px;
    font-weight: bold;
    color:#fff;
    line-height:1em;
    position:absolute;
    left:0;
    top:25%;
    width:100%;
    text-align:center;
}
.top-bar-start h1 span {
    font-size: 26px;
    line-height:1.2em;
    color: #ffffff;
    text-transform: none;
}
/* About page
==================================================*/

.top-bar {
    color: #333;
    padding: 150px 0 150px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    text-align: center;
}

.top-bar h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    line-height: 50px;
}

.top-bar p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #777;
}

.top-bar p a {
    color: #777;
}

.top-bar p a:hover,
.top-bar p a:focus {
    color: #555;
    text-decoration: none;
}

.social-ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.social-ul li {
    margin: 0 10px;
    float: left;
}

.social-ul li a {
    font-size: 25px;
    color: #555;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.social-ul li a:hover {
    color: #888;
}




/* Responsive media queries
==================================================*/

@media (max-width: 991px) {
    .sub-nav-main {
        display:none;
    }
    
    .col-md-6 h3 {
        margin-top: 30px;
    }
    .sub-nav-main li.cat {
        display:none;
    }
    footer div.col-md-4 {padding-bottom:24px; }
    
    .icon-zwischen {
    position:absolute;
    right:10px;
    top:-50px;
}
.icon-zwischen img{
    height:200px;
}
}

@media only screen and (max-width: 670px) {
    .box-primary-nav-trigger{display: inline-block;}
    .first-nav ul {display:none;}
    
    .box-headline {
        font-size: 100px;
    }
    .box-intro h5 {
        font-size: 12px;
    }
    .box-primary-nav ul {
        margin-top:24px;
    }
    .box-primary-nav a {
        padding: 5px 1em;
        font-size: 14px;
    }
    .box-primary-nav {
        padding: 80px 0 0;
    }
    .box-primary-nav .box-social a {
        font-size: 23px;
    }
    .top-bar h1 {
        font-size: 40px;
        line-height: 30px;
    }
    
    .box-header {
    background-color: rgba(255, 255, 255, 0.96);
        position:fixed;

}
    .box-logo {
    display: block;
    padding: 20px;
}

.box-logo a {
    padding:50px;
    background: url(../img/Icon-Schwarz_RGB.png);
}
 
    


    
}

@media only screen and (max-width: 520px) {
    .box-headline {
        font-size: 80px;
    }
    .box-intro h5 {
        font-size: 12px;
    }
    .main-container {
        padding: 50px 0;
    }
   

@media only screen and (max-width: 420px) {
    .box-headline {
        font-size: 50px;
    }
    .box-intro h5 {
        font-size: 12px;
    }
    h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .top-bar h1 {
        font-size: 24px;
        line-height: 24px;
    }
}
